arrowright-single.js 1.2 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": "path", "attrs": { "fill": "currentColor", "d": "M9.42417 3.07417C9.18985 2.83986 8.80995 2.83986 8.57564 3.07417C8.34132 3.30849 8.34132 3.68839 8.57564 3.9227L12.0514 7.39844H2.4999C2.16853 7.39844 1.8999 7.66707 1.8999 7.99844C1.8999 8.32981 2.16853 8.59844 2.4999 8.59844H12.0514L8.57564 12.0742C8.34132 12.3085 8.34132 12.6884 8.57564 12.9227C8.80995 13.157 9.18985 13.157 9.42417 12.9227L13.9242 8.4227C14.0413 8.30554 14.0999 8.15199 14.0999 7.99844C14.0999 7.91708 14.0837 7.83951 14.0544 7.76877C14.0251 7.698 13.9817 7.6317 13.9242 7.57417L9.42417 3.07417Z" } }] };
  5. export var ArrowrightSingle = forwardRef(function (props, ref) {
  6. return createElement(IconBase, Object.assign({}, props, {
  7. id: 'arrowright-single',
  8. ref: ref,
  9. icon: element,
  10. }));
  11. });
  12. ArrowrightSingle.displayName = 'ArrowrightSingle';
  13. export default ArrowrightSingle;
  14. //# sourceMappingURL=arrowright-single.js.map