UNPKG

@semcore/icon

Version:
28 lines 1.15 kB
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); } import React from 'react'; import { createBaseComponent } from '@semcore/core'; import Icon from '../../lib/esm/index.mjs'; function RootPower({ width = '16', height = '16', viewBox = '0 0 16 16', ...props }, ref) { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, "data-name": "Power", "data-group": "m", width: width, height: height, viewBox: viewBox }, props), /*#__PURE__*/React.createElement("path", { d: "M8 .004a1 1 0 0 0-1 1v5a1 1 0 1 0 2 0v-5a1 1 0 0 0-1-1Z", shapeRendering: "geometricPrecision" }), /*#__PURE__*/React.createElement("path", { d: "M4.572 3.079a1 1 0 1 0-1.144-1.64 8 8 0 1 0 9.144 0 1 1 0 0 0-1.144 1.64 6 6 0 1 1-6.856 0Z", shapeRendering: "geometricPrecision" })); } RootPower.displayName = 'Power'; const Power = createBaseComponent(RootPower); export { Power as default };