| 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": "path", "attrs": { "fill": "currentColor", "d": "M8.59844 1.54922C8.59844 1.21785 8.32981 0.949219 7.99844 0.949219C7.66707 0.949219 7.39844 1.21785 7.39844 1.54922V8.21589C7.39844 8.54726 7.66707 8.81589 7.99844 8.81589C8.32981 8.81589 8.59844 8.54726 8.59844 8.21589V1.54922Z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M4.59937 3.50471C4.86601 3.30797 4.92268 2.93232 4.72593 2.66568C4.52919 2.39903 4.15354 2.34237 3.88689 2.53912C2.17725 3.80059 1.06641 5.83122 1.06641 8.12119C1.06641 11.9502 4.17042 15.0542 7.99941 15.0542C11.8284 15.0542 14.9324 11.9502 14.9324 8.12119C14.9324 5.83401 13.8243 3.80555 12.1182 2.54374C11.8518 2.34669 11.4761 2.40294 11.279 2.66936C11.082 2.93578 11.1382 3.31149 11.4046 3.50854C12.8179 4.55381 13.7324 6.23065 13.7324 8.12119C13.7324 11.2874 11.1657 13.8542 7.99941 13.8542C4.83316 13.8542 2.26641 11.2874 2.26641 8.12119C2.26641 6.22834 3.18311 4.54971 4.59937 3.50471Z" } }] };
- export var PowerSingle = forwardRef(function (props, ref) {
- return createElement(IconBase, Object.assign({}, props, {
- id: 'power-single',
- ref: ref,
- icon: element,
- }));
- });
- PowerSingle.displayName = 'PowerSingle';
- export default PowerSingle;
- //# sourceMappingURL=power-single.js.map
|