file-group-single.js 1.5 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": "path", "attrs": { "fill": "currentColor", "d": "M3.09805 1.8335C1.93825 1.8335 0.998047 2.7737 0.998047 3.9335V12.0668C0.998047 13.2266 1.93825 14.1668 3.09805 14.1668H12.9018C14.0616 14.1668 15.0018 13.2266 15.0018 12.0668V5.10391C15.0018 4.22025 14.2854 3.50391 13.4018 3.50391H8.36993C8.27442 3.50391 8.18206 3.46973 8.10956 3.40757L6.72324 2.21887C6.43322 1.97019 6.06379 1.8335 5.68176 1.8335H3.09805ZM2.19805 3.9335C2.19805 3.43644 2.60099 3.0335 3.09805 3.0335H5.68176C5.77727 3.0335 5.86963 3.06767 5.94213 3.12984L7.32845 4.31854C7.61847 4.56721 7.98789 4.70391 8.36993 4.70391H13.4018C13.6227 4.70391 13.8018 4.88299 13.8018 5.10391V6.76562H2.19805V3.9335ZM2.19805 7.96562V12.0668C2.19805 12.5639 2.60099 12.9668 3.09805 12.9668H12.9018C13.3988 12.9668 13.8018 12.5639 13.8018 12.0668V7.96562H2.19805Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
  5. export var FileGroupSingle = forwardRef(function (props, ref) {
  6. return createElement(IconBase, Object.assign({}, props, {
  7. id: 'file-group-single',
  8. ref: ref,
  9. icon: element,
  10. }));
  11. });
  12. FileGroupSingle.displayName = 'FileGroupSingle';
  13. export default FileGroupSingle;
  14. //# sourceMappingURL=file-group-single.js.map