UNPKG

@semcore/icon

Version:
34 lines 1.63 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 ChartBubble({ width = '16', height = '16', viewBox = '0 0 16 16', ...props }, ref) { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, "data-name": "ChartBubble", "data-group": "m", width: width, height: height, viewBox: viewBox }, props), /*#__PURE__*/React.createElement("path", { d: "M1 0a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h14a1 1 0 1 0 0-2H2V1a1 1 0 0 0-1-1Z", shapeRendering: "geometricPrecision" }), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6 13a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm0-2a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z", shapeRendering: "geometricPrecision" }), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.494 12.011a5.507 5.507 0 1 0-5.506-5.506v.037l.064-.036A3.982 3.982 0 0 1 6 6h.025A4 4 0 0 1 10 9.975V10a3.982 3.982 0 0 1-.542 2.011h.036ZM13 6.506c0 .993-.413 1.89-1.077 2.528a6.005 6.005 0 0 0-4.957-4.957A3.506 3.506 0 0 1 13 6.505Z", shapeRendering: "geometricPrecision" })); } ChartBubble.displayName = 'ChartBubble'; export default createBaseComponent(ChartBubble);