triangle-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 20 21", "width": "1em", "height": "1em" }, "children": [{ "tag": "g", "attrs": { "clipPath": "url(#triangle-single_clip0_613_237)" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M9.32308 4.41301C9.58368 3.82623 10.4164 3.82623 10.677 4.413L15.9526 16.2917C16.1701 16.7815 15.8115 17.3331 15.2756 17.3331H4.72454C4.18858 17.3331 3.83002 16.7815 4.04756 16.2917L9.32308 4.41301Z" } }] }, { "tag": "defs", "attrs": {}, "children": [{ "tag": "clipPath", "attrs": { "id": "triangle-single_clip0_613_237" }, "children": [{ "tag": "path", "attrs": { "fill": "#fff", "d": "M0 0H20V20H0z", "transform": "translate(0 .67)" } }] }] }], "defIds": ["triangle-single_clip0_613_237"] };
  5. export var TriangleSingle = forwardRef(function (props, ref) {
  6. return createElement(IconBase, Object.assign({}, props, {
  7. id: 'triangle-single',
  8. ref: ref,
  9. icon: element,
  10. }));
  11. });
  12. TriangleSingle.displayName = 'TriangleSingle';
  13. export default TriangleSingle;
  14. //# sourceMappingURL=triangle-single.js.map