UNPKG

@zohodesk/icon

Version:

Unified Component Library - Icons

18 lines 2.38 kB
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: "M4 10.616L22.4 10.632V16.176H4V10.616Z", fill: "#6CABF3", className: "path-0" }), " ", /*#__PURE__*/React.createElement("path", { d: "M29.6 5.008H5.6C4.96348 5.008 4.35303 5.26086 3.90294 5.71095C3.45286 6.16103 3.2 6.77148 3.2 7.408V17.008L4.12 16.424L5.04 17.008H21.6V25.808H9.712V26.032L7.536 27.408H29.6C30.2365 27.408 30.847 27.1551 31.2971 26.7051C31.7471 26.255 32 25.6445 32 25.008V7.408C32 6.77148 31.7471 6.16103 31.2971 5.71095C30.847 5.26086 30.2365 5.008 29.6 5.008ZM21.6 15.408H4.8V11.408H21.6V15.408ZM30.4 25.008C30.4 25.2202 30.3157 25.4237 30.1657 25.5737C30.0157 25.7237 29.8122 25.808 29.6 25.808H23.2V16.208V10.632C23.2 10.4198 23.1157 10.2163 22.9657 10.0663C22.8157 9.91629 22.6122 9.832 22.4 9.832H4.8V7.432C4.8 7.21983 4.88429 7.01635 5.03431 6.86632C5.18434 6.71629 5.38783 6.632 5.6 6.632H29.6C29.8122 6.632 30.0157 6.71629 30.1657 6.86632C30.3157 7.01635 30.4 7.21983 30.4 7.432V25.008ZM0 20.752V25.224L4.128 27.832L8.248 25.224V20.752L4.128 18.144L0 20.752ZM7.392 21.088V24.08C7.39325 24.324 7.33035 24.564 7.2096 24.776C7.08885 24.9881 6.91449 25.1646 6.704 25.288L4.128 26.784L1.544 25.288C1.33351 25.1646 1.15915 24.9881 1.0384 24.776C0.917652 24.564 0.854749 24.324 0.856 24.08V21.088L4.128 19.2L7.392 21.088ZM4.136 22.176L2.264 21.088L4.136 20L6 21.088L4.136 22.176ZM2.152 24.8L3.312 25.48C3.49322 25.5852 3.66696 25.7029 3.832 25.832V22.84C3.392 22.576 2.432 22.04 1.56 21.52H1.6V23.808C1.59527 24.0075 1.64395 24.2047 1.741 24.3791C1.83805 24.5535 1.97995 24.6988 2.152 24.8ZM2.152 22.672L3.584 23.472V23.728L2.152 22.928V22.672ZM2.152 23.216L3.584 24.016V24.272L2.152 23.472V23.216ZM2.152 23.76L3.2 24.328V24.584L2.144 24L2.152 23.76ZM5.76 22.072L6.664 21.544V23.832C6.66285 24.0291 6.60973 24.2223 6.51 24.3923C6.41027 24.5622 6.26747 24.7029 6.096 24.8L4.936 25.48C4.75288 25.5852 4.57894 25.7056 4.416 25.84V22.84L5.064 22.464V24.064L5.456 23.4L5.784 23.648L5.76 22.072Z", fill: "#2381ED", className: "path-1" }), " ")); } IconComponent.propTypes = Icon.propTypes;