@kurone-kito/launchpad-icons-react
Version:
the icons like the VRChat icons for Node.js ecosystem with the React
4 lines • 788 B
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
export const Printer = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 236 236", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.Printer-b{fill:white;}` }) }), _jsx("polygon", { className: "Printer-b", points: "58 30 168 30 178 40 178 74 208 74 208 27.5 180.4 0 28 0 28 74 58 74 58 30" }), _jsx("path", { className: "Printer-b", d: "M210.6,87H25.4c-14,0-25.4,11.4-25.4,25.4v49.6c0,8.3,6.7,15,15,15h13v44c0,8.3,6.7,15,15,15h151c8.3,0,15-6.7,15-15v-44h12c8.3,0,15-6.7,15-15v-49.6c0-14-11.4-25.4-25.4-25.4ZM179,206H58v-43h121v43ZM200.7,135.7c-6.1,0-11-4.9-11-11s4.9-11,11-11,11,4.9,11,11-4.9,11-11,11Z" })] }));
export default Printer;
//# sourceMappingURL=Printer.js.map