UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.01 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var PersonLightbulb = /*#__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: "M13 16c0-.71.15-1.39.42-2H6.25C5.01 14 4 15 4 16.25v.92c0 .57.18 1.13.51 1.6C6.06 20.92 8.58 22 12 22c1.17 0 2.24-.13 3.2-.38l-.34-1.73A5 5 0 0 1 13 16Zm4-9A5 5 0 1 0 7 7a5 5 0 0 0 10 0Zm5 9a4 4 0 0 1-1.76 3.32l-.14.68h-4.2l-.14-.68A4 4 0 1 1 22 16Zm-5.9 5 .16.8c.14.7.75 1.2 1.47 1.2h.54c.72 0 1.33-.5 1.47-1.2l.16-.8h-3.8Z" })); }); PersonLightbulb.displayName = 'PersonLightbulb'; export var PersonLightbulbDimensions = { height: 24, width: 24 };