@icongo/fc
Version:
Flat Color Icons
18 lines • 617 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var FCFlashAuto = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 48 48"
}, props, {
children: [/*#__PURE__*/_jsx("path", {
fill: "#FFC107",
d: "M33 22h-9.4L30 5H19l-6 21h8.6L17 45z"
}), /*#__PURE__*/_jsx("path", {
fill: "#F44336",
d: "M40.8 14.5h-4.3l-.9 2.5H33l4.5-12h2.3l4.5 12h-2.6l-.9-2.5zm-3.7-2h3L38.6 8l-1.5 4.5z"
})]
}));
export { FCFlashAuto };