next-single.js 1.3 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 22 22", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M14.3981 4.85174C14.0401 4.49376 13.4597 4.49376 13.1017 4.85174C12.7437 5.20972 12.7437 5.79012 13.1017 6.1481L17.0369 10.0833H2.74989C2.24363 10.0833 1.83322 10.4937 1.83322 10.9999C1.83322 11.5062 2.24363 11.9166 2.74989 11.9166H17.0369L13.1017 15.8517C12.7437 16.2097 12.7437 16.7901 13.1017 17.1481C13.4597 17.5061 14.0401 17.5061 14.3981 17.1481L19.8981 11.6481C19.9909 11.5553 20.0596 11.4476 20.1043 11.3327C20.1386 11.2446 20.1597 11.15 20.1651 11.0512C20.167 11.017 20.167 10.9828 20.1651 10.9487C20.1597 10.8499 20.1386 10.7552 20.1043 10.6672C20.0596 10.5523 19.9909 10.4445 19.8981 10.3517L14.3981 4.85174Z" } }] };
  5. export var NextSingle = forwardRef(function (props, ref) {
  6. return createElement(IconBase, Object.assign({}, props, {
  7. id: 'next-single',
  8. ref: ref,
  9. icon: element,
  10. }));
  11. });
  12. NextSingle.displayName = 'NextSingle';
  13. export default NextSingle;
  14. //# sourceMappingURL=next-single.js.map