@zohodesk/icon
Version:
Unified Component Library - Icons
13 lines • 595 B
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 28.7999C23.0692 28.7999 28.8 23.0692 28.8 16C28.8 8.93071 23.0692 3.19995 16 3.19995C8.93075 3.19995 3.2 8.93071 3.2 16C3.2 23.0692 8.93075 28.7999 16 28.7999Z",
className: "path-0"
}), " "));
}
IconComponent.propTypes = Icon.propTypes;