@kurone-kito/launchpad-icons-react
Version:
the icons like the VRChat icons for Node.js ecosystem with the React
4 lines • 757 B
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
export const EnvelopeThin = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 252 180", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.EnvelopeThin-b{fill:white;}` }) }), _jsx("path", { className: "EnvelopeThin-b", d: "M246,180H6c-3.3,0-6-2.7-6-6V6C0,2.7,2.7,0,6,0h240c3.3,0,6,2.7,6,6v168c0,3.3-2.7,6-6,6ZM12,168h228V12H12v156Z" }), _jsx("path", { className: "EnvelopeThin-b", d: "M126,100.2c-1,0-2-.2-2.9-.7L35.4,51.4c-2.9-1.6-4-5.2-2.4-8.1,1.6-2.9,5.2-4,8.1-2.4l84.8,46.5,84.8-46.5c2.9-1.6,6.6-.5,8.1,2.4,1.6,2.9.5,6.6-2.4,8.1l-87.7,48.1c-.9.5-1.9.7-2.9.7Z" })] }));
export default EnvelopeThin;
//# sourceMappingURL=EnvelopeThin.js.map