@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 977 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var LightbulbCircle = /*#__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: "M12 2a10 10 0 1 1 0 20 10 10 0 0 1 0-20Zm2.48 15H9.52l.1.45.05.16.05.14c.29.64.9 1.05 1.59 1.05h1.38l.16-.01.15-.02.14-.04a1.73 1.73 0 0 0 1.24-1.27l.1-.46ZM12 5.2a5 5 0 0 0-5 5v.27l.03.26.03.25a5 5 0 0 0 1.64 2.98l.16.13.32 1.41h5.64l.32-1.41.16-.14a5 5 0 0 0 1.7-3.5v-.25a5 5 0 0 0-5-5Z"
}));
});
LightbulbCircle.displayName = 'LightbulbCircle';
export var LightbulbCircleDimensions = {
height: 24,
width: 24
};