UNPKG

@kurone-kito/launchpad-icons-react

Version:

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

4 lines 858 B
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; export const CircleStarThin = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 250 250", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.CircleStarThin-b{fill:white;}` }) }), _jsx("path", { className: "CircleStarThin-b", d: "M125,250C56.1,250,0,193.9,0,125S56.1,0,125,0s125,56.1,125,125-56.1,125-125,125ZM125,11C62.1,11,11,62.1,11,125s51.1,114,114,114,114-51.1,114-114S187.9,11,125,11Z" }), _jsx("path", { className: "CircleStarThin-b", d: "M174.4,204.4l-50.8-26.3-48.7,26.3c-1.7,1-3.8-.5-3.5-2.4l8-55.8-40.4-39.6c-1.5-1.4-.7-3.8,1.3-4.1l56.7-8.2,25.4-52c.9-1.8,3.4-1.8,4.3,0l24.4,52,57.8,8.2c2,.2,2.8,2.7,1.3,4.1l-41.5,39.6,9,55.8c.4,1.9-1.7,3.4-3.4,2.5Z" })] })); export default CircleStarThin; //# sourceMappingURL=CircleStarThin.js.map