UNPKG

2.23 kBJavaScriptView Raw
1import _extends from "@babel/runtime/helpers/extends";
2import React from 'react';
3import { jsx as _jsx } from "react/jsx-runtime";
4export var Ie = 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: "M20,10.4661818 C20,10.864 19.9778571,11.2618182 19.9221429,11.648 L7.07642857,11.648 C7.07642857,13.9090909 9.02928572,15.5454545 11.1721429,15.5454545 C12.6228571,15.5454545 14.0178571,14.8181818 14.7657143,13.5338182 L19.4864286,13.5338182 C18.2101463,17.1822691 14.8195172,19.6203177 11.0157143,19.6247273 C9.64285713,19.6247273 8.27,19.2952727 7.04214285,18.6814545 C5.79214285,19.3294545 4.04,20 2.645,20 C0.77,20 0,18.8298182 0,17.0116364 C0,15.9549091 0.223571426,14.8981818 0.502142852,13.8865454 C0.680714277,13.2276364 1.395,11.8865454 1.71857143,11.2843636 C3.09142857,8.75054546 4.8992857,6.31854546 7.02,4.39781819 C5.31214285,5.14763637 3.46,7.03418183 2.25428572,8.42036363 C3.19263107,4.26347792 6.82661309,1.31755167 11.0157143,1.31781819 C11.1828571,1.31781819 11.3507143,1.31781819 11.5178571,1.32945456 C12.9014286,0.681454554 14.8328571,0 16.3507143,0 C18.1585714,0 19.71,0.704727267 19.71,2.78400001 C19.71,3.8749091 19.2971429,5.05672727 18.8728571,6.03418182 C19.6106616,7.39067988 19.998469,8.91556431 20,10.4661818 Z M19.2185714,3.19345455 C19.2185714,1.92072728 18.3257143,1.13672728 17.0978571,1.13672728 C16.16,1.13672728 15.1,1.5229091 14.2628571,1.93236364 C16.0797284,2.65781863 17.6181229,3.96095501 18.6492857,5.64799999 C18.9285714,4.89818181 19.2185714,3.98909089 19.2185714,3.19345455 Z M1.42857143,17.2501818 C1.42857143,18.5687273 2.19857143,19.2843636 3.47071428,19.2843636 C4.4642857,19.2843636 5.5692857,18.8298182 6.43928572,18.3410909 C4.61042927,17.2419252 3.22275532,15.5190784 2.52214285,13.4778182 C2.00857143,14.5687273 1.42857143,16.0232727 1.42857143,17.2501818 Z M7.05357143,9.14763637 L15.1785714,9.14763637 C15.1007143,6.95418182 13.2028571,5.37527273 11.1157143,5.37527273 C9.01714285,5.37527273 7.13142855,6.9549091 7.05285715,9.14763637 L7.05357143,9.14763637 Z",
12 fillRule: "evenodd"
13 })
14}));
\No newline at end of file