sort.js 1.9 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_202_71", "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_202_71)" }, "children": [{ "tag": "path", "attrs": { "fill": "colorChannel1", "d": "M4.57128 1.23984C4.6967 1.09362 4.88283 1.00098 5.09058 1.00098L5.09201 1.00098C5.2675 1.00062 5.44311 1.06739 5.57701 1.20129L8.65455 4.27882C8.92163 4.5459 8.92163 4.97892 8.65455 5.246C8.38747 5.51308 7.95445 5.51308 7.68737 5.246L5.77448 3.33311V10.5755C5.77448 10.9532 5.46829 11.2594 5.09058 11.2594C4.71288 11.2594 4.40669 10.9532 4.40669 10.5755V3.33879L2.49947 5.246C2.23239 5.51308 1.79937 5.51308 1.53229 5.246C1.26522 4.97892 1.26522 4.5459 1.53229 4.27882L4.57128 1.23984Z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M11.5876 5.42413C11.5876 5.04643 11.2814 4.74023 10.9037 4.74023C10.526 4.74023 10.2198 5.04643 10.2198 5.42413V12.6609L8.31255 10.7537C8.04547 10.4866 7.61245 10.4866 7.34537 10.7537C7.0783 11.0207 7.0783 11.4538 7.34537 11.7208L10.3844 14.7598C10.5098 14.9061 10.6959 14.9987 10.9037 14.9987L10.905 14.9987C11.0806 14.9991 11.2562 14.9323 11.3901 14.7984L14.4676 11.7208C14.7347 11.4538 14.7347 11.0207 14.4676 10.7537C14.2005 10.4866 13.7675 10.4866 13.5005 10.7537L11.5876 12.6666V5.42413Z" } }] }] };
  5. export var Sort = forwardRef(function (props, ref) {
  6. return createElement(IconBase, Object.assign({}, props, {
  7. id: 'sort',
  8. ref: ref,
  9. icon: element,
  10. }));
  11. });
  12. Sort.displayName = 'Sort';
  13. export default Sort;
  14. //# sourceMappingURL=sort.js.map