@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 Tip = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 197 180", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.Tip-b{fill:white;}` }) }), _jsx("path", { className: "Tip-b", d: "M177,0H20C9,0,0,9,0,20v103c0,11,9,20,20,20h42.2l32.9,34.8c2.7,2.9,7.2,3,10.1.3l36.6-35.1h35.3c11,0,20-9,20-20V20c0-11-9-20-20-20ZM90,108h-54c-3.3,0-6-2.7-6-6v-4c0-3.3,2.7-6,6-6h54c3.3,0,6,2.7,6,6v4c0,3.3-2.7,6-6,6ZM168,76H36c-3.3,0-6-2.7-6-6v-4c0-3.3,2.7-6,6-6h132c3.3,0,6,2.7,6,6v4c0,3.3-2.7,6-6,6ZM168,44H36c-3.3,0-6-2.7-6-6v-4c0-3.3,2.7-6,6-6h132c3.3,0,6,2.7,6,6v4c0,3.3-2.7,6-6,6Z" })] }));
export default Tip;
//# sourceMappingURL=Tip.js.map