UNPKG

@kurone-kito/launchpad-icons-react

Version:

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

4 lines 810 B
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; export const Camera = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 138 101", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.Camera-b{fill: white;}` }) }), _jsx("path", { className: "Camera-b", d: "M131.8,18h-30.3c-2.2,0-4.2-1.1-5.3-3l-7.4-12.1c-1.1-1.8-3.1-3-5.3-3h-29.9c-2.2,0-4.3,1.2-5.4,3.1l-6.6,11.7c-1.1,1.9-3.2,3.1-5.4,3.1H6.2c-3.4,0-6.2,2.8-6.2,6.2v70.6c0,3.4,2.8,6.2,6.2,6.2h125.6c3.4,0,6.2-2.8,6.2-6.2V24.2c0-3.4-2.8-6.2-6.2-6.2ZM68.5,89c-17.6,0-32-14.4-32-32s14.4-32,32-32,32,14.4,32,32-14.4,32-32,32Z" }), _jsx("path", { className: "Camera-b", d: "M68.5,37c-11,0-20,9-20,20s9,20,20,20,20-9,20-20-9-20-20-20Z" })] })); export default Camera; //# sourceMappingURL=Camera.js.map