| 1234567891011121314 |
- // 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": "M4.9999 3.90137C4.66853 3.90137 4.3999 4.17 4.3999 4.50137 4.3999 4.83274 4.66853 5.10137 4.9999 5.10137H10.9999C11.3313 5.10137 11.5999 4.83274 11.5999 4.50137 11.5999 4.17 11.3313 3.90137 10.9999 3.90137H4.9999zM4.9999 10.8987C4.66853 10.8987 4.3999 11.1673 4.3999 11.4987 4.3999 11.8301 4.66853 12.0987 4.9999 12.0987H10.9999C11.3313 12.0987 11.5999 11.8301 11.5999 11.4987 11.5999 11.1673 11.3313 10.8987 10.9999 10.8987H4.9999z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M12.7 2.0999H3.30005C2.85822 2.0999 2.50005 2.45807 2.50005 2.8999V13.0999C2.50005 13.5417 2.85822 13.8999 3.30005 13.8999H12.7C13.1419 13.8999 13.5 13.5417 13.5 13.0999V2.8999C13.5 2.45808 13.1419 2.0999 12.7 2.0999ZM3.30005 0.899902C2.19548 0.899902 1.30005 1.79533 1.30005 2.8999V13.0999C1.30005 14.2045 2.19548 15.0999 3.30005 15.0999H12.7C13.8046 15.0999 14.7 14.2045 14.7 13.0999V2.8999C14.7 1.79533 13.8046 0.899902 12.7 0.899902H3.30005Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
- export var HeaderFooterSingle = forwardRef(function (props, ref) {
- return createElement(IconBase, Object.assign({}, props, {
- id: 'header-footer-single',
- ref: ref,
- icon: element,
- }));
- });
- HeaderFooterSingle.displayName = 'HeaderFooterSingle';
- export default HeaderFooterSingle;
- //# sourceMappingURL=header-footer-single.js.map
|