// 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 16 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "g", "attrs": { "fill": "currentColor", "clipPath": "url(#history-single_clip0_907_281)" }, "children": [{ "tag": "path", "attrs": { "d": "M4.45388 4.14989H3.52896C4.61144 2.8939 6.21319 2.0999 7.9999 2.0999C11.2584 2.0999 13.8999 4.74142 13.8999 7.9999C13.8999 11.2584 11.2584 13.8999 7.9999 13.8999C4.74142 13.8999 2.0999 11.2584 2.0999 7.9999C2.0999 7.66853 1.83127 7.3999 1.4999 7.3999C1.16853 7.3999 0.899902 7.66853 0.899902 7.9999C0.899902 11.9211 4.07868 15.0999 7.9999 15.0999C11.9211 15.0999 15.0999 11.9211 15.0999 7.9999C15.0999 4.07868 11.9211 0.899902 7.9999 0.899902C5.88709 0.899902 3.9903 1.82298 2.69023 3.28636V2.38625C2.69023 2.05488 2.42161 1.78625 2.09023 1.78625C1.75886 1.78625 1.49023 2.05488 1.49023 2.38625V4.74989C1.49023 5.08126 1.75886 5.34989 2.09023 5.34989H4.45388C4.78525 5.34989 5.05388 5.08126 5.05388 4.74989C5.05388 4.41851 4.78525 4.14989 4.45388 4.14989Z" } }, { "tag": "path", "attrs": { "d": "M8.28291 5.16293C8.28295 4.83156 8.01435 4.5629 7.68298 4.56287C7.35161 4.56283 7.08295 4.83143 7.08291 5.1628L7.08252 8.63494C7.0825 8.79881 7.1495 8.95555 7.26796 9.06877L9.70073 11.3939C9.94029 11.6228 10.3201 11.6142 10.549 11.3747C10.778 11.1351 10.7694 10.7553 10.5298 10.5263L8.28255 8.37852L8.28291 5.16293Z" } }] }, { "tag": "defs", "attrs": {}, "children": [{ "tag": "clipPath", "attrs": { "id": "history-single_clip0_907_281" }, "children": [{ "tag": "path", "attrs": { "fill": "#fff", "d": "M0 0H16V16H0z" } }] }] }], "defIds": ["history-single_clip0_907_281"] }; export var HistorySingle = forwardRef(function (props, ref) { return createElement(IconBase, Object.assign({}, props, { id: 'history-single', ref: ref, icon: element, })); }); HistorySingle.displayName = 'HistorySingle'; export default HistorySingle; //# sourceMappingURL=history-single.js.map