UNPKG

1.64 kBJavaScriptView Raw
1import _extends from "@babel/runtime/helpers/extends";
2import React from 'react';
3import { jsx as _jsx } from "react/jsx-runtime";
4export var Environment = 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: "M13.3709348,0.805099943 C14.5096054,1.37933521 15.542464,2.35645066 16.496299,3.75921597 C17.0986485,4.76973596 17.4311842,5.88751678 17.4920598,7.10213066 C17.553425,8.32651441 17.2587773,9.61912057 16.6192569,10.9762793 L16.5617409,11.0757331 L10.5385405,19.7177833 C10.2763306,20.0940004 9.73400321,20.0940871 9.4716804,19.717954 L3.61398515,11.3172573 C3.14262456,10.5604581 2.81745341,9.78904561 2.64174611,9.00429036 C2.25522027,7.27796373 2.64244471,4.89779059 4.0101525,3.03002489 C5.34566477,1.20622595 7.20901174,0.315047047 9.09364642,0.0685629558 C10.5316414,-0.119506854 11.9024366,0.0645315952 13.3709348,0.805099943 Z M10.0312188,2.62679764 C7.34998675,2.62679764 5.19330988,4.78763119 5.19330988,7.43092315 C5.19330988,10.0742151 7.34998675,12.2350486 10.0312188,12.2350486 C12.7124509,12.2350486 14.8691278,10.0742151 14.8691278,7.43092315 C14.8691278,4.78763119 12.7124509,2.62679764 10.0312188,2.62679764 Z M10.0312188,5.20715113 C11.272329,5.20715113 12.2706288,6.20737504 12.2706288,7.43092315 C12.2706288,8.65447125 11.272329,9.65469516 10.0312188,9.65469516 C8.7901087,9.65469516 7.79180887,8.65447125 7.79180887,7.43092315 C7.79180887,6.20737504 8.7901087,5.20715113 10.0312188,5.20715113 Z",
12 fillRule: "evenodd"
13 })
14}));
\No newline at end of file