@zohodesk/icon
Version:
Unified Component Library - Icons
16 lines • 1.4 kB
JavaScript
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 28C12.9582 28.0031 10.0287 26.851 7.80404 24.7766C5.57934 22.7023 4.2254 19.8605 4.01605 16.8259C3.8067 13.7914 4.75756 10.7905 6.67633 8.43031C8.5951 6.07009 11.3386 4.5266 14.352 4.112L14.128 2.512C11.638 2.8597 9.29315 3.8908 7.35385 5.49077C5.41454 7.09075 3.9567 9.19697 3.14223 11.5755C2.32777 13.9541 2.18856 16.5118 2.74008 18.9647C3.29159 21.4176 4.51224 23.6696 6.26644 25.4706C8.02064 27.2716 10.2397 28.5511 12.6773 29.1669C15.1148 29.7828 17.6753 29.711 20.0745 28.9594C22.4736 28.2078 24.6175 26.8059 26.2679 24.9094C27.9184 23.0129 29.0109 20.696 29.424 18.216L27.824 17.952C27.3709 20.7598 25.9314 23.3139 23.7642 25.1556C21.597 26.9973 18.844 28.0059 16 28Z",
className: "path-0"
}), " ", /*#__PURE__*/React.createElement("path", {
d: "M27.2 15.12H30.4C30.3958 11.5356 28.97 8.09917 26.4354 5.56459C23.9008 3.03002 20.4644 1.60423 16.88 1.6V4.8C19.6157 4.80423 22.2382 5.89287 24.1727 7.82733C26.1071 9.76179 27.1958 12.3843 27.2 15.12Z",
className: "path-1"
}), " "));
}
IconComponent.propTypes = Icon.propTypes;