// 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": "M12.4216 4.46432L15.6036 7.6463C15.7988 7.84156 15.7988 8.15814 15.6036 8.3534L12.4216 11.5354C12.2263 11.7306 11.9097 11.7306 11.7145 11.5354C11.5192 11.3401 11.5192 11.0235 11.7145 10.8283L14.0429 8.49985H0.75C0.473858 8.49985 0.25 8.27599 0.25 7.99985C0.25 7.72371 0.473857 7.49985 0.749999 7.49985H14.0429L11.7145 5.17142C11.5192 4.97616 11.5192 4.65958 11.7145 4.46432C11.9097 4.26906 12.2263 4.26906 12.4216 4.46432Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] }; export var GuideSingle = forwardRef(function (props, ref) { return createElement(IconBase, Object.assign({}, props, { id: 'guide-single', ref: ref, icon: element, })); }); GuideSingle.displayName = 'GuideSingle'; export default GuideSingle; //# sourceMappingURL=guide-single.js.map