@zohodesk/icon
Version:
Unified Component Library - Icons
76 lines • 2.81 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 33 32",
fill: "none",
xmlns: "http://www.w3.org/2000/svg"
}, " ", /*#__PURE__*/React.createElement("path", {
d: "M17.5 11.0154C14.7077 11.0154 12.4231 13.3 12.4231 16.0923C12.4231 18.8846 14.7077 21.1692 17.5 21.1692C20.2923 21.1692 22.5769 18.8846 22.5769 16.0923C22.5769 13.3 20.2923 11.0154 17.5 11.0154ZM17.5 18.5461C16.1462 18.5461 14.9616 17.4461 14.9616 16.0077C14.9616 14.6538 16.0616 13.4692 17.5 13.4692C18.9385 13.4692 20.0385 14.5692 20.0385 16.0077C20.0385 17.4461 18.8539 18.5461 17.5 18.5461Z",
className: "path-0"
}), " ", /*#__PURE__*/React.createElement("path", {
d: "M17.5 10.9308V10.0001",
stroke: "black",
strokeWidth: "1.69231",
strokeLinecap: "round",
strokeLinejoin: "round",
className: "path-1"
}), " ", /*#__PURE__*/React.createElement("path", {
d: "M17.5 21.254V22.1847",
stroke: "black",
strokeWidth: "1.69231",
strokeLinecap: "round",
strokeLinejoin: "round",
className: "path-2"
}), " ", /*#__PURE__*/React.createElement("path", {
d: "M12.9308 18.377L12 18.8001",
stroke: "black",
strokeWidth: "1.69231",
strokeLinecap: "round",
strokeLinejoin: "round",
className: "path-3"
}), " ", /*#__PURE__*/React.createElement("path", {
d: "M22.0691 13.8077L22.9999 13.3",
stroke: "black",
strokeWidth: "1.69231",
strokeLinecap: "round",
strokeLinejoin: "round",
className: "path-4"
}), " ", /*#__PURE__*/React.createElement("path", {
d: "M22.0691 18.377L22.9999 18.8001",
stroke: "black",
strokeWidth: "1.69231",
strokeLinecap: "round",
strokeLinejoin: "round",
className: "path-5"
}), " ", /*#__PURE__*/React.createElement("path", {
d: "M12.9308 13.8077L12 13.3",
stroke: "black",
strokeWidth: "1.69231",
strokeLinecap: "round",
strokeLinejoin: "round",
className: "path-6"
}), " ", /*#__PURE__*/React.createElement("path", {
d: "M15.375 6.25L17 3C9.85 3 4 8.85 4 16",
stroke: "black",
strokeWidth: "1.625",
strokeLinecap: "round",
strokeLinejoin: "round",
className: "path-7"
}), " ", /*#__PURE__*/React.createElement("path", {
d: "M30 16C30 23.15 24.15 29 17 29",
stroke: "black",
strokeWidth: "1.625",
strokeLinecap: "round",
strokeLinejoin: "round",
className: "path-8"
}), " ", /*#__PURE__*/React.createElement("path", {
d: "M17 29L18.625 25.75",
stroke: "black",
strokeWidth: "1.625",
strokeLinecap: "round",
strokeLinejoin: "round",
className: "path-9"
}), " "));
}
IconComponent.propTypes = Icon.propTypes;