UNPKG

@kurone-kito/launchpad-icons-react

Version:

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

4 lines 1.4 kB
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; export const Mask = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 240 240", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.Mask-b{fill:white;}` }) }), _jsx("path", { className: "Mask-b", d: "M120,0C53.8,0,0,53.8,0,120s53.8,120,120,120,120-53.8,120-120S186.2,0,120,0ZM190.1,80.7c0,2.9-.4,5.6-1,8.2-3-10.3-12.6-17.9-23.9-17.9s-20.9,7.6-23.9,17.9c-.7-2.6-1-5.4-1-8.2,0-16.1,11.2-29.2,24.9-29.2s24.9,13.1,24.9,29.2ZM17,120.3c0-56.8,46.2-103,103-103v101.7h79.9l-.7,7.6c-1.8,19.9-10.9,38.3-25.7,51.9-14.7,13.5-33.7,21-53.6,21.2v23.7c-56.8,0-103-46.2-103-103Z" }), _jsx("path", { className: "Mask-b", d: "M73.8,71c11.3,0,20.9,7.6,23.9,17.9.7-2.6,1-5.4,1-8.2,0-16.1-11.2-29.2-24.9-29.2s-24.9,13.1-24.9,29.2.4,5.6,1,8.2c3-10.3,12.6-17.9,23.9-17.9Z" }), _jsx("path", { className: "Mask-b", d: "M136,133h-16v52.7c5.4,0,10.8-.8,16-2.1v-50.6Z" }), _jsx("path", { className: "Mask-b", d: "M184.4,133h-34.4v45.3c5.2-2.7,10-6,14.4-10,10.3-9.4,17.2-21.7,20.1-35.2Z" }), _jsx("path", { className: "Mask-b", d: "M41.2,126.6c1.7,19.9,10.6,38.3,25.1,51.9,14.7,13.8,33.8,21.4,53.8,21.2h0s0-14,0-14c-.2,0-.5,0-.7,0-4.8,0-9.6-.6-14.3-1.6v-51.1h15v-14H40.5l.7,7.6ZM91,133v46.2c-5.9-2.8-11.4-6.5-16.3-11-10.3-9.4-17.2-21.7-20.1-35.2h36.3Z" })] })); export default Mask; //# sourceMappingURL=Mask.js.map