// 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 21", "width": "1em", "height": "1em" }, "children": [{ "tag": "g", "attrs": { "clipPath": "url(#correct-single_clip0_613_248)" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M15.689 5.69723C15.5476 5.75578 15.4209 5.8825 15.1675 6.13594L7.82436 13.4791L4.83279 10.4875C4.57935 10.2341 4.45263 10.1073 4.31127 10.0488C4.12278 9.97071 3.91101 9.97071 3.72252 10.0488C3.58116 10.1073 3.45444 10.2341 3.201 10.4875C2.94756 10.7409 2.82084 10.8676 2.76229 11.009C2.68422 11.1975 2.68422 11.4093 2.76229 11.5978C2.82084 11.7391 2.94756 11.8658 3.201 12.1193L7.0085 15.9268C7.26194 16.1802 7.38866 16.3069 7.53002 16.3655C7.7185 16.4436 7.93028 16.4436 8.11876 16.3655C8.26013 16.3069 8.38685 16.1802 8.64028 15.9268C8.66387 15.9032 8.68636 15.8807 8.7078 15.8592L16.7993 7.76772C17.0527 7.51428 17.1794 7.38756 17.238 7.2462C17.3161 7.05772 17.3161 6.84594 17.238 6.65746C17.1794 6.5161 17.0527 6.38938 16.7993 6.13594C16.5458 5.8825 16.4191 5.75578 16.2777 5.69723C16.0893 5.61915 15.8775 5.61915 15.689 5.69723Z" } }] }, { "tag": "defs", "attrs": {}, "children": [{ "tag": "clipPath", "attrs": { "id": "correct-single_clip0_613_248" }, "children": [{ "tag": "path", "attrs": { "fill": "#fff", "d": "M0 0H20V20H0z", "transform": "translate(0 .67)" } }] }] }], "defIds": ["correct-single_clip0_613_248"] }; export var CorrectSingle = forwardRef(function (props, ref) { return createElement(IconBase, Object.assign({}, props, { id: 'correct-single', ref: ref, icon: element, })); }); CorrectSingle.displayName = 'CorrectSingle'; export default CorrectSingle; //# sourceMappingURL=correct-single.js.map