@icongo/fc
Version:
Flat Color Icons
14 lines • 463 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var FCElectricity = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 48 48"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#00BCD4",
d: "M33.7 5 22 17l15 5-15.7 14.7 5.1 2.8L12 43l2.7-14.8 2.9 5.1L27 24l-15-5L25 5h8.7z"
})
}));
export { FCElectricity };