from-a-to-z.js 2.4 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_1021", "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_1021)" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M11.2629 1.68018C11.6061 1.68018 11.8844 1.95339 11.8844 2.29042V12.2365L13.3093 10.8373C13.552 10.599 13.9455 10.599 14.1882 10.8373 14.4309 11.0756 14.4309 11.462 14.1882 11.7003L11.7023 14.1413C11.4596 14.3796 11.0662 14.3796 10.8235 14.1413L8.33755 11.7003C8.09485 11.462 8.09485 11.0756 8.33755 10.8373 8.58026 10.599 8.97375 10.599 9.21645 10.8373L10.6414 12.2365V2.29042C10.6414 1.95339 10.9197 1.68018 11.2629 1.68018zM1.63005 8.82796C1.63005 9.16499 1.9083 9.4382 2.25153 9.4382H5.72295L1.81208 13.2784C1.63434 13.4529 1.58117 13.7154 1.67736 13.9435 1.77355 14.1715 2.00016 14.3202 2.25153 14.3202H7.22332C7.56655 14.3202 7.84479 14.047 7.84479 13.7099 7.84479 13.3729 7.56655 13.0997 7.22332 13.0997H3.7519L7.66277 9.25947C7.84051 9.08494 7.89368 8.82246 7.79749 8.59443 7.70129 8.36639 7.47468 8.21771 7.22332 8.21771H2.25153C1.9083 8.21771 1.63005 8.49093 1.63005 8.82796z" } }, { "tag": "path", "attrs": { "fill": "colorChannel1", "d": "M5.38278 2.02512C5.28044 1.81694 5.06708 1.68342 4.83169 1.68023C4.59629 1.67705 4.37927 1.80474 4.27111 2.01006L1.69948 6.89203C1.54179 7.19139 1.6611 7.55959 1.96597 7.71443C2.27083 7.86927 2.6458 7.75211 2.80349 7.45276L3.50744 6.11638H5.98033C5.99148 6.11638 6.00257 6.11609 6.01358 6.11552L6.66361 7.4377C6.81283 7.74121 7.18436 7.86848 7.49346 7.72195C7.80256 7.57543 7.93217 7.21061 7.78295 6.90709L5.38278 2.02512ZM5.41396 4.89589L4.80394 3.65511L4.15035 4.89589H5.41396Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] }] };
  5. export var FromAToZ = forwardRef(function (props, ref) {
  6. return createElement(IconBase, Object.assign({}, props, {
  7. id: 'from-a-to-z',
  8. ref: ref,
  9. icon: element,
  10. }));
  11. });
  12. FromAToZ.displayName = 'FromAToZ';
  13. export default FromAToZ;
  14. //# sourceMappingURL=from-a-to-z.js.map