@icongo/fc
Version:
Flat Color Icons
41 lines • 1.24 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 FCPrint = 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: "#424242",
d: "M9 11h30v3H9z"
}), /*#__PURE__*/_jsx("path", {
fill: "#616161",
d: "M4 25h40v-7c0-2.2-1.8-4-4-4H8c-2.2 0-4 1.8-4 4v7z"
}), /*#__PURE__*/_jsx("path", {
fill: "#424242",
d: "M8 36h32c2.2 0 4-1.8 4-4v-8H4v8c0 2.2 1.8 4 4 4z"
}), /*#__PURE__*/_jsx("circle", {
cx: 40,
cy: 18,
r: 1,
fill: "#00E676"
}), /*#__PURE__*/_jsx("path", {
fill: "#90CAF9",
d: "M11 4h26v10H11z"
}), /*#__PURE__*/_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__*/_jsx("path", {
fill: "#90CAF9",
d: "M11 31h26v11H11z"
}), /*#__PURE__*/_jsx("path", {
fill: "#42A5F5",
d: "M11 29h26v2H11z"
}), /*#__PURE__*/_jsx("path", {
fill: "#1976D2",
d: "M16 33h17v2H16zm0 4h13v2H16z"
})]
}));
export { FCPrint };