@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 940 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Lightbulb = /*#__PURE__*/React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg"
};
return /*#__PURE__*/React.createElement(StyledIconBase, _extends({
iconAttrs: attrs,
iconVerticalAlign: "middle",
iconViewBox: "0 0 24 24"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "m15.54 19-.3 1.26a2.25 2.25 0 0 1-2.01 1.73l-.17.01h-2.12c-.99 0-1.85-.65-2.14-1.58l-.05-.16L8.46 19h7.08zM12 2c4 0 7.25 3.25 7.25 7.25 0 2.14-.94 4.1-2.77 5.84a.25.25 0 0 0-.07.13l-.52 2.28H8.1l-.52-2.28a.25.25 0 0 0-.07-.13c-1.83-1.75-2.77-3.7-2.77-5.84C4.75 5.25 8 2 12 2z"
}));
});
Lightbulb.displayName = 'Lightbulb';
export var LightbulbDimensions = {
height: 24,
width: 24
};