@icongo/fc
Version:
Flat Color Icons
26 lines • 1.02 kB
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 FCMultipleInputs = 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: "#90A4AE",
d: "M40 35v5H8v-5H4v5c0 2.2 1.8 4 4 4h32c2.2 0 4-1.8 4-4v-5h-4z"
}), /*#__PURE__*/_jsxs("g", {
fill: "#1565C0",
children: [/*#__PURE__*/_jsx("path", {
d: "M24 23.4 17 15h14z"
}), /*#__PURE__*/_jsx("path", {
d: "M22 4h4v14h-4zm9.5 22.9-.7 1.1 3.5 1.9.6-1.2c1.6-3 2.6-4.7 3.5-5.2.9-.5 2.6-.5 5.6-.5v-4c-7.7 0-8.4.4-12.5 7.9z"
}), /*#__PURE__*/_jsx("path", {
d: "m38.4 31-9 4L28 25zm-21.9-4.1.6 1.2-3.5 1.9-.6-1.2c-1.6-3-2.6-4.7-3.5-5.2C8.7 23 7 23 4 23v-4c7.7 0 8.4.4 12.5 7.9z"
}), /*#__PURE__*/_jsx("path", {
d: "m20 25-1.4 10-9-4z"
})]
})]
}));
export { FCMultipleInputs };