@icongo/fc
Version:
Flat Color Icons
37 lines • 1.22 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 FCFinePrint = 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: "#90CAF9",
d: "M33 42H5V4h19l9 9z"
}), /*#__PURE__*/_jsx("path", {
fill: "#E1F5FE",
d: "M31.5 14H23V5.5z"
}), /*#__PURE__*/_jsx("path", {
fill: "#616161",
d: "m34.505 37.58 1.98-1.98 8.483 8.485-1.98 1.98z"
}), /*#__PURE__*/_jsx("circle", {
cx: 28,
cy: 29,
r: 11,
fill: "#616161"
}), /*#__PURE__*/_jsx("circle", {
cx: 28,
cy: 29,
r: 9,
fill: "#90CAF9"
}), /*#__PURE__*/_jsx("path", {
fill: "#37474F",
d: "m36.849 39.88 1.98-1.98 6.15 6.151-1.98 1.98z"
}), /*#__PURE__*/_jsx("path", {
fill: "#1976D2",
d: "M30 31h-9.7c.4 1.6 1.3 3 2.5 4H30v-4zm-9.7-4H30v-4h-7.3c-1.2 1-2 2.4-2.4 4zm-.2-7H11v2h7.3c.5-.7 1.1-1.4 1.8-2zm-3 4H11v2h5.4c.2-.7.4-1.4.7-2zM16 29c0-.3 0-.7.1-1H11v2h5.1c-.1-.3-.1-.7-.1-1zm.4 3H11v2h6.1c-.3-.6-.5-1.3-.7-2z"
})]
}));
export { FCFinePrint };