@geneui/icons
Version:
Gene UI icons distributed as SVG React components.
27 lines (24 loc) • 1.12 kB
JavaScript
import { _ as _objectWithoutProperties, a as _extends } from './ActivityRecent.js';
import React from 'react';
var _excluded = ["size", "color"];
var SvgLightBulb = function SvgLightBulb(_ref) {
var _ref$size = _ref.size,
size = _ref$size === void 0 ? 24 : _ref$size,
_ref$color = _ref.color,
color = _ref$color === void 0 ? "currentColor" : _ref$color,
props = _objectWithoutProperties(_ref, _excluded);
return /*#__PURE__*/React.createElement("svg", _extends({
width: size,
height: size,
viewBox: "0 0 24 24",
fill: color,
xmlns: "http://www.w3.org/2000/svg"
}, props), /*#__PURE__*/React.createElement("path", {
d: "m8.751 20.256.046.167a2.25 2.25 0 0 0 2.147 1.576h2.11l.175-.007a2.248 2.248 0 0 0 2.018-1.735l.291-1.258h-7.077l.29 1.257Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M12 2.001a7.25 7.25 0 0 0-7.25 7.25 7.97 7.97 0 0 0 2.767 5.84c.035.034.06.078.071.125l.526 2.283h7.772l.528-2.283a.24.24 0 0 1 .071-.124 7.976 7.976 0 0 0 2.765-5.84 7.25 7.25 0 0 0-7.25-7.25Z",
fill: color
}));
};
export { SvgLightBulb as S };