from-z-to-a.js 2.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": "mask", "attrs": { "id": "mask0_102_986", "style": { "maskType": "alpha" }, "width": 16, "height": 16, "x": 0, "y": 0, "maskUnits": "userSpaceOnUse" }, "children": [{ "tag": "path", "attrs": { "fill": "#D9D9D9", "d": "M0 0H16V16H0z" } }] }, { "tag": "g", "attrs": { "mask": "url(#mask0_102_986)" }, "children": [{ "tag": "path", "attrs": { "fill": "colorChannel1", "d": "M2.20594 2.90066C1.88787 2.90066 1.63002 2.62744 1.63002 2.29042C1.63002 1.95339 1.88787 1.68018 2.20594 1.68018H6.8133C7.04624 1.68018 7.25624 1.82886 7.34538 2.05689C7.43452 2.28492 7.38525 2.54739 7.22054 2.72192L3.59633 6.56209H6.8133C7.13137 6.56209 7.38922 6.83531 7.38922 7.17233C7.38922 7.50936 7.13137 7.78257 6.8133 7.78257H2.20594C1.973 7.78257 1.763 7.63389 1.67386 7.40586C1.58472 7.17783 1.63399 6.91536 1.7987 6.74083L5.42291 2.90066H2.20594Z", "fillRule": "evenodd", "clipRule": "evenodd" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M11.2629 1.68018C11.6061 1.68018 11.8843 1.95339 11.8843 2.29042V12.2364L13.3093 10.8372C13.552 10.5989 13.9455 10.5989 14.1882 10.8372C14.4309 11.0755 14.4309 11.4619 14.1882 11.7002L11.7023 14.1412C11.4596 14.3795 11.0661 14.3795 10.8234 14.1412L8.33751 11.7002C8.09481 11.4619 8.09481 11.0755 8.33751 10.8372C8.58021 10.5989 8.97371 10.5989 9.21641 10.8372L10.6414 12.2364V2.29042C10.6414 1.95339 10.9196 1.68018 11.2629 1.68018Z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M4.83169 8.2177C5.06708 8.22088 5.28044 8.3544 5.38278 8.56258L7.78295 13.4445C7.93217 13.748 7.80256 14.1128 7.49346 14.2593C7.18436 14.4059 6.81283 14.2786 6.66361 13.9751L6.00806 12.6417C5.99887 12.6421 5.98962 12.6423 5.98033 12.6423H3.51348L2.80349 13.9902C2.6458 14.2895 2.27083 14.4067 1.96597 14.2518C1.6611 14.097 1.54179 13.7288 1.69948 13.4294L4.27111 8.54752C4.37927 8.3422 4.59629 8.21451 4.83169 8.2177ZM4.80394 10.1925L5.40832 11.4218H4.15639L4.80394 10.1925Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] }] };
  5. export var FromZToA = forwardRef(function (props, ref) {
  6. return createElement(IconBase, Object.assign({}, props, {
  7. id: 'from-z-to-a',
  8. ref: ref,
  9. icon: element,
  10. }));
  11. });
  12. FromZToA.displayName = 'FromZToA';
  13. export default FromZToA;
  14. //# sourceMappingURL=from-z-to-a.js.map