position-single-20.js 2.0 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 21 21", "width": "1em", "height": "1em" }, "children": [{ "tag": "mask", "attrs": { "id": "mask0_273_6453", "style": { "maskType": "alpha" }, "width": 21, "height": 21, "x": 0, "y": 0, "maskUnits": "userSpaceOnUse" }, "children": [{ "tag": "path", "attrs": { "fill": "#D9D9D9", "d": "M0.91 0.84H20.91V20.84H0.91z" } }] }, { "tag": "g", "attrs": { "mask": "url(#mask0_273_6453)" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M3.65601 9.08179C3.65601 5.07771 6.90193 1.83179 10.906 1.83179C14.9101 1.83179 18.156 5.07771 18.156 9.08179C18.156 12.1445 16.4089 14.9765 14.8078 16.9512C13.9918 17.9575 13.1783 18.7843 12.5692 19.3596C12.264 19.6478 12.0085 19.8745 11.8274 20.0305C11.7369 20.1086 11.6648 20.1691 11.6144 20.2109C11.5891 20.2318 11.5693 20.248 11.5552 20.2595L11.5385 20.2731L11.5335 20.2771L11.5318 20.2784L10.9186 20.8413L11.5307 20.2793C11.1655 20.5715 10.6461 20.5711 10.2808 20.2789L10.2786 20.2771L10.2735 20.2731L10.2568 20.2595C10.2427 20.248 10.2229 20.2318 10.1977 20.2109C10.1472 20.1691 10.0751 20.1086 9.98458 20.0305C9.80354 19.8745 9.54802 19.6478 9.24282 19.3596C8.63367 18.7843 7.82017 17.9575 7.00425 16.9512C5.40313 14.9765 3.65601 12.1445 3.65601 9.08179ZM7.40601 9.08179C7.40601 7.14879 8.97301 5.58179 10.906 5.58179C12.839 5.58179 14.406 7.14879 14.406 9.08179C14.406 11.0148 12.839 12.5818 10.906 12.5818C8.97301 12.5818 7.40601 11.0148 7.40601 9.08179Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] }] };
  5. export var PositionSingle20 = forwardRef(function (props, ref) {
  6. return createElement(IconBase, Object.assign({}, props, {
  7. id: 'position-single-20',
  8. ref: ref,
  9. icon: element,
  10. }));
  11. });
  12. PositionSingle20.displayName = 'PositionSingle20';
  13. export default PositionSingle20;
  14. //# sourceMappingURL=position-single-20.js.map