| 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": "g", "attrs": { "fill": "currentColor", "clipPath": "url(#save-single_clip0_910_96)" }, "children": [{ "tag": "path", "attrs": { "d": "M3.73193 8.35159C3.73193 8.02022 4.00056 7.75159 4.33193 7.75159H11.4228C11.7542 7.75159 12.0228 8.02022 12.0228 8.35159 12.0228 8.68296 11.7542 8.95159 11.4228 8.95159H4.33193C4.00056 8.95159 3.73193 8.68296 3.73193 8.35159zM4.33193 10.9032C4.00056 10.9032 3.73193 11.1718 3.73193 11.5032 3.73193 11.8346 4.00056 12.1032 4.33193 12.1032H8.2746C8.60597 12.1032 8.8746 11.8346 8.8746 11.5032 8.8746 11.1718 8.60597 10.9032 8.2746 10.9032H4.33193z" } }, { "tag": "path", "attrs": { "d": "M9.89834 0.899902L3.4999 0.89992C2.06394 0.899923 0.899883 2.064 0.899902 3.49996L0.900024 12.5001C0.900044 13.9361 2.0641 15.1001 3.50003 15.1001H12.4999C13.9358 15.1001 15.0999 13.9361 15.0999 12.5001V6.10142C15.0999 4.65996 14.5017 3.28314 13.4481 2.29943C12.4849 1.4001 11.2162 0.899899 9.89834 0.899902ZM9.05007 2.0999L9.89835 2.0999C10.9121 2.0999 11.8881 2.4847 12.6292 3.17656C13.4397 3.93332 13.8999 4.99251 13.8999 6.10142V12.5001C13.8999 13.2733 13.2731 13.9001 12.4999 13.9001H3.50003C2.72683 13.9001 2.10003 13.2733 2.10002 12.5001L2.0999 3.49994C2.09989 2.72673 2.72669 2.09992 3.4999 2.09992L4.10513 2.09992L4.10498 3.53617C4.10489 4.41989 4.82126 5.13633 5.70498 5.13633H7.44868C8.33173 5.13633 9.04782 4.42093 9.04868 3.53788L9.05007 2.0999ZM7.85007 2.09991L5.30513 2.09991L5.30498 3.53629C5.30496 3.75722 5.48405 3.93633 5.70498 3.93633H7.44868C7.66944 3.93633 7.84846 3.75748 7.84868 3.53672L7.85007 2.09991Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] }, { "tag": "defs", "attrs": {}, "children": [{ "tag": "clipPath", "attrs": { "id": "save-single_clip0_910_96" }, "children": [{ "tag": "path", "attrs": { "fill": "#fff", "d": "M0 0H16V16H0z" } }] }] }], "defIds": ["save-single_clip0_910_96"] };
- export var SaveSingle = forwardRef(function (props, ref) {
- return createElement(IconBase, Object.assign({}, props, {
- id: 'save-single',
- ref: ref,
- icon: element,
- }));
- });
- SaveSingle.displayName = 'SaveSingle';
- export default SaveSingle;
- //# sourceMappingURL=save-single.js.map
|