| 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 17 17", "width": "1em", "height": "1em" }, "children": [{ "tag": "mask", "attrs": { "id": "mask0_273_6441", "style": { "maskType": "alpha" }, "width": 17, "height": 17, "x": 0, "y": 0, "maskUnits": "userSpaceOnUse" }, "children": [{ "tag": "path", "attrs": { "fill": "#D9D9D9", "d": "M0.54 0.84H16.54V16.84H0.54z" } }] }, { "tag": "g", "attrs": { "mask": "url(#mask0_273_6441)" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M2.74377 7.43373C2.74377 4.23047 5.34051 1.63373 8.54377 1.63373C11.747 1.63373 14.3438 4.23047 14.3438 7.43373C14.3438 9.8839 12.9461 12.1495 11.6652 13.7292C11.0124 14.5343 10.3616 15.1957 9.87432 15.656C9.63016 15.8866 9.42575 16.0679 9.28091 16.1927C9.20846 16.2551 9.15082 16.3035 9.11046 16.337C9.09027 16.3537 9.0744 16.3667 9.06314 16.3759L9.04976 16.3867L9.04574 16.39L9.04441 16.3911L8.55382 16.8414L9.04353 16.3918C8.75136 16.6255 8.33581 16.6252 8.04364 16.3915L8.04181 16.39L8.03779 16.3867L8.0244 16.3759C8.01315 16.3667 7.99728 16.3537 7.97709 16.337C7.93673 16.3035 7.87909 16.2551 7.80664 16.1927C7.6618 16.0679 7.45738 15.8866 7.21323 15.656C6.72591 15.1957 6.0751 14.5343 5.42237 13.7292C4.14147 12.1495 2.74377 9.8839 2.74377 7.43373ZM5.74377 7.43373C5.74377 5.88733 6.99738 4.63373 8.54377 4.63373C10.0902 4.63373 11.3438 5.88733 11.3438 7.43373C11.3438 8.98012 10.0902 10.2337 8.54377 10.2337C6.99738 10.2337 5.74377 8.98012 5.74377 7.43373Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] }] };
- export var PositionSingle16 = forwardRef(function (props, ref) {
- return createElement(IconBase, Object.assign({}, props, {
- id: 'position-single-16',
- ref: ref,
- icon: element,
- }));
- });
- PositionSingle16.displayName = 'PositionSingle16';
- export default PositionSingle16;
- //# sourceMappingURL=position-single-16.js.map
|