@kurone-kito/launchpad-icons-react
Version:
the icons like the VRChat icons for Node.js ecosystem with the React
4 lines • 1.01 kB
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
export const EnvelopeImage = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 142 139.3", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.EnvelopeImage-b{fill:white;}` }) }), _jsx("path", { className: "EnvelopeImage-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.3h0ZM51.5,27.3h40c5.2,0,9.5,4.2,9.5,9.5v39c0,5.2-4.2,9.5-9.5,9.5h-40c-5.2,0-9.5-4.2-9.5-9.5v-39c0-5.2,4.2-9.5,9.5-9.5ZM130,126.3l-118,.5v-54.8l55,39.6c1,.8,2.3,1.1,3.5,1.1s2.4-.4,3.5-1.1l56-39.8v54.4Z" }), _jsx("path", { className: "EnvelopeImage-b", d: "M66,66.1l13.4-13.5,12.5,9v-23.8c0-.3-.2-.5-.5-.5h-40c-.3,0-.5.2-.5.5v28.8l8.1-7.7,6.9,7.2ZM65.8,44.5c2.5,0,4.5,2,4.5,4.5s-2,4.5-4.5,4.5-4.5-2-4.5-4.5,2-4.5,4.5-4.5Z" })] }));
export default EnvelopeImage;
//# sourceMappingURL=EnvelopeImage.js.map