UNPKG

@zohodesk/icon

Version:

Unified Component Library - Icons

13 lines 1.97 kB
import React from 'react'; import Icon from '../Icon/Icon'; export default function IconComponent(props) { return /*#__PURE__*/React.createElement(Icon, props, /*#__PURE__*/React.createElement("svg", { viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, " ", /*#__PURE__*/React.createElement("path", { d: "M16 2.40002C13.3102 2.40002 10.6808 3.19765 8.44428 4.69204C6.20777 6.18642 4.46462 8.31045 3.43527 10.7955C2.40592 13.2806 2.13659 16.0151 2.66135 18.6533C3.18611 21.2914 4.48138 23.7147 6.38338 25.6167C8.28537 27.5187 10.7087 28.8139 13.3468 29.3387C15.9849 29.8635 18.7194 29.5941 21.2045 28.5648C23.6896 27.5354 25.8136 25.7923 27.308 23.5558C28.8024 21.3193 29.6 18.6898 29.6 16C29.6 12.3931 28.1672 8.93387 25.6167 6.38337C23.0662 3.83288 19.607 2.40002 16 2.40002ZM16.6 22.04C16.5212 22.1188 16.4277 22.1813 16.3247 22.224C16.2218 22.2666 16.1115 22.2886 16 22.2886C15.8886 22.2886 15.7783 22.2666 15.6753 22.224C15.5724 22.1813 15.4788 22.1188 15.4 22.04C15.3212 21.9612 15.2587 21.8677 15.2161 21.7647C15.1735 21.6618 15.1515 21.5515 15.1515 21.44C15.1515 21.3286 15.1735 21.2183 15.2161 21.1153C15.2587 21.0124 15.3212 20.9188 15.4 20.84C15.5145 20.7164 15.665 20.632 15.8302 20.599C15.9954 20.566 16.1668 20.5859 16.32 20.656C16.4236 20.7002 16.5184 20.7625 16.6 20.84C16.6789 20.9188 16.7414 21.0123 16.7841 21.1153C16.8268 21.2182 16.8488 21.3286 16.8488 21.44C16.8488 21.5515 16.8268 21.6618 16.7841 21.7648C16.7414 21.8677 16.6789 21.9613 16.6 22.04ZM16.848 16C16.848 16.2249 16.7587 16.4406 16.5997 16.5997C16.4406 16.7587 16.2249 16.848 16 16.848C15.7751 16.848 15.5594 16.7587 15.4004 16.5997C15.2414 16.4406 15.152 16.2249 15.152 16V10.56C15.152 10.3351 15.2414 10.1194 15.4004 9.9604C15.5594 9.80137 15.7751 9.71202 16 9.71202C16.2249 9.71202 16.4406 9.80137 16.5997 9.9604C16.7587 10.1194 16.848 10.3351 16.848 10.56V16Z", className: "path-0" }), " ")); } IconComponent.propTypes = Icon.propTypes;