// 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": "M3.0999 2.66689C3.0999 2.33552 2.83127 2.06689 2.4999 2.06689 2.16853 2.06689 1.8999 2.33552 1.8999 2.66689V13.3336C1.8999 13.6649 2.16853 13.9336 2.4999 13.9336 2.83127 13.9336 3.0999 13.6649 3.0999 13.3336V8.5999H8.2334V13.3336C8.2334 13.6649 8.50203 13.9336 8.8334 13.9336 9.16477 13.9336 9.4334 13.6649 9.4334 13.3336V2.66689C9.4334 2.33552 9.16477 2.06689 8.8334 2.06689 8.50203 2.06689 8.2334 2.33552 8.2334 2.66689V7.3999H3.0999V2.66689zM14.0999 6.33879C14.0999 6.09377 13.9509 5.87336 13.7236 5.78203 13.4962 5.6907 13.2362 5.74679 13.0667 5.92373L11.4753 7.58486C11.2461 7.82415 11.2542 8.20396 11.4935 8.43319 11.7328 8.66243 12.1126 8.65427 12.3419 8.41499L12.8999 7.83245V13.3333C12.8999 13.6646 13.1686 13.9333 13.4999 13.9333 13.8313 13.9333 14.0999 13.6646 14.0999 13.3333V6.33879z" } }] }; export var H1Single = forwardRef(function (props, ref) { return createElement(IconBase, Object.assign({}, props, { id: 'h1-single', ref: ref, icon: element, })); }); H1Single.displayName = 'H1Single'; export default H1Single; //# sourceMappingURL=h1-single.js.map