@zohodesk/icon
Version:
Unified Component Library - Icons
18 lines • 1.6 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: "M4 10.4H22.4V16H4V10.4Z",
fill: "#6CABF3",
className: "path-0"
}), " ", /*#__PURE__*/React.createElement("path", {
d: "M29.6 4.8H5.6C4.24 4.8 3.2 5.84 3.2 7.2V16.8L4.08 16.24L5.04 16.8H21.6V20.56H9.68V22.16H21.6V25.6H9.68V25.84L7.52 27.2H29.6C30.96 27.2 32 26.16 32 24.8V7.2C32 5.84 30.96 4.8 29.6 4.8ZM21.6 15.2H4.8V11.2H21.6V15.2ZM30.4 24.8C30.4 25.28 30.08 25.6 29.6 25.6H23.2V16V10.4C23.2 9.92 22.88 9.6 22.4 9.6H4.8V7.2C4.8 6.72 5.12 6.4 5.6 6.4H29.6C30.08 6.4 30.4 6.72 30.4 7.2V24.8ZM0 20.56V25.04L4.16 27.68L8.24 25.04V20.56L4.16 17.92L0 20.56ZM7.36 20.88V23.84C7.36 24.32 7.12 24.8 6.64 25.04L4.08 26.56L1.52 25.04C1.12 24.8 0.8 24.32 0.8 23.84V20.88L4.08 18.96L7.36 20.88ZM4.16 22L2.32 20.88L4.16 19.76L6 20.88L4.16 22ZM2.16 24.56L3.36 25.28C3.52 25.36 3.68 25.52 3.92 25.6V22.64C3.44 22.4 2.48 21.84 1.68 21.36V23.68C1.6 24 1.84 24.4 2.16 24.56ZM2.16 22.48L3.6 23.28V23.52L2.16 22.72V22.48ZM2.16 23.04L3.6 23.84V24.08L2.16 23.28V23.04ZM2.16 23.52L3.2 24.08V24.32L2.16 23.76V23.52ZM5.76 21.84L6.64 21.28V23.6C6.64 24 6.4 24.4 6.08 24.56L4.96 25.28C4.8 25.36 4.56 25.52 4.4 25.6V22.56L5.04 22.16V23.76L5.44 23.2L5.76 23.44V21.84Z",
fill: "#2381ED",
className: "path-1"
}), " "));
}
IconComponent.propTypes = Icon.propTypes;