@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 820 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var FlashOn = /*#__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: "m8.3 14-1.77 7.07c-.19.74.73 1.25 1.27.7l12-12.5A.75.75 0 0 0 19.24 8h-4.46l1.67-5.01a.75.75 0 0 0-.71-.99h-7a.75.75 0 0 0-.72.54l-3 10.5c-.14.48.22.96.72.96h2.54z"
}));
});
FlashOn.displayName = 'FlashOn';
export var FlashOnDimensions = {
height: 24,
width: 24
};