UNPKG

@vuduc0801/react-native-phosphor-icons

Version:

Since [Phosphor](https://phosphoricons.com/) does not support React Native, we have to convert all the SVGs to React Native SVGs.

18 lines (17 loc) 905 B
"use strict"; /* Generated code. Do not edit.*/ import * as React from "react"; import Svg, { Path } from "react-native-svg"; import { jsx as _jsx } from "react/jsx-runtime"; const GoogleChromeLogo = props => /*#__PURE__*/_jsx(Svg, { fill: props.color, viewBox: "0 0 256 256", width: props.size, height: props.size, ...props, children: /*#__PURE__*/_jsx(Path, { d: "M128 20a108 108 0 1 0 108 108A108.12 108.12 0 0 0 128 20m0 24a83.89 83.89 0 0 1 65.9 32H128a52.05 52.05 0 0 0-46.15 28.07l-17.67-30.6A83.82 83.82 0 0 1 128 44m28 84a28 28 0 1 1-28-28 28 28 0 0 1 28 28m-112 0a83.4 83.4 0 0 1 6-31.11L83 154c.06.11.14.2.2.3A52 52 0 0 0 128 180q1.19 0 2.34-.06l-17.68 30.63A84.12 84.12 0 0 1 44 128m96.05 83.12L173 154c.09-.15.16-.3.24-.46a51.81 51.81 0 0 0-1.46-53.54h35.4a83.95 83.95 0 0 1-67.13 111.12" }) }); export default GoogleChromeLogo; //# sourceMappingURL=GoogleChromeLogo.js.map