// This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT. import { createElement, forwardRef } from 'react'; import { IconBase } from '../icon'; 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 } }] }; export var Smile = forwardRef(function (props, ref) { return createElement(IconBase, Object.assign({}, props, { id: 'smile', ref: ref, icon: element, })); }); Smile.displayName = 'Smile'; export default Smile; //# sourceMappingURL=smile.js.map