UNPKG

@semcore/icon

Version:
24 lines 1.27 kB
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } import React from 'react'; import { createBaseComponent } from '@semcore/core'; import Icon from '@semcore/icon'; function Charge({ width = '16', height = '16', viewBox = '0 0 16 16', ...props }, ref) { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, "data-name": "Charge", "data-group": "m", width: width, height: height, viewBox: viewBox }, props), /*#__PURE__*/React.createElement("path", { d: "M8 3a4.998 4.998 0 0 0-4.332 2.5 1 1 0 0 1-1.73-1A6.998 6.998 0 0 1 8 1c1.96 0 3.73.805 5 2.101V2a1 1 0 1 1 2 0v4a1 1 0 0 1-1 1h-4a1 1 0 0 1 0-2h2a4.993 4.993 0 0 0-4-2ZM3 14v-1.101A6.978 6.978 0 0 0 8 15a6.998 6.998 0 0 0 6.063-3.5 1 1 0 1 0-1.731-1A4.998 4.998 0 0 1 8 13a4.993 4.993 0 0 1-4-2h2a1 1 0 1 0 0-2H2a1 1 0 0 0-1 1v4a1 1 0 1 0 2 0Z", shapeRendering: "geometricPrecision" })); } Charge.displayName = 'Charge'; export default createBaseComponent(Charge);