// 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 13.7037C7.03705 13.7037 7.77779 11.8519 10 11.8519C12.2222 11.8519 12.963 13.7037 12.963 13.7037", "strokeLinecap": "round", "strokeWidth": 0.96 } }] }; export var Dissatisfied = forwardRef(function (props, ref) { return createElement(IconBase, Object.assign({}, props, { id: 'dissatisfied', ref: ref, icon: element, })); }); Dissatisfied.displayName = 'Dissatisfied'; export default Dissatisfied; //# sourceMappingURL=dissatisfied.js.map