@icongo/fc
Version:
Flat Color Icons
21 lines • 752 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 FCCapacitor = 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: "#FF9800",
d: "M0 27h25v4H0zm0-10h25v4H0z"
}), /*#__PURE__*/_jsx("path", {
fill: "#3F51B5",
d: "M46 35c1.1 0 2-.9 2-2V15c0-1.1-.9-2-2-2H27v22h19zM21 13c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h2V13h-2z"
}), /*#__PURE__*/_jsx("path", {
fill: "#303F9F",
d: "M25 33c1.1 0 2 .9 2 2V13c0 1.1-.9 2-2 2s-2-.9-2-2v22c0-1.1.9-2 2-2z"
})]
}));
export { FCCapacitor };