@kurone-kito/launchpad-icons-react
Version:
the icons like the VRChat icons for Node.js ecosystem with the React
4 lines • 904 B
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
export const Accessibility = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.Accessibility-b{fill:white;}` }) }), _jsx("path", { className: "Accessibility-b", d: "M128,0C57.3,0,0,57.3,0,128s57.3,128,128,128,128-57.3,128-128S198.7,0,128,0ZM128,22.4c11.8,0,21.4,9.6,21.4,21.4s-9.6,21.4-21.4,21.4-21.4-9.6-21.4-21.4,9.6-21.4,21.4-21.4ZM204.6,66.5l-50.6,35.5v46.9l15.9,69.6c1.5,6.5-2.6,12.9-9,14.4-6.5,1.5-12.9-2.6-14.4-9l-14.4-62.9h-7.6l-14.6,62.9c-1.3,5.5-6.2,9.3-11.7,9.3s-1.8-.1-2.7-.3c-6.5-1.5-10.5-8-9-14.4l16.5-70.8v-45.7l-50.6-35.5c-5.7-4-6.9-12.1-2.3-17.6s11.2-5.5,16.3-1.9l42.7,30h38.7l43-30.2c5.4-3.8,12.9-2.5,16.7,2.9s2.5,12.9-2.9,16.7Z" })] }));
export default Accessibility;
//# sourceMappingURL=Accessibility.js.map