@icongo/fc
Version:
Flat Color Icons
21 lines • 700 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 FCCrystalOscillator = 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: "M3 28h26v4H3zm0-12h26v4H3z"
}), /*#__PURE__*/_jsx("path", {
fill: "#2196F3",
d: "M43 11H20v26h23c1.1 0 2-.9 2-2V13c0-1.1-.9-2-2-2z"
}), /*#__PURE__*/_jsx("path", {
fill: "#64B5F6",
d: "M20 9h-2v30h2c1.1 0 2-.9 2-2V11c0-1.1-.9-2-2-2z"
})]
}));
export { FCCrystalOscillator };