UNPKG

@kurone-kito/launchpad-icons-react

Version:

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

4 lines 622 B
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; export const Pin = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 84 141.58", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.Pin-b{fill:white;}` }) }), _jsx("path", { className: "Pin-b", d: "M42,0C23-.21,0,14.79,0,46.79c0,40.88,29.23,81.07,38.92,93.26,1.59,2,4.62,2.04,6.26.08,9.79-11.75,38.82-50.28,38.82-94.34C84,14.79,61,.21,42,0ZM41.5,72.79c-14.64,0-26.5-11.86-26.5-26.5s11.86-26.5,26.5-26.5,26.5,11.86,26.5,26.5-11.86,26.5-26.5,26.5Z" })] })); export default Pin; //# sourceMappingURL=Pin.js.map