// This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT. import { createElement, forwardRef } from 'react'; import { IconBase } from '../icon'; var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 17 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M5.58297 8.35355C5.38771 8.15829 5.38771 7.84171 5.58297 7.64645L8.58297 4.64645C8.77823 4.45118 9.09481 4.45118 9.29008 4.64645L12.2901 7.64645C12.4853 7.84171 12.4853 8.15829 12.2901 8.35355C12.0948 8.54882 11.7782 8.54882 11.583 8.35355L8.93652 5.70711L6.29008 8.35355C6.09481 8.54882 5.77823 8.54882 5.58297 8.35355Z", "fillRule": "evenodd", "clipRule": "evenodd" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M5.58297 11.3536C5.38771 11.1583 5.38771 10.8417 5.58297 10.6464L8.58297 7.64645C8.77823 7.45118 9.09481 7.45118 9.29008 7.64645L12.2901 10.6464C12.4853 10.8417 12.4853 11.1583 12.2901 11.3536C12.0948 11.5488 11.7782 11.5488 11.583 11.3536L8.93652 8.70711L6.29008 11.3536C6.09481 11.5488 5.77823 11.5488 5.58297 11.3536Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] }; export var ChevronDoubleUpSingle = forwardRef(function (props, ref) { return createElement(IconBase, Object.assign({}, props, { id: 'chevron-double-up-single', ref: ref, icon: element, })); }); ChevronDoubleUpSingle.displayName = 'ChevronDoubleUpSingle'; export default ChevronDoubleUpSingle; //# sourceMappingURL=chevron-double-up-single.js.map