UNPKG

@zohodesk/icon

Version:

Unified Component Library - Icons

17 lines 1.68 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: "M15.112 28.8C22.1812 28.8 27.912 23.0693 27.912 16C27.912 8.93077 22.1812 3.20001 15.112 3.20001C8.04275 3.20001 2.312 8.93077 2.312 16C2.312 23.0693 8.04275 28.8 15.112 28.8Z", fill: "#4B5168", className: "path-0" }), " ", /*#__PURE__*/React.createElement("path", { d: "M15.112 4.80001C17.3272 4.80001 19.4926 5.45688 21.3344 6.68755C23.1762 7.91822 24.6118 9.66743 25.4595 11.714C26.3072 13.7605 26.529 16.0124 26.0968 18.185C25.6646 20.3576 24.5979 22.3533 23.0316 23.9196C21.4653 25.486 19.4696 26.5527 17.297 26.9848C15.1244 27.417 12.8725 27.1952 10.8259 26.3475C8.77942 25.4998 7.03021 24.0642 5.79954 22.2224C4.56887 20.3806 3.912 18.2152 3.912 16C3.912 13.0296 5.092 10.1808 7.19241 8.08042C9.29281 5.98001 12.1416 4.80001 15.112 4.80001ZM15.112 3.20001C12.5804 3.20001 10.1057 3.95072 8.0007 5.3572C5.89575 6.76368 4.25515 8.76277 3.28634 11.1017C2.31754 13.4406 2.06406 16.0142 2.55795 18.4972C3.05184 20.9801 4.27092 23.2609 6.06104 25.051C7.85115 26.8411 10.1319 28.0602 12.6148 28.5541C15.0978 29.048 17.6715 28.7945 20.0104 27.8257C22.3492 26.8569 24.3483 25.2163 25.7548 23.1113C27.1613 21.0064 27.912 18.5316 27.912 16C27.912 12.6052 26.5634 9.34951 24.163 6.94905C21.7625 4.54858 18.5068 3.20001 15.112 3.20001Z", className: "path-1" }), " ")); } IconComponent.propTypes = Icon.propTypes;