smile.js 1.1 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": "circle", "attrs": { "cx": 10, "cy": 10, "r": 6.89, "fill": "colorChannel1", "stroke": "currentColor", "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": { "stroke": "currentColor", "d": "M7.03705 11.8518C7.03705 11.8518 7.77779 13.7037 10 13.7037C12.2222 13.7037 12.963 11.8518 12.963 11.8518", "strokeLinecap": "round", "strokeWidth": 0.96 } }] };
  5. export var Smile = forwardRef(function (props, ref) {
  6. return createElement(IconBase, Object.assign({}, props, {
  7. id: 'smile',
  8. ref: ref,
  9. icon: element,
  10. }));
  11. });
  12. Smile.displayName = 'Smile';
  13. export default Smile;
  14. //# sourceMappingURL=smile.js.map