@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.07 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var LightbulbPerson = /*#__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 48 48"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M24 4a14.5 14.5 0 0 0-9.79 25.2c.45.4.75.87.87 1.34v.02A14.44 14.44 0 0 1 24 27.5c3.36 0 6.46 1.14 8.92 3.06v-.02c.12-.47.42-.93.87-1.34A14.5 14.5 0 0 0 24 4Zm8.22 29.26a11.96 11.96 0 0 0-16.44 0l.57 2.24h15.3l.57-2.24ZM17 38l.62 2.43a4.75 4.75 0 0 0 4.6 3.57h3.57a4.75 4.75 0 0 0 4.6-3.57l.63-2.43H16.99Zm7-24a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9Zm-7 4.5a7 7 0 1 1 14 0 7 7 0 0 1-14 0Z"
}));
});
LightbulbPerson.displayName = 'LightbulbPerson';
export var LightbulbPersonDimensions = {
height: 48,
width: 48
};