@zohodesk/icon
Version:
Unified Component Library - Icons
13 lines • 1.51 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 17.048H3.20002C2.98785 17.048 2.78437 16.9637 2.63434 16.8137C2.48431 16.6636 2.40002 16.4602 2.40002 16.248V5.59999C2.40002 5.38781 2.48431 5.18433 2.63434 5.0343C2.78437 4.88427 2.98785 4.79999 3.20002 4.79999H28.8C29.0122 4.79999 29.2157 4.88427 29.3657 5.0343C29.5157 5.18433 29.6 5.38781 29.6 5.59999V16.248C29.6 16.4602 29.5157 16.6636 29.3657 16.8137C29.2157 16.9637 29.0122 17.048 28.8 17.048ZM4.00002 15.448H28V6.39999H4.00002V15.448ZM16.328 27.128L27.816 21.904C27.9782 21.8035 28.0992 21.6483 28.157 21.4664C28.2149 21.2845 28.2058 21.088 28.1314 20.9122C28.0571 20.7365 27.9223 20.5931 27.7515 20.508C27.5807 20.4228 27.3851 20.4016 27.2 20.448L16 25.52L4.84802 20.448C4.75246 20.4036 4.64907 20.3786 4.5438 20.3743C4.43853 20.37 4.33344 20.3865 4.23458 20.4229C4.13572 20.4593 4.04502 20.5149 3.9677 20.5865C3.89038 20.6581 3.82796 20.7442 3.78402 20.84C3.69745 21.0331 3.69094 21.2527 3.76591 21.4506C3.84088 21.6485 3.99122 21.8087 4.18402 21.896L15.672 27.12C15.7746 27.1676 15.8861 27.1929 15.9992 27.1943C16.1122 27.1957 16.2243 27.1731 16.328 27.128Z",
className: "path-0"
}), " "));
}
IconComponent.propTypes = Icon.propTypes;