@zohodesk/icon
Version:
Unified Component Library - Icons
13 lines • 1.63 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.7999 17.048H3.1999C2.98773 17.048 2.78425 16.9638 2.63422 16.8137C2.48419 16.6637 2.3999 16.4602 2.3999 16.248V5.60005C2.3999 5.38788 2.48419 5.18439 2.63422 5.03436C2.78425 4.88433 2.98773 4.80005 3.1999 4.80005H28.7999C29.0121 4.80005 29.2156 4.88433 29.3656 5.03436C29.5156 5.18439 29.5999 5.38788 29.5999 5.60005V16.248C29.5999 16.4602 29.5156 16.6637 29.3656 16.8137C29.2156 16.9638 29.0121 17.048 28.7999 17.048ZM3.9999 15.448H27.9999V6.40005H3.9999V15.448ZM16.3279 27.128L27.8159 21.904C28.0087 21.8167 28.159 21.6566 28.234 21.4587C28.309 21.2607 28.3025 21.0412 28.2159 20.848C28.1727 20.7516 28.1108 20.6646 28.0338 20.5922C27.9568 20.5198 27.8662 20.4634 27.7673 20.4262C27.6684 20.389 27.563 20.3718 27.4574 20.3755C27.3518 20.3793 27.2479 20.4039 27.1519 20.448L15.9999 25.52L4.8479 20.448C4.75185 20.4039 4.64802 20.3793 4.54239 20.3755C4.43676 20.3718 4.33144 20.389 4.23251 20.4262C4.13357 20.4634 4.04299 20.5198 3.96599 20.5922C3.88899 20.6646 3.8271 20.7516 3.7839 20.848C3.69733 21.0412 3.69081 21.2607 3.76578 21.4587C3.84076 21.6566 3.9911 21.8167 4.1839 21.904L15.6719 27.128C15.775 27.1744 15.8868 27.1984 15.9999 27.1984C16.113 27.1984 16.2248 27.1744 16.3279 27.128Z",
className: "path-0"
}), " "));
}
IconComponent.propTypes = Icon.propTypes;