UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.18 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var LightbulbFilament = /*#__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.78 25.2c.45.42.75.88.87 1.36l1.27 4.94h6.39v-14a1.25 1.25 0 0 1 2.5 0v14h6.4l1.26-4.95c.12-.47.42-.94.87-1.35A14.5 14.5 0 0 0 24 4Zm7 34H17l.62 2.43a4.75 4.75 0 0 0 4.6 3.57h3.56a4.75 4.75 0 0 0 4.6-3.57l.63-2.43Zm-5.75-25.75v3.5a1.25 1.25 0 1 1-2.5 0v-3.5a1.25 1.25 0 1 1 2.5 0Zm7.38 3.12c.49.48.49 1.28 0 1.76l-2.5 2.5a1.25 1.25 0 0 1-1.76-1.77l2.5-2.5a1.25 1.25 0 0 1 1.76 0Zm-13 2.5a1.25 1.25 0 1 1-1.77 1.76l-2.5-2.5a1.25 1.25 0 1 1 1.77-1.76l2.5 2.5Z" })); }); LightbulbFilament.displayName = 'LightbulbFilament'; export var LightbulbFilamentDimensions = { height: 48, width: 48 };