UNPKG

@kadconsulting/dry

Version:
3 lines 548 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const GoogleChrome = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "google-chrome" }), _jsx("path", { className: 'dry-icon-google-chrome', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M12 8a4 4 0 1 0 0 8 4 4 0 0 0 0-8Zm0 0h9.17M3.95 6.06 8.54 14m2.34 7.94L15.46 14M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10Z' })] })); //# sourceMappingURL=GoogleChrome.js.map