@icongo/fc
Version:
Flat Color Icons
34 lines (33 loc) • 1.49 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.FCMultipleInputs = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var FCMultipleInputs = function FCMultipleInputs(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 48 48"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.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__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#1565C0",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M24 23.4 17 15h14z"
}), /*#__PURE__*/(0, _jsxRuntime.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__*/(0, _jsxRuntime.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__*/(0, _jsxRuntime.jsx)("path", {
d: "m20 25-1.4 10-9-4z"
})]
})]
}));
};
exports.FCMultipleInputs = FCMultipleInputs;