// 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": "rect", "attrs": { "width": 14.46, "height": 14.46, "x": 2.77, "y": 2.77, "fill": "currentColor", "rx": 3 } }, { "tag": "circle", "attrs": { "cx": 10, "cy": 10, "r": 4.5, "fill": "colorChannel1" } }] }; export var Indicate = forwardRef(function (props, ref) { return createElement(IconBase, Object.assign({}, props, { id: 'indicate', ref: ref, icon: element, })); }); Indicate.displayName = 'Indicate'; export default Indicate; //# sourceMappingURL=indicate.js.map