UNPKG

@semcore/icon

Version:
32 lines 2.06 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 Bulb({ width = '24', height = '24', viewBox = '0 0 24 24', ...props }, ref) { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, "data-name": "Bulb", "data-group": "l", width: width, height: height, viewBox: viewBox }, props), /*#__PURE__*/React.createElement("path", { d: "M14.327 5.771a1.007 1.007 0 0 0 0-1.467 1.118 1.118 0 0 0-1.532 0l-3.478 3.33c-.31.297-.402.743-.235 1.13.168.388.563.641 1.001.641h1.718L9.897 11.23a1.007 1.007 0 0 0 0 1.467 1.117 1.117 0 0 0 1.532 0l3.754-3.595c.31-.296.402-.743.235-1.13a1.085 1.085 0 0 0-1.001-.64h-1.718l1.628-1.56Z", shapeRendering: "geometricPrecision" }), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20 7.86C20 3.5 16.392-.033 11.946 0 7.499.033 3.954 3.574 4 7.944a7.761 7.761 0 0 0 2.233 5.365l.003.003a5.36 5.36 0 0 1 1.46 2.9C7.855 17.262 8.782 18 9.825 18h4.345c1.063 0 1.97-.758 2.134-1.79v-.004a5.29 5.29 0 0 1 1.45-2.89A7.756 7.756 0 0 0 20 7.86Zm-8.04-5.895C15.294 1.94 18 4.59 18 7.86c0 1.59-.64 3.032-1.684 4.09l-.001.002a7.242 7.242 0 0 0-1.987 3.955.157.157 0 0 1-.158.128H9.825c-.09 0-.143-.063-.15-.113l-.003-.01a7.312 7.312 0 0 0-2-3.966A5.814 5.814 0 0 1 6 7.926v-.002c-.035-3.282 2.62-5.934 5.96-5.959Z", shapeRendering: "geometricPrecision" }), /*#__PURE__*/React.createElement("path", { d: "M7 20a1 1 0 0 1 1-1h8a1 1 0 1 1 0 2H8a1 1 0 0 1-1-1Zm8 2H9a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2Z", shapeRendering: "geometricPrecision" })); } Bulb.displayName = 'Bulb'; export default createBaseComponent(Bulb);