@zohodesk/icon
Version:
Unified Component Library - Icons
31 lines • 3.34 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", {
opacity: "0.5",
d: "M22.475 10.695C22.475 12.6325 21.6225 14.26 19.995 15.5C19.685 15.7325 19.22 15.965 18.6 16.3525C18.2125 16.74 17.98 17.05 17.98 17.36C17.9025 17.4375 17.9025 17.9025 17.9025 18.8325C17.7475 19.4525 17.4375 19.84 16.9725 20.0725C16.6625 20.305 16.3525 20.3825 15.965 20.3825H15.81C15.1125 20.3825 14.4925 19.995 14.0275 19.22C13.8725 18.91 13.8725 18.6 13.8725 18.2125C13.8725 15.81 14.88 13.95 16.9725 12.71C17.98 12.245 18.445 11.625 18.445 10.695C18.445 9.76502 17.9025 9.06752 16.895 8.68002C16.6625 8.68002 16.5075 8.60252 16.3525 8.60252H16.275C15.345 8.60252 14.725 9.06752 14.26 9.92002C14.105 10.23 14.105 10.6175 14.105 11.0825C13.95 11.625 13.7175 12.0125 13.33 12.245C13.02 12.555 12.555 12.71 12.0125 12.71C11.16 12.71 10.54 12.245 10.1525 11.3925C10.075 11.16 10.075 10.9275 10.075 10.695V10.54C10.075 8.52502 11.0825 6.82002 13.02 5.50252C14.0275 4.96002 15.035 4.65002 16.0425 4.65002H16.43C18.29 4.65002 19.9175 5.50252 21.3125 7.13002C22.0875 8.13752 22.475 9.37752 22.475 10.695ZM15.5 24.2575C14.1825 24.2575 13.0975 25.3425 13.0975 26.66C13.0975 27.9775 14.1825 29.0625 15.5 29.0625C16.8175 29.0625 17.9025 27.9775 17.9025 26.66C17.9025 25.3425 16.8175 24.2575 15.5 24.2575Z",
fill: "#DFE6F2",
className: "path-0"
}), " ", /*#__PURE__*/React.createElement("path", {
d: "M19.7625 5.5801C18.3675 3.9526 16.8175 3.1001 14.88 3.1001H14.4925C13.485 3.1001 12.4775 3.4101 11.47 3.9526C9.53252 5.2701 8.52502 6.9751 8.52502 8.9901V9.1451C8.52502 9.3776 8.52502 9.6101 8.60252 9.8426C9.06752 10.6951 9.68752 11.1601 10.4625 11.1601C11.005 11.1601 11.47 11.0051 11.78 10.6951C12.1675 10.4626 12.4 10.0751 12.555 9.5326C12.555 8.9901 12.6325 8.6026 12.71 8.3701C13.175 7.5176 13.795 7.0526 14.6475 7.0526H14.725C14.88 7.0526 15.035 7.0526 15.2675 7.1301C16.275 7.5176 16.8175 8.2151 16.8175 9.1451C16.8175 10.0751 16.3525 10.7726 15.345 11.1601C13.33 12.4001 12.245 14.2601 12.245 16.6626C12.245 17.0501 12.3225 17.3601 12.4 17.6701C12.865 18.4451 13.4075 18.8326 14.1825 18.8326H14.3375C14.6475 18.8326 15.035 18.7551 15.345 18.5226C15.81 18.2901 16.12 17.8251 16.275 17.2826C16.275 16.3526 16.3525 15.8876 16.3525 15.8101C16.3525 15.5001 16.585 15.1901 16.9725 14.8026C17.5925 14.4151 18.0575 14.1826 18.3675 13.9501C19.995 12.6326 20.8475 11.0051 20.8475 9.1451C20.925 7.8276 20.5375 6.5876 19.7625 5.5801Z",
stroke: "black",
strokeWidth: "1.55",
strokeMiterlimit: "10",
strokeLinecap: "round",
strokeLinejoin: "round",
className: "path-1"
}), " ", /*#__PURE__*/React.createElement("path", {
d: "M13.9503 27.5126C15.2772 27.5126 16.3528 26.437 16.3528 25.1101C16.3528 23.7833 15.2772 22.7076 13.9503 22.7076C12.6234 22.7076 11.5478 23.7833 11.5478 25.1101C11.5478 26.437 12.6234 27.5126 13.9503 27.5126Z",
stroke: "black",
strokeWidth: "1.55",
strokeMiterlimit: "10",
strokeLinecap: "round",
strokeLinejoin: "round",
className: "path-2"
}), " "));
}
IconComponent.propTypes = Icon.propTypes;