UNPKG

uiw-iconfont

Version:

The premium icon font for uiw Component Library.

7 lines (4 loc) 683 B
import React from 'react'; export const Environment = props => ( <svg viewBox="0 0 20 20" {...props}><path d="M10.539 19.718a.645.645 0 0 1-1.067 0l-5.858-8.4a7.453 7.453 0 0 1-.972-2.314c-.387-1.726 0-4.106 1.368-5.974C5.346 1.206 7.21.315 9.094.069c1.438-.189 2.808-.004 4.277.736 1.139.574 2.171 1.551 3.125 2.954a7.134 7.134 0 0 1 .996 3.343c.061 1.225-.233 2.517-.873 3.874l-.057.1-6.023 8.642zM10.03 9.655c-1.24 0-2.24-1-2.24-2.224 0-1.224 1-2.224 2.24-2.224 1.241 0 2.24 1 2.24 2.224a2.232 2.232 0 0 1-2.24 2.224zm0 2.58c2.681 0 4.838-2.16 4.838-4.804 0-2.643-2.157-4.804-4.838-4.804S5.193 4.787 5.193 7.43c0 2.643 2.157 4.804 4.838 4.804z" fillRule="evenodd" /></svg> );