download-single.js 1.6 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": "M8.59746 2.00002C8.59746 1.66865 8.32883 1.40002 7.99746 1.40002C7.66609 1.40002 7.39746 1.66865 7.39746 2.00002V9.21568L5.42417 7.24239C5.18985 7.00807 4.80995 7.00807 4.57564 7.24239C4.34132 7.4767 4.34132 7.8566 4.57564 8.09091L7.54191 11.0572C7.65195 11.1854 7.81521 11.2667 7.99746 11.2667C8.00141 11.2667 8.00535 11.2667 8.00928 11.2666C8.15969 11.2642 8.30939 11.2057 8.42417 11.0909L11.4242 8.09091C11.6585 7.8566 11.6585 7.4767 11.4242 7.24239C11.1899 7.00807 10.81 7.00807 10.5756 7.24239L8.59746 9.22056V2.00002Z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M13.9999 7.40002C14.3313 7.40002 14.5999 7.66865 14.5999 8.00002V12C14.5999 13.436 13.4358 14.6 11.9999 14.6H3.9999C2.56396 14.6 1.3999 13.436 1.3999 12V8.00279C1.3999 7.67142 1.66853 7.40279 1.9999 7.40279C2.33127 7.40279 2.5999 7.67142 2.5999 8.00279V12C2.5999 12.7732 3.2267 13.4 3.9999 13.4H11.9999C12.7731 13.4 13.3999 12.7732 13.3999 12V8.00002C13.3999 7.66865 13.6685 7.40002 13.9999 7.40002Z" } }] };
  5. export var DownloadSingle = forwardRef(function (props, ref) {
  6. return createElement(IconBase, Object.assign({}, props, {
  7. id: 'download-single',
  8. ref: ref,
  9. icon: element,
  10. }));
  11. });
  12. DownloadSingle.displayName = 'DownloadSingle';
  13. export default DownloadSingle;
  14. //# sourceMappingURL=download-single.js.map