@kurone-kito/launchpad-icons-react
Version:
the icons like the VRChat icons for Node.js ecosystem with the React
4 lines • 815 B
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
export const Clipboard = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 169 211.3", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.Clipboard-b{fill:white;}` }) }), _jsx("path", { className: "Clipboard-b", d: "M144,11.3h-28.2c-5.6-6.7-17.2-11.3-30.8-11.3s-25.2,4.6-30.8,11.3h-29.3C11.2,11.3,0,22.4,0,36.3v150c0,13.8,11.2,25,25,25h119c13.8,0,25-11.2,25-25V36.3c0-13.8-11.2-25-25-25ZM150,186.3c0,2.8-2.2,5-5,5H26c-2.8,0-5-2.2-5-5V36.3c0-2.8,2.2-5,5-5h6v28.5c0,1.4,1.1,2.5,2.5,2.5h101.1c1.4,0,2.5-1.1,2.5-2.5v-28.5h7c2.8,0,5,2.2,5,5v150ZM95,22.8c0,4.1-4.7,7.5-10.5,7.5s-10.5-3.4-10.5-7.5,4.7-7.5,10.5-7.5,10.5,3.4,10.5,7.5Z" })] }));
export default Clipboard;
//# sourceMappingURL=Clipboard.js.map