UNPKG

@kurone-kito/launchpad-icons-react

Version:

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

4 lines 818 B
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; export const CircleStar = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 133 133", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.CircleStar-b{fill:white;}` }) }), _jsx("path", { className: "CircleStar-b", d: "M66.5,0C29.8,0,0,29.8,0,66.5s29.8,66.5,66.5,66.5,66.5-29.8,66.5-66.5S103.2,0,66.5,0ZM109,54.2l-20.5,14.9c-2.3,1.6-3.2,4.6-2.3,7.2l7.8,24.1c.6,1.9-1.6,3.5-3.2,2.3l-20.5-14.9c-2.3-1.6-5.3-1.6-7.6,0l-20.5,14.9c-1.6,1.2-3.8-.4-3.2-2.3l7.8-24.1c.9-2.7,0-5.6-2.3-7.2l-20.5-14.9c-1.6-1.2-.8-3.7,1.2-3.7h25.3c2.8,0,5.3-1.8,6.1-4.5l7.8-24.1c.6-1.9,3.3-1.9,3.9,0l7.8,24.1c.9,2.7,3.3,4.5,6.1,4.5h25.3c2,0,2.8,2.6,1.2,3.7Z" })] })); export default CircleStar; //# sourceMappingURL=CircleStar.js.map