// 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": "path", "attrs": { "fill": "currentColor", "d": "M6.48321 12C6.30912 12.0007 6.14168 11.9272 6.01668 11.795L2.86829 8.46197C2.80554 8.39514 2.75547 8.31547 2.72094 8.22752C2.68641 8.13957 2.66809 8.04506 2.66704 7.94939C2.66492 7.75618 2.73323 7.56995 2.85696 7.43169C2.98069 7.29343 3.1497 7.21445 3.32681 7.21213C3.50391 7.20981 3.67461 7.28434 3.80135 7.41933L6.48587 10.2601L12.1988 4.20704C12.3257 4.07206 12.4966 3.9976 12.6738 4.00006C12.8511 4.00251 13.0201 4.08168 13.1439 4.22013C13.2676 4.35859 13.3359 4.545 13.3336 4.73835C13.3314 4.9317 13.2588 5.11616 13.1319 5.25115L6.94973 11.795C6.82474 11.9272 6.6573 12.0007 6.48321 12Z" } }] }; export var CheckOutlineSingle = forwardRef(function (props, ref) { return createElement(IconBase, Object.assign({}, props, { id: 'check-outline-single', ref: ref, icon: element, })); }); CheckOutlineSingle.displayName = 'CheckOutlineSingle'; export default CheckOutlineSingle; //# sourceMappingURL=check-outline-single.js.map