UNPKG

1.59 kBJavaScriptView Raw
1import _extends from "@babel/runtime/helpers/extends";
2import React from 'react';
3import { jsx as _jsx } from "react/jsx-runtime";
4export var Chrome = props => /*#__PURE__*/_jsx("svg", _extends({
5 viewBox: "0 0 20 20",
6 width: "16px",
7 height: "16px"
8}, props, {
9 className: "w-icon " + (props.className ? props.className : ''),
10 children: /*#__PURE__*/_jsx("path", {
11 d: "M5.38992245,11.9176481 C6.45005231,14.0043112 8.69305116,15.2763649 11.0141754,14.8411923 L8.44755004,19.8737853 C3.66022125,19.1372971 0,14.997435 0,9.99837481 C0,7.97866303 0.602593635,6.09283119 1.62925751,4.51946205 L5.38992245,11.9176481 Z M14.9979775,1.33925945 C16.7499742,2.35472318 18.0779691,3.81648385 18.926041,5.4902915 L10.6458895,5.05507318 C8.30249263,4.92114755 6.07061865,6.23790397 5.30062647,8.4473228 L2.22068057,3.71604532 C4.14007576,1.32808946 7.0191571,0.0113558972 9.96517046,0.000208740108 C11.6725762,-0.0109383947 13.4133794,0.424234231 14.9979775,1.33925945 Z M13.3687657,9.99837481 C13.3687657,11.8618438 11.8622702,13.3682844 9.9986593,13.3682844 C8.13511694,13.3682844 6.62859857,11.8618438 6.62859857,9.99837481 C6.62859857,8.13486011 8.13511692,6.62846518 9.9986593,6.62846518 C11.8622702,6.62846518 13.3687657,8.13486011 13.3687657,9.99837481 Z M14.9979775,18.6574902 C13.2459809,19.6729311 11.3154608,20.0857637 9.44072507,19.9853481 L13.9601888,13.0335275 C15.2435243,11.0584271 15.2211603,8.48078708 13.6923465,6.69539373 L19.3277473,6.40524819 C21.0797667,10.9133772 19.3277701,16.1579487 14.9979775,18.6574902 L14.9979775,18.6574902 Z",
12 fillRule: "evenodd"
13 })
14}));
\No newline at end of file