| 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 16 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "g", "attrs": { "fill": "currentColor", "clipPath": "url(#stop-single_clip0_1154_17)" }, "children": [{ "tag": "path", "attrs": { "d": "M0.733398 7.99994C0.733398 3.98667 3.98679 0.733276 8.00007 0.733276C12.0133 0.733276 15.2667 3.98667 15.2667 7.99994C15.2667 12.0132 12.0133 15.2666 8.00007 15.2666C3.98679 15.2666 0.733398 12.0132 0.733398 7.99994ZM8.00007 1.93328C4.64954 1.93328 1.9334 4.64941 1.9334 7.99994C1.9334 11.3505 4.64954 14.0666 8.00007 14.0666C11.3506 14.0666 14.0667 11.3505 14.0667 7.99994C14.0667 4.64941 11.3506 1.93328 8.00007 1.93328Z", "fillRule": "evenodd", "clipRule": "evenodd" } }, { "tag": "path", "attrs": { "d": "M5 6.5C5 5.67157 5.67157 5 6.5 5H9.5C10.3284 5 11 5.67157 11 6.5V9.5C11 10.3284 10.3284 11 9.5 11H6.5C5.67157 11 5 10.3284 5 9.5V6.5Z" } }] }, { "tag": "defs", "attrs": {}, "children": [{ "tag": "clipPath", "attrs": { "id": "stop-single_clip0_1154_17" }, "children": [{ "tag": "path", "attrs": { "fill": "#fff", "d": "M0 0H16V16H0z" } }] }] }], "defIds": ["stop-single_clip0_1154_17"] };
- export var StopSingle = forwardRef(function (props, ref) {
- return createElement(IconBase, Object.assign({}, props, {
- id: 'stop-single',
- ref: ref,
- icon: element,
- }));
- });
- StopSingle.displayName = 'StopSingle';
- export default StopSingle;
- //# sourceMappingURL=stop-single.js.map
|