@zohodesk/icon
Version:
Unified Component Library - Icons
28 lines • 2.23 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: "M23.9202 22.592H19.5602C19.0742 22.592 18.6802 22.986 18.6802 23.472V27.92C18.6802 28.4061 19.0742 28.8 19.5602 28.8H23.9202C24.4062 28.8 24.8002 28.4061 24.8002 27.92V23.472C24.8002 22.986 24.4062 22.592 23.9202 22.592Z",
className: "path-0"
}), " ", /*#__PURE__*/React.createElement("path", {
d: "M23.9202 12.8879H19.5602C19.0742 12.8879 18.6802 13.2819 18.6802 13.7679V18.2159C18.6802 18.702 19.0742 19.0959 19.5602 19.0959H23.9202C24.4062 19.0959 24.8002 18.702 24.8002 18.2159V13.7679C24.8002 13.2819 24.4062 12.8879 23.9202 12.8879Z",
className: "path-1"
}), " ", /*#__PURE__*/React.createElement("path", {
d: "M23.9202 3.19995H19.5602C19.0742 3.19995 18.6802 3.59394 18.6802 4.07995V8.52795C18.6802 9.01396 19.0742 9.40795 19.5602 9.40795H23.9202C24.4062 9.40795 24.8002 9.01396 24.8002 8.52795V4.07995C24.8002 3.59394 24.4062 3.19995 23.9202 3.19995Z",
className: "path-2"
}), " ", /*#__PURE__*/React.createElement("path", {
d: "M12.44 22.592H8.07995C7.59394 22.592 7.19995 22.986 7.19995 23.472V27.92C7.19995 28.4061 7.59394 28.8 8.07995 28.8H12.44C12.926 28.8 13.32 28.4061 13.32 27.92V23.472C13.32 22.986 12.926 22.592 12.44 22.592Z",
className: "path-3"
}), " ", /*#__PURE__*/React.createElement("path", {
d: "M12.44 12.8879H8.07995C7.59394 12.8879 7.19995 13.2819 7.19995 13.7679V18.2159C7.19995 18.702 7.59394 19.0959 8.07995 19.0959H12.44C12.926 19.0959 13.32 18.702 13.32 18.2159V13.7679C13.32 13.2819 12.926 12.8879 12.44 12.8879Z",
className: "path-4"
}), " ", /*#__PURE__*/React.createElement("path", {
d: "M12.44 3.19995H8.07995C7.59394 3.19995 7.19995 3.59394 7.19995 4.07995V8.52795C7.19995 9.01396 7.59394 9.40795 8.07995 9.40795H12.44C12.926 9.40795 13.32 9.01396 13.32 8.52795V4.07995C13.32 3.59394 12.926 3.19995 12.44 3.19995Z",
className: "path-5"
}), " "));
}
IconComponent.propTypes = Icon.propTypes;