UNPKG

@semcore/icon

Version:
32 lines 1.83 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 = '16', height = '16', viewBox = '0 0 16 16', ...props }, ref) { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, "data-name": "Bulb", "data-group": "m", width: width, height: height, viewBox: viewBox }, props), /*#__PURE__*/React.createElement("path", { d: "M9.53 3.47a.75.75 0 0 1 0 1.06L8.31 5.75H10a.75.75 0 0 1 .53 1.28l-2.5 2.5a.75.75 0 0 1-1.06-1.06l1.22-1.22H6.5a.75.75 0 0 1-.53-1.28l2.5-2.5a.75.75 0 0 1 1.06 0Z", shapeRendering: "geometricPrecision" }), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.96 0C11.238-.023 14 2.493 14 5.718c0 1.561-.657 2.968-1.704 3.99-.51.5-.833 1.13-.94 1.793v.004C11.205 12.41 10.402 13 9.55 13H6.446c-.833 0-1.655-.573-1.801-1.494a3.286 3.286 0 0 0-.947-1.8l-.003-.003C2.668 8.696 2.015 7.313 2 5.78 1.965 2.546 4.68.023 7.96 0ZM12 5.718C12 3.708 10.25 1.984 7.974 2 5.689 2.016 3.978 3.742 4 5.758c.01.965.418 1.852 1.094 2.516A5.29 5.29 0 0 1 6.584 11h2.83a5.246 5.246 0 0 1 1.483-2.722l.001-.001C11.588 7.604 12 6.702 12 5.717Z", shapeRendering: "geometricPrecision" }), /*#__PURE__*/React.createElement("path", { d: "M8 16a2 2 0 0 0 2-2H6a2 2 0 0 0 2 2Z", shapeRendering: "geometricPrecision" })); } Bulb.displayName = 'Bulb'; export default createBaseComponent(Bulb);