painting-single.js 2.5 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 17 17", "width": "1em", "height": "1em" }, "children": [{ "tag": "mask", "attrs": { "id": "mask0_102_645", "style": { "maskType": "alpha" }, "width": 17, "height": 17, "x": 0, "y": 0, "maskUnits": "userSpaceOnUse" }, "children": [{ "tag": "path", "attrs": { "fill": "#D9D9D9", "d": "M0.23 0.85H16.23V16.85H0.23z" } }] }, { "tag": "g", "attrs": { "fill": "currentColor", "mask": "url(#mask0_102_645)" }, "children": [{ "tag": "path", "attrs": { "d": "M5.6477 10.1908C5.28281 9.90875 5.04938 9.47667 5.04938 8.99232C5.04938 8.1424 5.78034 7.4534 6.66699 7.4534C7.56719 7.4534 8.30933 6.75388 8.30934 5.89096L8.30935 5.22688C8.30936 4.37697 9.02812 3.68799 9.91476 3.68799C10.8014 3.68799 11.5202 4.37698 11.5202 5.2269V5.89095C11.5202 6.75387 12.2623 7.4534 13.1625 7.4534C14.0491 7.4534 14.7801 8.1424 14.7801 8.99232C14.7801 9.47667 14.5467 9.90875 14.1818 10.1908L15.4042 14.1142C15.5106 14.4557 15.2437 14.7991 14.8718 14.7991H4.95765C4.58579 14.7991 4.31891 14.4557 4.42533 14.1142L5.6477 10.1908ZM10.4091 5.2269V5.89095C10.4091 7.35255 11.6596 8.51849 13.1625 8.51849C13.4465 8.51849 13.669 8.74108 13.669 8.99232C13.669 9.24642 13.4603 9.4538 13.1983 9.46561H6.63119C6.36916 9.4538 6.1605 9.24642 6.1605 8.99232C6.1605 8.74109 6.38303 8.51849 6.66699 8.51849C8.16987 8.51849 9.42043 7.35257 9.42045 5.89098L9.42046 5.22689C9.42046 4.96521 9.64176 4.75308 9.91476 4.75308C10.1877 4.75308 10.4091 4.96522 10.4091 5.2269Z", "fillRule": "evenodd", "clipRule": "evenodd" } }, { "tag": "path", "attrs": { "d": "M3.92368 3.443C3.92368 3.14845 3.6849 2.90967 3.39035 2.90967C3.0958 2.90967 2.85701 3.14845 2.85701 3.443V4.74298H1.55701C1.26246 4.74298 1.02368 4.98177 1.02368 5.27632C1.02368 5.57087 1.26246 5.80965 1.55701 5.80965H2.85701V7.10967C2.85701 7.40422 3.0958 7.643 3.39035 7.643C3.6849 7.643 3.92368 7.40422 3.92368 7.10967V5.80965H5.22368C5.51823 5.80965 5.75701 5.57087 5.75701 5.27632C5.75701 4.98177 5.51823 4.74298 5.22368 4.74298H3.92368V3.443Z" } }] }] };
  5. export var PaintingSingle = forwardRef(function (props, ref) {
  6. return createElement(IconBase, Object.assign({}, props, {
  7. id: 'painting-single',
  8. ref: ref,
  9. icon: element,
  10. }));
  11. });
  12. PaintingSingle.displayName = 'PaintingSingle';
  13. export default PaintingSingle;
  14. //# sourceMappingURL=painting-single.js.map