@zohodesk/icon
Version:
Unified Component Library - Icons
22 lines • 1.28 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.8 27.2H4.00002V4C4.00002 3.78782 3.91574 3.58434 3.76571 3.43431C3.61568 3.28428 3.4122 3.2 3.20002 3.2C2.98785 3.2 2.78437 3.28428 2.63434 3.43431C2.48431 3.58434 2.40002 3.78782 2.40002 4V28C2.40002 28.2122 2.48431 28.4157 2.63434 28.5657C2.78437 28.7157 2.98785 28.8 3.20002 28.8H28.8C29.0122 28.8 29.2157 28.7157 29.3657 28.5657C29.5157 28.4157 29.6 28.2122 29.6 28C29.6 27.7878 29.5157 27.5843 29.3657 27.4343C29.2157 27.2843 29.0122 27.2 28.8 27.2Z",
className: "path-0"
}), " ", /*#__PURE__*/React.createElement("path", {
d: "M9.63206 15.16H7.23206V24.272H9.63206V15.16Z",
className: "path-1"
}), " ", /*#__PURE__*/React.createElement("path", {
d: "M17.328 4.448H14.928V24.272H17.328V4.448Z",
className: "path-2"
}), " ", /*#__PURE__*/React.createElement("path", {
d: "M25.024 12.712H22.624V24.272H25.024V12.712Z",
className: "path-3"
}), " "));
}
IconComponent.propTypes = Icon.propTypes;