@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.05 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: "M12.75 2c.48 0 .82.43.74.89l-.03.1-1.67 5h4.46c.62 0 .96.71.61 1.2l-.07.08-12 12.5c-.5.53-1.37.08-1.28-.61l.02-.1L5.29 14H2.75a.75.75 0 0 1-.74-.86l.02-.1 3-10.5c.08-.29.32-.5.61-.54h7.11zm5.4 9.37.04.1 3.75 9.5a.75.75 0 0 1-1.35.64l-.04-.09-1-2.52h-4.1l-1 2.52a.75.75 0 0 1-.88.45l-.1-.03a.75.75 0 0 1-.45-.87l.03-.1 3.75-9.5a.75.75 0 0 1 1.34-.1zm-.65 2.42-1.47 3.7h2.93l-1.46-3.7z"
}));
});
FlashAuto.displayName = 'FlashAuto';
export var FlashAutoDimensions = {
height: 24,
width: 24
};