@zohodesk/icon
Version:
Unified Component Library - Icons
31 lines • 3.37 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.3841 7.38403H14.1761C13.9729 7.38403 13.8081 7.54879 13.8081 7.75203V9.83203C13.8081 10.0353 13.9729 10.2 14.1761 10.2H16.3841C16.5873 10.2 16.7521 10.0353 16.7521 9.83203V7.75203C16.7521 7.54879 16.5873 7.38403 16.3841 7.38403Z",
className: "path-0"
}), " ", /*#__PURE__*/React.createElement("path", {
d: "M16.3841 14.624H14.1761C13.9729 14.624 13.8081 14.7888 13.8081 14.992V17.072C13.8081 17.2753 13.9729 17.44 14.1761 17.44H16.3841C16.5873 17.44 16.7521 17.2753 16.7521 17.072V14.992C16.7521 14.7888 16.5873 14.624 16.3841 14.624Z",
className: "path-1"
}), " ", /*#__PURE__*/React.createElement("path", {
d: "M16.3841 21.8719H14.1761C13.9729 21.8719 13.8081 22.0367 13.8081 22.2399V24.3199C13.8081 24.5232 13.9729 24.6879 14.1761 24.6879H16.3841C16.5873 24.6879 16.7521 24.5232 16.7521 24.3199V22.2399C16.7521 22.0367 16.5873 21.8719 16.3841 21.8719Z",
className: "path-2"
}), " ", /*#__PURE__*/React.createElement("path", {
d: "M9.29597 7.38403H7.08797C6.88473 7.38403 6.71997 7.54879 6.71997 7.75203V9.83203C6.71997 10.0353 6.88473 10.2 7.08797 10.2H9.29597C9.49921 10.2 9.66397 10.0353 9.66397 9.83203V7.75203C9.66397 7.54879 9.49921 7.38403 9.29597 7.38403Z",
className: "path-3"
}), " ", /*#__PURE__*/React.createElement("path", {
d: "M9.29597 14.624H7.08797C6.88473 14.624 6.71997 14.7888 6.71997 14.992V17.072C6.71997 17.2753 6.88473 17.44 7.08797 17.44H9.29597C9.49921 17.44 9.66397 17.2753 9.66397 17.072V14.992C9.66397 14.7888 9.49921 14.624 9.29597 14.624Z",
className: "path-4"
}), " ", /*#__PURE__*/React.createElement("path", {
d: "M9.29597 21.8719H7.08797C6.88473 21.8719 6.71997 22.0367 6.71997 22.2399V24.3199C6.71997 24.5232 6.88473 24.6879 7.08797 24.6879H9.29597C9.49921 24.6879 9.66397 24.5232 9.66397 24.3199V22.2399C9.66397 22.0367 9.49921 21.8719 9.29597 21.8719Z",
className: "path-5"
}), " ", /*#__PURE__*/React.createElement("path", {
d: "M29.152 14.6959L21.064 10.7759V3.57594C21.0506 3.36705 20.9558 3.17175 20.8 3.03194C20.7253 2.95779 20.6366 2.89913 20.5392 2.85932C20.4417 2.81951 20.3373 2.79933 20.232 2.79994H3.20002C2.98785 2.79994 2.78437 2.88423 2.63434 3.03425C2.48431 3.18428 2.40002 3.38777 2.40002 3.59994V28.3439C2.40002 28.5561 2.48431 28.7596 2.63434 28.9096C2.78437 29.0597 2.98785 29.1439 3.20002 29.1439H23.256C23.3116 29.1779 23.3749 29.1972 23.44 29.1999H25.64C25.7028 29.1985 25.7639 29.1791 25.816 29.1439H28.8C29.0122 29.1439 29.2157 29.0597 29.3657 28.9096C29.5157 28.7596 29.6 28.5561 29.6 28.3439V15.4159C29.6003 15.266 29.5585 15.119 29.4793 14.9917C29.4001 14.8644 29.2867 14.7619 29.152 14.6959ZM4.00002 4.39994H19.464V27.5439H4.00002V4.39994ZM28 27.5439H26.008V23.8559C26.008 23.7583 25.9693 23.6647 25.9002 23.5957C25.8312 23.5267 25.7376 23.4879 25.64 23.4879H23.44C23.3424 23.4879 23.2488 23.5267 23.1798 23.5957C23.1108 23.6647 23.072 23.7583 23.072 23.8559V27.5439H21.064V12.5599L28 15.9199V27.5439Z",
className: "path-6"
}), " "));
}
IconComponent.propTypes = Icon.propTypes;