@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 810 B
JavaScript
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: "M9.29 2.52c.1-.3.38-.52.71-.52h8.75a.75.75 0 0 1 .7 1.02L17.1 9h5.15a.75.75 0 0 1 .55 1.26L8.55 25.76a.75.75 0 0 1-1.28-.7L9.54 16H6a.75.75 0 0 1-.71-.98l4-12.5z"
}));
});
Flash.displayName = 'Flash';
export var FlashDimensions = {
height: 28,
width: 28
};