@kurone-kito/launchpad-icons-react
Version:
the icons like the VRChat icons for Node.js ecosystem with the React
4 lines • 1.15 kB
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
export const Crown = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 105 82", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.Crown-b{fill:white;}` }) }), _jsx("path", { className: "Crown-b", d: "M18.02,69.12l2.12,11c.21,1.09,1.17,1.89,2.28,1.89h58.98c1.1,0,2.05-.77,2.28-1.85l2.28-10.99c.34-1.63-.9-3.15-2.57-3.15H20.59c-1.65,0-2.88,1.5-2.57,3.12Z" }), _jsx("path", { className: "Crown-b", d: "M96.67,6.04c-3.38.36-6.16,3.08-6.6,6.46-.3,2.3.45,4.42,1.83,5.97l-18.83,16.7c-1.08.96-2.76.71-3.52-.51l-12.96-20.87c2.4-1.57,3.85-4.46,3.29-7.65-.53-2.98-2.9-5.41-5.87-5.99-4.8-.93-9.01,2.72-9.01,7.35,0,2.9,1.64,5.4,4.04,6.65l-12.67,19.7c-.74,1.15-2.31,1.42-3.39.57l-20.1-15.72c1.63-1.68,2.48-4.11,1.96-6.73-.57-2.92-2.93-5.27-5.85-5.84C4.2,5.22,0,8.87,0,13.5c0,4.14,3.36,7.5,7.5,7.5.42,0,.83-.04,1.23-.11l6.83,35.46c.3,1.54,1.64,2.65,3.21,2.65h66.62c1.55,0,2.89-1.09,3.2-2.61l7.38-35.55c.87.18,1.8.21,2.75.06,3.31-.53,5.92-3.33,6.24-6.66.45-4.75-3.53-8.71-8.3-8.19Z" })] }));
export default Crown;
//# sourceMappingURL=Crown.js.map