add-attachment-single.js 2.0 KB

1234567891011121314
  1. // This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT.
  2. import { createElement, forwardRef } from 'react';
  3. import { IconBase } from '../icon';
  4. var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 16 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "g", "attrs": { "fill": "currentColor", "clipPath": "url(#add-attachment-single_clip0_1451_20)" }, "children": [{ "tag": "path", "attrs": { "d": "M8.00381 4.83154C8.33518 4.83154 8.60381 5.10017 8.60381 5.43154V7.3999H10.5671C10.8985 7.3999 11.1671 7.66853 11.1671 7.9999C11.1671 8.33127 10.8985 8.5999 10.5671 8.5999H8.60381V10.569C8.60381 10.9004 8.33518 11.169 8.00381 11.169C7.67244 11.169 7.40381 10.9004 7.40381 10.569V8.5999H5.42959C5.09822 8.5999 4.82959 8.33127 4.82959 7.9999C4.82959 7.66853 5.09822 7.3999 5.42959 7.3999H7.40381V5.43154C7.40381 5.10017 7.67244 4.83154 8.00381 4.83154Z" } }, { "tag": "path", "attrs": { "d": "M0.978027 7.9999C0.978027 4.12183 4.12183 0.978027 7.9999 0.978027C11.878 0.978027 15.0218 4.12183 15.0218 7.9999C15.0218 11.878 11.878 15.0218 7.9999 15.0218C4.12183 15.0218 0.978027 11.878 0.978027 7.9999ZM7.9999 2.17803C4.78457 2.17803 2.17803 4.78457 2.17803 7.9999C2.17803 11.2152 4.78457 13.8218 7.9999 13.8218C11.2152 13.8218 13.8218 11.2152 13.8218 7.9999C13.8218 4.78457 11.2152 2.17803 7.9999 2.17803Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] }, { "tag": "defs", "attrs": {}, "children": [{ "tag": "clipPath", "attrs": { "id": "add-attachment-single_clip0_1451_20" }, "children": [{ "tag": "path", "attrs": { "fill": "#fff", "d": "M0 0H16V16H0z" } }] }] }], "defIds": ["add-attachment-single_clip0_1451_20"] };
  5. export var AddAttachmentSingle = forwardRef(function (props, ref) {
  6. return createElement(IconBase, Object.assign({}, props, {
  7. id: 'add-attachment-single',
  8. ref: ref,
  9. icon: element,
  10. }));
  11. });
  12. AddAttachmentSingle.displayName = 'AddAttachmentSingle';
  13. export default AddAttachmentSingle;
  14. //# sourceMappingURL=add-attachment-single.js.map