@kurone-kito/launchpad-icons-react
Version:
the icons like the VRChat icons for Node.js ecosystem with the React
4 lines • 1.18 kB
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
export const CameraReload = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 138 101", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.CameraReload-b{fill:white;}` }) }), _jsx("path", { className: "CameraReload-b", d: "M131.81,18h-30.34c-2.16,0-4.16-1.12-5.28-2.96l-7.38-12.08c-1.12-1.84-3.13-2.96-5.28-2.96h-29.88c-2.23,0-4.29,1.2-5.39,3.15l-6.61,11.71c-1.1,1.94-3.16,3.15-5.39,3.15H6.19c-3.42,0-6.19,2.77-6.19,6.19v70.62c0,3.42,2.77,6.19,6.19,6.19h125.62c3.42,0,6.19-2.77,6.19-6.19V24.19c0-3.42-2.77-6.19-6.19-6.19ZM41.53,61.57c-2.37-.44-4.05-2.64-4.04-5.05.08-16.89,13.84-30.61,30.75-30.61,7.59,0,14.75,2.73,20.37,7.73l6.39-6.39v19.76s-19.76,0-19.76,0l6.28-6.28c-3.72-3.11-8.37-4.82-13.28-4.82-11.44,0-20.75,9.31-20.75,20.75,0,3.08-2.78,5.5-5.96,4.91ZM68.38,86.75c-7.43,0-14.49-2.64-20.07-7.46l-6.3,6.47-.25-19.75,19.75-.26-6.2,6.36c3.69,3,8.26,4.64,13.07,4.64,11.42,0,20.72-9.28,20.75-20.69,0-2.52,1.92-4.74,4.42-5.02,3.02-.34,5.58,2.02,5.58,4.97,0,16.96-13.79,30.75-30.75,30.75Z" })] }));
export default CameraReload;
//# sourceMappingURL=CameraReload.js.map