@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.48 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var FlashFlow = /*#__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: "M7.43 2.83 4.1 12.15a1.75 1.75 0 0 0 1.65 2.34h1.57l-1.27 5.67c-.33 1.48 1.48 2.46 2.54 1.38l5.02-5.19a85.15 85.15 0 0 0-.55-2.12 3.74 3.74 0 0 1-6.56-2.48 3.75 3.75 0 0 1 7.2-1.47c.42.06.87.22 1.29.51.55.4.93.97 1.15 1.6.1.27.21.63.32 1.01l3.19-3.28c.77-.8.2-2.12-.9-2.12h-3.96l1.45-4.35c.27-.81-.33-1.65-1.18-1.65H8.6c-.53 0-1 .33-1.17.83Zm4.07 8.92a1.25 1.25 0 1 0-2.5 0 1.25 1.25 0 0 0 2.5 0Zm1.31 1a2.75 2.75 0 1 1 .14-1.5h.3c.38 0 .79.1 1.15.36.37.26.64.64.8 1.13.2.48.45 1.46.65 2.27a89.58 89.58 0 0 1 .35 1.44l.02.1c.08.22.18.32.25.37.07.05.16.08.28.08h.76a2.75 2.75 0 1 1 .29 1.5h-1.05c-.38 0-.79-.1-1.15-.36a2.25 2.25 0 0 1-.83-1.22v-.03l-.03-.1a88.51 88.51 0 0 0-.34-1.42 22.53 22.53 0 0 0-.61-2.13c-.09-.26-.19-.36-.26-.41a.47.47 0 0 0-.28-.08h-.44Zm7.44 5.75a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5Z"
}));
});
FlashFlow.displayName = 'FlashFlow';
export var FlashFlowDimensions = {
height: 24,
width: 24
};