| 1234567891011121314 |
- // 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 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" } }] };
- export var RhomboidSingle = forwardRef(function (props, ref) {
- return createElement(IconBase, Object.assign({}, props, {
- id: 'rhomboid-single',
- ref: ref,
- icon: element,
- }));
- });
- RhomboidSingle.displayName = 'RhomboidSingle';
- export default RhomboidSingle;
- //# sourceMappingURL=rhomboid-single.js.map
|