descending-order.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_1078", "style": { "maskType": "alpha" }, "width": 16, "height": 16, "x": 0, "y": 0, "maskUnits": "userSpaceOnUse" }, "children": [{ "tag": "path", "attrs": { "fill": "#DCDCDC", "d": "M0 0H16V16H0z" } }] }, { "tag": "g", "attrs": { "mask": "url(#mask0_102_1078)", "fillRule": "evenodd", "clipRule": "evenodd" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M6.85588 12.8206C6.85588 13.1786 7.14605 13.4688 7.504 13.4688H13.9851C14.3431 13.4688 14.6333 13.1786 14.6333 12.8206C14.6333 12.4627 14.3431 12.1725 13.9851 12.1725H7.504C7.14605 12.1725 6.85588 12.4627 6.85588 12.8206ZM6.85588 9.58006C6.85588 9.93801 7.14605 10.2282 7.504 10.2282H12.6889C13.0469 10.2282 13.337 9.93801 13.337 9.58006C13.337 9.22212 13.0469 8.93195 12.6889 8.93195H7.504C7.14605 8.93195 6.85588 9.22212 6.85588 9.58006ZM6.85588 6.33948C6.85588 6.69742 7.14605 6.98761 7.504 6.98761H11.3927C11.7506 6.98761 12.0408 6.69742 12.0408 6.33948C12.0408 5.98155 11.7506 5.69135 11.3927 5.69135H7.504C7.14605 5.69135 6.85588 5.98155 6.85588 6.33948ZM6.85588 3.09895C6.85588 3.45688 7.14605 3.74702 7.504 3.74702H10.0965C10.4544 3.74702 10.7446 3.45688 10.7446 3.09895C10.7446 2.74095 10.4544 2.45082 10.0965 2.45082H7.504C7.14605 2.45082 6.85588 2.74095 6.85588 3.09895Z" } }, { "tag": "path", "attrs": { "fill": "colorChannel1", "d": "M5.30222 2.49089C5.30222 2.13294 5.01205 1.84277 4.65411 1.84277C4.29616 1.84277 4.00599 2.13294 4.00599 2.49089V11.9911L2.47294 10.4581C2.21983 10.205 1.80947 10.205 1.55637 10.4581C1.30326 10.7112 1.30326 11.1216 1.55637 11.3746L4.14883 13.9671C4.28133 14.0996 4.45695 14.1628 4.63054 14.1565C4.63836 14.1568 4.64621 14.157 4.65411 14.157C5.01205 14.157 5.30222 13.8668 5.30222 13.5088V2.49089Z" } }] }] };
  5. export var DescendingOrder = forwardRef(function (props, ref) {
  6. return createElement(IconBase, Object.assign({}, props, {
  7. id: 'descending-order',
  8. ref: ref,
  9. icon: element,
  10. }));
  11. });
  12. DescendingOrder.displayName = 'DescendingOrder';
  13. export default DescendingOrder;
  14. //# sourceMappingURL=descending-order.js.map