UNPKG

@kurone-kito/launchpad-icons-react

Version:

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

16 lines (14 loc) 1.83 kB
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; export const Cursor = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 128.4 125.3", ...props, children: [_jsxs("defs", { children: [_jsx("style", { children: ` .Cursor-d { fill: #001c21; } .Cursor-e { filter: url(#b); } .Cursor-f { fill: #2aaac1; } ` }), _jsxs("filter", { id: "b", x: "-13.8", y: "-13.35", width: "160", height: "156", filterUnits: "userSpaceOnUse", children: [_jsx("feOffset", { dx: "2", dy: "2" }), _jsx("feGaussianBlur", { result: "c", stdDeviation: "5" }), _jsx("feFlood", { "flood-color": "#000", "flood-opacity": ".8" }), _jsx("feComposite", { in2: "c", operator: "in" }), _jsx("feComposite", { in: "SourceGraphic" })] })] }), _jsxs("g", { className: "Cursor-e", children: [_jsx("path", { className: "Cursor-f", d: "M8.38,8.7C17.41-1.28,122.67,34.63,121.38,52.7c-1,14-27.5,23.5-34,30-7.5,7.5-18,35.2-32.5,35.6C40.38,118.7-1.12,19.2,8.38,8.7Z" }), _jsx("path", { className: "Cursor-d", d: "M54.45,125.3c-4.15,0-14.05-1.94-33.41-43.99-6.93-15.05-13.08-31.24-16.88-44.4C-2.39,14.21,0,7.54,3.19,4h0c3.3-3.65,10.06-6.56,35.15-.5,14.9,3.61,33.03,9.7,48.49,16.29,38.21,16.31,42.01,26.87,41.54,33.4-.95,13.35-15.4,21.8-27.01,28.6-3.76,2.2-7.64,4.47-9.02,5.85-1.75,1.75-4.36,6.02-6.88,10.15-7.39,12.08-16.59,27.12-30.37,27.5-.19,0-.4.01-.63.01ZM55.85,111.47h0,0ZM13.94,13.94c-.25,6,3.95,24.27,15.03,50.66,11.76,28.01,22.43,43.95,26.44,46.62,6.05-1.05,13.26-12.84,18.09-20.74,3.22-5.27,6.01-9.82,8.93-12.74,2.65-2.65,6.91-5.14,11.85-8.03,7.2-4.21,19.14-11.2,20.07-17.11-.56-1.04-4.1-6.21-22.59-15.19C62.03,22.97,23.92,12.97,13.94,13.94ZM114.45,52.8h0ZM12.46,14.24s0,0,0,0h0ZM14.15,12.51h0Z" })] })] })); export default Cursor; //# sourceMappingURL=Cursor.js.map