@icongo/fc
Version:
Flat Color Icons
49 lines (48 loc) • 1.76 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.FCPrint = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var FCPrint = function FCPrint(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: "#424242",
d: "M9 11h30v3H9z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#616161",
d: "M4 25h40v-7c0-2.2-1.8-4-4-4H8c-2.2 0-4 1.8-4 4v7z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#424242",
d: "M8 36h32c2.2 0 4-1.8 4-4v-8H4v8c0 2.2 1.8 4 4 4z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 40,
cy: 18,
r: 1,
fill: "#00E676"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#90CAF9",
d: "M11 4h26v10H11z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#242424",
d: "M37.5 31h-27c-.8 0-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5h27c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#90CAF9",
d: "M11 31h26v11H11z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#42A5F5",
d: "M11 29h26v2H11z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#1976D2",
d: "M16 33h17v2H16zm0 4h13v2H16z"
})]
}));
};
exports.FCPrint = FCPrint;