@zohodesk/icon
Version:
Unified Component Library - Icons
14 lines • 1.22 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: "M28.04 4H4.00002C3.5727 4.01245 3.16694 4.19046 2.8684 4.49646C2.56986 4.80246 2.40192 5.2125 2.40002 5.64V26.4C2.4121 26.8205 2.58455 27.2205 2.88203 27.518C3.17951 27.8155 3.5795 27.9879 4.00002 28H28.08C28.5044 28 28.9113 27.8314 29.2114 27.5314C29.5115 27.2313 29.68 26.8243 29.68 26.4V5.64C29.6779 5.20569 29.5045 4.78977 29.1974 4.48267C28.8903 4.17556 28.4743 4.0021 28.04 4ZM10.92 26.072H4.14402V21.352H10.92V26.072ZM10.92 19.424H4.14402V14.504H10.92V19.424ZM10.92 12.576H4.14402V7.856H10.92V12.576ZM19.248 26.072H12.656V21.352H19.248V26.072ZM19.248 19.424H12.656V14.504H19.248V19.424ZM19.248 12.672H12.656V7.952H19.248V12.672ZM27.856 26.072H21.08V21.352H27.856V26.072ZM27.856 19.424H21.176V14.504H27.856V19.424ZM27.856 12.576H21.176V7.856H27.856V12.576Z",
fill: "#479DFF",
className: "path-0"
}), " "));
}
IconComponent.propTypes = Icon.propTypes;