UNPKG

@kurone-kito/launchpad-icons-react

Version:

the icons like the VRChat icons for Node.js ecosystem with the React

4 lines 594 B
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; export const Copy = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 52 61", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.Copy-b{fill:white;}` }) }), _jsx("path", { className: "Copy-b", d: "M48,61H15c-2.2,0-4-1.8-4-4V15c0-2.2,1.8-4,4-4h33c2.2,0,4,1.8,4,4v42c0,2.2-1.8,4-4,4ZM19,53h25V19h-25v34Z" }), _jsx("path", { className: "Copy-b", d: "M8,8h33v-4c0-2.2-1.8-4-4-4H4C1.8,0,0,1.8,0,4v38c0,2.2,1.8,4,4,4h4V8Z" })] })); export default Copy; //# sourceMappingURL=Copy.js.map