@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.14 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var FlashAuto = /*#__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.83C7.6 2.33 8.07 2 8.6 2h6.46c.85 0 1.45.84 1.18 1.65L14.8 8h3.96c1.1 0 1.67 1.33.9 2.12l-.67.7a1.75 1.75 0 0 0-3.11.29l-1.94 4.91-5.34 5.52c-1.06 1.08-2.88.1-2.55-1.38l1.27-5.66-1.56-.01c-1.21 0-2.05-1.2-1.65-2.34l3.33-9.32Zm10.76 8.64 3.75 9.5a.75.75 0 0 1-1.35.64l-.04-.09-1-2.52h-4.11l-1 2.52a.75.75 0 0 1-.87.45l-.1-.03a.75.75 0 0 1-.45-.87l.03-.1 3.75-9.5a.73.73 0 0 1 .45-.43.77.77 0 0 1 .54.02c.14.06.27.16.35.3l.05.11Zm-2.16 6.03h2.93l-1.46-3.7-1.47 3.7Z"
}));
});
FlashAuto.displayName = 'FlashAuto';
export var FlashAutoDimensions = {
height: 24,
width: 24
};