UNPKG

@kurone-kito/launchpad-icons-react

Version:

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

4 lines 1.39 kB
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; export const Focal = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.Focal-b{fill:white;}` }) }), _jsx("path", { className: "Focal-b", d: "M74,128V37.87c-30.58,18.4-51.09,51.91-51.09,90.12,0,15.7,3.47,30.61,9.67,44h64.18c-13.76-9.8-22.76-25.87-22.76-44Z" }), _jsx("path", { className: "Focal-b", d: "M128.01,74h90.12c-18.4-30.58-51.91-51.09-90.12-51.09-15.7,0-30.61,3.47-44.01,9.67v64.18c9.8-13.76,25.87-22.76,44.01-22.76Z" }), _jsx("path", { className: "Focal-b", d: "M128,182H37.87c18.4,30.58,51.91,51.09,90.12,51.09,15.7,0,30.61-3.47,44-9.67v-64.18c-9.8,13.76-25.87,22.76-44,22.76Z" }), _jsx("path", { className: "Focal-b", d: "M128,0C57.31,0,0,57.31,0,128s57.31,128,128,128,128-57.31,128-128S198.69,0,128,0ZM179.75,230.79c-.31.2-.64.36-.99.49-15.32,7.56-32.55,11.82-50.76,11.82-63.46,0-115.09-51.63-115.09-115.09,0-44.88,25.83-83.84,63.39-102.81.29-.19.6-.34.93-.46,15.32-7.56,32.56-11.82,50.77-11.82,63.46,0,115.09,51.63,115.09,115.09,0,44.86-25.8,83.81-63.35,102.79Z" }), _jsx("path", { className: "Focal-b", d: "M223.42,84h-64.18c13.76,9.8,22.76,25.87,22.76,44.01v90.12c30.58-18.4,51.09-51.91,51.09-90.12,0-15.7-3.47-30.61-9.67-44.01Z" })] })); export default Focal; //# sourceMappingURL=Focal.js.map