unifile.js 2.7 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": "url(#unifile_paint0_linear_1389_5)", "d": "M3.4535 1.12549C2.7002 1.12549 2.08954 1.73615 2.08954 2.48945V13.5104C2.08954 14.2637 2.7002 14.8744 3.4535 14.8744H12.5465C13.2998 14.8744 13.9105 14.2637 13.9105 13.5104V5.0992L10.0091 1.12549H3.4535Z" } }, { "tag": "path", "attrs": { "fill": "url(#unifile_paint1_linear_1389_5)", "d": "M10.0075 1.12549L13.9104 5.09842H10.6742C10.306 5.09842 10.0075 4.79994 10.0075 4.43175V1.12549Z" } }, { "tag": "path", "attrs": { "fill": "#fff", "d": "M7.2999 7.24085C7.47563 7.06512 7.47563 6.78019 7.2999 6.60446 7.12416 6.42872 6.83924 6.42872 6.6635 6.60446L5.32382 7.94414C4.72019 8.54777 4.72018 9.52646 5.32382 10.1301 5.92745 10.7337 6.90614 10.7337 7.50977 10.1301L7.87884 9.76103C8.05458 9.58529 8.05458 9.30037 7.87884 9.12463 7.70311 8.94889 7.41818 8.94889 7.24245 9.12463L6.87338 9.4937C6.62121 9.74586 6.21238 9.74586 5.96022 9.4937 5.70805 9.24154 5.70805 8.8327 5.96022 8.58053L7.2999 7.24085zM8.70256 10.7653C8.52683 10.941 8.52683 11.2259 8.70256 11.4017 8.8783 11.5774 9.16322 11.5774 9.33896 11.4017L10.6786 10.062C11.2823 9.45834 11.2823 8.47966 10.6786 7.87602 10.075 7.27239 9.09632 7.27238 8.49269 7.87602L8.12362 8.24509C7.94788 8.42082 7.94788 8.70575 8.12362 8.88148 8.29935 9.05722 8.58428 9.05722 8.76001 8.88148L9.12908 8.51242C9.38125 8.26025 9.79008 8.26025 10.0422 8.51242 10.2944 8.76458 10.2944 9.17342 10.0422 9.42558L8.70256 10.7653z" } }, { "tag": "defs", "attrs": {}, "children": [{ "tag": "linearGradient", "attrs": { "id": "unifile_paint0_linear_1389_5", "x1": 2.09, "x2": 14.43, "y1": 8, "y2": 8, "gradientUnits": "userSpaceOnUse" }, "children": [{ "tag": "stop", "attrs": { "stopColor": "#5357ED" } }, { "tag": "stop", "attrs": { "offset": 1, "stopColor": "#40B9FF" } }] }, { "tag": "linearGradient", "attrs": { "id": "unifile_paint1_linear_1389_5", "x1": 10.01, "x2": 14.08, "y1": 3.11, "y2": 3.11, "gradientUnits": "userSpaceOnUse" }, "children": [{ "tag": "stop", "attrs": { "stopColor": "#5357ED" } }, { "tag": "stop", "attrs": { "offset": 1, "stopColor": "#40B9FF" } }] }] }], "defIds": ["unifile_paint0_linear_1389_5", "unifile_paint1_linear_1389_5"] };
  5. export var Unifile = forwardRef(function (props, ref) {
  6. return createElement(IconBase, Object.assign({}, props, {
  7. id: 'unifile',
  8. ref: ref,
  9. icon: element,
  10. }));
  11. });
  12. Unifile.displayName = 'Unifile';
  13. export default Unifile;
  14. //# sourceMappingURL=unifile.js.map