UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 834 B
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var Flash = /*#__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 28 28" }, props, { ref: ref }), /*#__PURE__*/React.createElement("path", { d: "M8.4 2.85c.2-.51.7-.85 1.25-.85h8.51c.93 0 1.58.92 1.26 1.8l-2.1 5.7h4.84c1.18 0 1.78 1.42.96 2.26L9.78 25.5c-1.14 1.18-3.1.12-2.75-1.48L8.7 16.5H5.92a1.92 1.92 0 0 1-1.8-2.6l4.3-11.06Z" })); }); Flash.displayName = 'Flash'; export var FlashDimensions = { height: 28, width: 28 };