@kurone-kito/launchpad-icons-react
Version:
the icons like the VRChat icons for Node.js ecosystem with the React
4 lines • 1.07 kB
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
export const CameraFlash = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 225 181", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.CameraFlash-b{fill:white;}` }) }), _jsx("path", { className: "CameraFlash-b", d: "M113.5,63c-6.5,0-12.6,1.5-18.1,4.3,8.8,1.4,15.6,9,15.6,18.2s-8.3,18.5-18.5,18.5-15.2-5.4-17.6-12.8c-1.2,3.9-1.9,8-1.9,12.3,0,22.4,18.1,40.5,40.5,40.5s40.5-18.1,40.5-40.5-18.1-40.5-40.5-40.5Z" }), _jsx("path", { className: "CameraFlash-b", d: "M209.9,32h-42.9c-3.5,0-6.7-2-8.5-5.3l-13.9-21.5c-1.8-3.3-5.1-5.3-8.5-5.3h-48.3c-3.6,0-6.9,2.1-8.7,5.6l-12.7,20.8c-1.8,3.5-5.1,5.6-8.7,5.6H15.1c-7.1-.3-15.1,6.8-15.1,15.1v115.8c0,10,8.1,18.1,18.1,18.1h188.8c8.1,0,18.1-10,18.1-19.1V48.1c0-9.4-9-16.4-15.1-16.1ZM113,154c-27.1,0-49-21.9-49-49s21.9-49,49-49,49,21.9,49,49-21.9,49-49,49ZM203,57c0,2.2-1.8,4-4,4h-26c-2.2,0-4-1.8-4-4v-3c0-2.2,1.8-4,4-4h26c2.2,0,4,1.8,4,4v3Z" })] }));
export default CameraFlash;
//# sourceMappingURL=CameraFlash.js.map