@zohodesk/icon
Version:
Unified Component Library - Icons
57 lines • 3.21 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 24 24",
fill: "none",
xmlns: "http://www.w3.org/2000/svg"
}, " ", /*#__PURE__*/React.createElement("g", {
clipPath: "url(#clip0_11675_8924)"
}, " ", /*#__PURE__*/React.createElement("path", {
d: "M15.6969 2.35034C15.5315 3.11695 15.1084 3.80371 14.4982 4.29631C13.8879 4.78892 13.1274 5.05763 12.3431 5.05763C11.5589 5.05763 10.7983 4.78892 10.188 4.29631C9.57777 3.80371 9.15471 3.11695 8.98928 2.35034H4.64904C4.04392 2.35034 3.46356 2.59069 3.03567 3.01858C2.60778 3.44647 2.36741 4.02688 2.36741 4.632V20.0716C2.36741 20.6767 2.60778 21.257 3.03567 21.6849C3.46356 22.1128 4.04392 22.3532 4.64904 22.3532H20.0886C20.6908 22.3486 21.2667 22.1062 21.6909 21.6788C22.1151 21.2514 22.3531 20.6738 22.3531 20.0716V4.632C22.3531 4.02984 22.1151 3.45205 21.6909 3.02465C21.2667 2.59725 20.6908 2.35487 20.0886 2.35034H15.6969Z",
fill: "#DFE6F2",
className: "path-0"
}), " ", /*#__PURE__*/React.createElement("path", {
d: "M5.35239 14.7534H12.4031",
stroke: "black",
strokeWidth: "1.5",
strokeLinecap: "round",
strokeLinejoin: "round",
className: "path-1"
}), " ", /*#__PURE__*/React.createElement("path", {
d: "M5.35239 9.26367H12.4031",
stroke: "black",
strokeWidth: "1.5",
strokeLinecap: "round",
strokeLinejoin: "round",
className: "path-2"
}), " ", /*#__PURE__*/React.createElement("path", {
d: "M20.243 17.1208V23.3653",
stroke: "black",
strokeWidth: "1.5",
strokeLinecap: "round",
strokeLinejoin: "round",
className: "path-3"
}), " ", /*#__PURE__*/React.createElement("path", {
d: "M17.1208 20.2432H23.3653",
stroke: "black",
strokeWidth: "1.5",
strokeLinecap: "round",
strokeLinejoin: "round",
className: "path-4"
}), " ", /*#__PURE__*/React.createElement("path", {
d: "M20.2945 13.5011V2.11008C20.2945 1.7188 20.1391 1.34357 19.8624 1.06689C19.5857 0.790209 19.2104 0.634766 18.8192 0.634766H14.2902C14.2902 1.12138 14.1944 1.60323 14.0082 2.05281C13.8219 2.50238 13.549 2.91085 13.2049 3.25494C12.8608 3.59903 12.4523 3.87203 12.0027 4.05825C11.5532 4.24447 11.0713 4.34022 10.5847 4.34022C10.0981 4.34022 9.61623 4.24447 9.16666 4.05825C8.71709 3.87203 8.30861 3.59903 7.96452 3.25494C7.62044 2.91085 7.34749 2.50238 7.16127 2.05281C6.97505 1.60323 6.87919 1.12138 6.87919 0.634766H2.11007C1.72177 0.639281 1.35091 0.796666 1.07793 1.07286C0.804945 1.34905 0.651875 1.72175 0.651901 2.11008V18.7677C0.651901 19.1545 0.805536 19.5253 1.079 19.7988C1.35246 20.0722 1.72334 20.2259 2.11007 20.2259H13.6212",
stroke: "black",
strokeWidth: "1.5",
strokeLinecap: "round",
strokeLinejoin: "round",
className: "path-5"
}), " "), " ", /*#__PURE__*/React.createElement("defs", null, " ", /*#__PURE__*/React.createElement("clippath", {
id: "clip0_11675_8924"
}, " ", /*#__PURE__*/React.createElement("rect", {
width: "24",
height: "24",
fill: "white"
}), " "), " "), " "));
}
IconComponent.propTypes = Icon.propTypes;