UNPKG

@kurone-kito/launchpad-icons-react

Version:

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

4 lines 651 B
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; export const Envelope = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 142 139.3", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.Envelope-b{fill:white;}` }) }), _jsx("path", { className: "Envelope-b", d: "M142,60.3c0-1.6-.9-3.2-2.1-4.3L74.3,1.4c-2.2-1.9-5.5-1.9-7.7,0L2.1,56C.9,57.1.1,58.6,0,60.3H0v72.9c0,.6,0,1.3.3,1.9.9,2.6,3.2,4.2,5.7,4.2h0l130-.5c3.3,0,6-2.7,6-6V60.3h0ZM12,126.7v-54.8l55,39.6c1,.8,2.3,1.1,3.5,1.1s2.4-.4,3.5-1.1l56-39.8v54.4l-118,.5Z" })] })); export default Envelope; //# sourceMappingURL=Envelope.js.map