@kurone-kito/launchpad-icons-react
Version:
the icons like the VRChat icons for Node.js ecosystem with the React
4 lines • 644 B
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
export const PlusThin = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 163 163", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.PlusThin-b{fill:white;}` }) }), _jsx("path", { className: "PlusThin-b", d: "M150.7,69.5h-57.2s0-57.5,0-57.5c0-7.3-6.5-13-14-11.8s-10,6.2-10,12.2v57.2s-57.5,0-57.5,0c-7.3,0-13,6.5-11.8,14,.9,5.9,6.2,10,12.2,10h57.2s0,57.2,0,57.2c0,5.9,4.2,11.2,10,12.2,7.5,1.2,14-4.6,14-11.8v-57.5h57.5c7.3,0,13-6.5,11.8-14s-6.2-10-12.2-10Z" })] }));
export default PlusThin;
//# sourceMappingURL=PlusThin.js.map