@kurone-kito/launchpad-icons-react
Version:
the icons like the VRChat icons for Node.js ecosystem with the React
4 lines • 731 B
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
export const ImageSimple = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 248 211", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.ImageSimple-b{fill:white;}` }) }), _jsx("path", { className: "ImageSimple-b", d: "M204.9,0H43.1C19.3,0,0,19.3,0,43.1v124.7c0,23.8,19.3,43.1,43.1,43.1h161.7c23.8,0,43.1-19.3,43.1-43.1V43.1c0-23.8-19.3-43.1-43.1-43.1ZM50.3,60.1c0-7.5,6-13.5,13.5-13.5s13.5,6,13.5,13.5-6,13.5-13.5,13.5-13.5-6-13.5-13.5ZM68,180.9l71.8-72.7c1.2-1.2,3.1-1.2,4.3,0l71.8,72.7c1.9,1.9.5,5.1-2.1,5.1H70.1c-2.7,0-4-3.2-2.1-5.1Z" })] }));
export default ImageSimple;
//# sourceMappingURL=ImageSimple.js.map