guffaw.js 1.6 KB

1234567891011121314
  1. // This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT.
  2. import { createElement, forwardRef } from 'react';
  3. import { IconBase } from '../icon';
  4. var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 20 20", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "colorChannel1", "stroke": "currentColor", "d": "M16.887 10C16.887 13.8037 13.8036 16.8871 9.99999 16.8871C6.19638 16.8871 3.11295 13.8037 3.11295 10C3.11295 6.19644 6.19638 3.11301 9.99999 3.11301C13.8036 3.11301 16.887 6.19644 16.887 10Z", "strokeWidth": 0.3 } }, { "tag": "rect", "attrs": { "width": 1.48, "height": 1.48, "x": 7.41, "y": 7.41, "fill": "currentColor", "rx": 0.74 } }, { "tag": "rect", "attrs": { "width": 1.48, "height": 1.48, "x": 11.11, "y": 7.41, "fill": "currentColor", "rx": 0.74 } }, { "tag": "path", "attrs": { "fill": "#fff", "stroke": "currentColor", "d": "M12.5355 13.5821C13.0482 13.1841 13.3951 12.6107 13.5405 12.0327C13.5934 11.8226 13.5051 11.6349 13.3518 11.5331C13.2036 11.4346 13.0031 11.4203 12.8265 11.5131C11.0615 12.4407 8.94609 12.4427 7.1828 11.513C7.00629 11.4199 6.80602 11.4343 6.65798 11.5329C6.50518 11.6346 6.41701 11.8217 6.46844 12.0312C6.61029 12.609 6.95079 13.1833 7.46449 13.5821C8.14361 14.1093 9.05608 14.3999 10 14.3999C10.9439 14.3999 11.8564 14.1093 12.5355 13.5821Z", "strokeWidth": 0.4 } }] };
  5. export var Guffaw = forwardRef(function (props, ref) {
  6. return createElement(IconBase, Object.assign({}, props, {
  7. id: 'guffaw',
  8. ref: ref,
  9. icon: element,
  10. }));
  11. });
  12. Guffaw.displayName = 'Guffaw';
  13. export default Guffaw;
  14. //# sourceMappingURL=guffaw.js.map