UNPKG

@kurone-kito/launchpad-icons-react

Version:

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

4 lines 867 B
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; export const Focus = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 162 162", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.Focus-b{fill:white;}` }) }), _jsx("path", { className: "Focus-b", d: "M96,14h33.4c10.3,0,18.6,8.3,18.6,18.6v33.4h14v-33.4c0-18-14.6-32.6-32.6-32.6h-33.4v14Z" }), _jsx("path", { className: "Focus-b", d: "M14,66v-33.4c0-10.3,8.3-18.6,18.6-18.6h33.4V0h-33.4C14.6,0,0,14.6,0,32.6v33.4h14Z" }), _jsx("path", { className: "Focus-b", d: "M66,148h-33.4c-10.3,0-18.6-8.3-18.6-18.6v-32.4H0v32.4c0,18,14.6,32.6,32.6,32.6h33.4v-14Z" }), _jsx("path", { className: "Focus-b", d: "M148,97v32.4c0,10.3-8.3,18.6-18.6,18.6h-33.4v14h33.4c18,0,32.6-14.6,32.6-32.6v-32.4h-14Z" })] })); export default Focus; //# sourceMappingURL=Focus.js.map