@kurone-kito/launchpad-icons-react
Version:
the icons like the VRChat icons for Node.js ecosystem with the React
4 lines • 1.22 kB
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
export const Resolution = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 171.8 173.8", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.Resolution-b{fill:white;}` }) }), _jsx("path", { className: "Resolution-b", d: "M157,170H63c-6.1,0-11-4.9-11-11v-94c0-6.1,4.9-11,11-11h94c6.1,0,11,4.9,11,11v94c0,6.1-4.9,11-11,11ZM64,158h92v-92h-92v92Z" }), _jsx("path", { className: "Resolution-b", d: "M170.7,18L153.7,1c-.7-.7-1.5-1-2.5-1h-7.6c-3.1,0-4.7,3.7-2.5,5.9l8.7,9.1h-78.5l8.7-9.1c2.1-2.2.6-5.9-2.5-5.9h-7.6c-.9,0-1.8.4-2.5,1l-17,17c-1.4,1.4-1.4,3.6,0,4.9l17,17c.7.7,1.5,1,2.5,1h7.9c3.1,0,4.7-3.8,2.5-6l-8-8h76.6l-8,8c-2.2,2.2-.6,6,2.5,6h7.9c.9,0,1.8-.4,2.5-1l17-17c1.4-1.4,1.4-3.6,0-4.9Z" }), _jsx("path", { className: "Resolution-b", d: "M35,82.4c2.2,2.2,6,.6,6-2.5v-7.9c0-.9-.4-1.8-1-2.5l-17-17c-1.4-1.4-3.6-1.4-4.9,0L1,69.5c-.7.7-1,1.5-1,2.5v7.6c0,3.1,3.7,4.7,5.9,2.5l9.1-8.7v78.5l-9.1-8.7c-2.2-2.1-5.9-.6-5.9,2.5v7.6c0,.9.4,1.8,1,2.5l17,17c1.4,1.4,3.6,1.4,4.9,0l17-17c.7-.7,1-1.5,1-2.5v-7.9c0-3.1-3.8-4.7-6-2.5l-8,8v-76.6l8,8Z" })] }));
export default Resolution;
//# sourceMappingURL=Resolution.js.map