rhomboid-single.js 960 B

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 20 21", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M2.1415 11.1984C1.8412 10.9074 1.8412 10.4256 2.1415 10.1346L9.48467 3.01785C9.77196 2.73942 10.2284 2.73942 10.5157 3.01786L17.8586 10.1346C18.1589 10.4256 18.1589 10.9074 17.8586 11.1984L10.5157 18.3151C10.2284 18.5936 9.77196 18.5936 9.48467 18.3152L2.1415 11.1984Z" } }] };
  5. export var RhomboidSingle = forwardRef(function (props, ref) {
  6. return createElement(IconBase, Object.assign({}, props, {
  7. id: 'rhomboid-single',
  8. ref: ref,
  9. icon: element,
  10. }));
  11. });
  12. RhomboidSingle.displayName = 'RhomboidSingle';
  13. export default RhomboidSingle;
  14. //# sourceMappingURL=rhomboid-single.js.map