// 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 16 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M2.18602 13.3337C1.41553 10.8721 2.95652 5.12853 8.34997 5.12853V3.48751C8.34997 3.33513 8.38982 3.18576 8.46504 3.05614C8.54027 2.92651 8.64791 2.82176 8.77589 2.75362C8.90387 2.68547 9.04715 2.65662 9.18966 2.67031C9.33217 2.68399 9.46829 2.73967 9.58276 2.83109L13.6918 6.11315C13.7875 6.18957 13.8652 6.28868 13.9187 6.40261C13.9722 6.51655 14 6.64218 14 6.76956C14 6.89694 13.9722 7.02257 13.9187 7.1365C13.8652 7.25043 13.7875 7.34954 13.6918 7.42597L9.58276 10.708C9.46829 10.7994 9.33217 10.8551 9.18966 10.8688C9.04715 10.8825 8.90387 10.8536 8.77589 10.7855C8.64791 10.7174 8.54027 10.6126 8.46504 10.483C8.38982 10.3534 8.34997 10.204 8.34997 10.0516V8.41058C2.95652 9.23109 2.18602 13.3337 2.18602 13.3337Z" } }] }; export var Forward = forwardRef(function (props, ref) { return createElement(IconBase, Object.assign({}, props, { id: 'forward', ref: ref, icon: element, })); }); Forward.displayName = 'Forward'; export default Forward; //# sourceMappingURL=forward.js.map