chevron-double-down-single.js 1.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 17 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M12.2901 7.64645C12.4853 7.84171 12.4853 8.15829 12.2901 8.35355L9.29008 11.3536C9.09481 11.5488 8.77823 11.5488 8.58297 11.3536L5.58297 8.35355C5.38771 8.15829 5.38771 7.84171 5.58297 7.64645C5.77823 7.45118 6.09481 7.45118 6.29008 7.64645L8.93652 10.2929L11.583 7.64645C11.7782 7.45118 12.0948 7.45118 12.2901 7.64645Z", "fillRule": "evenodd", "clipRule": "evenodd" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M12.2901 4.64645C12.4853 4.84171 12.4853 5.15829 12.2901 5.35355L9.29008 8.35355C9.09481 8.54882 8.77823 8.54882 8.58297 8.35355L5.58297 5.35355C5.38771 5.15829 5.38771 4.84171 5.58297 4.64645C5.77823 4.45118 6.09481 4.45118 6.29008 4.64645L8.93652 7.29289L11.583 4.64645C11.7782 4.45118 12.0948 4.45118 12.2901 4.64645Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
  5. export var ChevronDoubleDownSingle = forwardRef(function (props, ref) {
  6. return createElement(IconBase, Object.assign({}, props, {
  7. id: 'chevron-double-down-single',
  8. ref: ref,
  9. icon: element,
  10. }));
  11. });
  12. ChevronDoubleDownSingle.displayName = 'ChevronDoubleDownSingle';
  13. export default ChevronDoubleDownSingle;
  14. //# sourceMappingURL=chevron-double-down-single.js.map