@kurone-kito/launchpad-icons-react
Version:
the icons like the VRChat icons for Node.js ecosystem with the React
4 lines • 834 B
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
export const InfoBlock = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 188 188", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.InfoBlock-b{fill:white;}` }) }), _jsx("path", { className: "InfoBlock-b", d: "M94,0C42.1,0,0,42.1,0,94s42.1,94,94,94,94-42.1,94-94S145.9,0,94,0ZM111,152.1c0,2.2-1.4,4.3-4.3,6.2-2.9,1.9-6.3,2.8-10.3,2.8s-7.7-.9-10.4-2.8c-2.7-1.9-4-3.9-4-6.2v-71.3c0-2.6,1.3-4.7,4-6.4,2.7-1.6,6.1-2.4,10.4-2.4s7.4.8,10.3,2.4c2.9,1.6,4.3,3.7,4.3,6.4v71.3ZM107,51.1c-2.9,2.7-6.5,4.1-10.7,4.1s-7.8-1.4-10.8-4.1c-3-2.7-4.5-5.8-4.5-9.3s1.5-6.7,4.5-9.3c3-2.6,6.6-3.9,10.8-3.9s7.8,1.3,10.7,3.9c2.9,2.6,4.4,5.7,4.4,9.3s-1.5,6.6-4.4,9.3Z" })] }));
export default InfoBlock;
//# sourceMappingURL=InfoBlock.js.map