@zohodesk/icon
Version:
Unified Component Library - Icons
13 lines • 1.71 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: "M18.896 29.6C18.7741 29.6005 18.6537 29.5731 18.544 29.52L12.752 26.672C12.6173 26.606 12.504 26.5035 12.4247 26.3762C12.3455 26.2489 12.3037 26.1019 12.304 25.952V16.952L2.93599 6.06397C2.65915 5.74447 2.48023 5.35196 2.42065 4.93343C2.36106 4.51489 2.42332 4.08805 2.59999 3.70398C2.7791 3.31215 3.06777 2.98054 3.43118 2.74915C3.79458 2.51777 4.21719 2.39649 4.64799 2.39998H27.352C27.7828 2.39649 28.2054 2.51777 28.5688 2.74915C28.9322 2.98054 29.2209 3.31215 29.4 3.70398C29.5851 4.09297 29.652 4.52777 29.5922 4.95441C29.5325 5.38105 29.3488 5.78077 29.064 6.10398L19.696 16.952V28.8C19.6963 28.9359 19.6619 29.0697 19.5961 29.1887C19.5303 29.3077 19.4353 29.4079 19.32 29.48C19.1927 29.5589 19.0458 29.6005 18.896 29.6ZM13.904 25.456L18.096 27.512V16.656C18.096 16.4653 18.1641 16.2809 18.288 16.136L27.888 5.01597C27.9669 4.92994 28.0183 4.82221 28.0354 4.7067C28.0525 4.59119 28.0346 4.47321 27.984 4.36798C27.9279 4.25013 27.8376 4.15196 27.7249 4.0863C27.6121 4.02064 27.4821 3.99055 27.352 3.99998H4.64799C4.5245 3.99853 4.40317 4.0324 4.29829 4.09759C4.19341 4.16279 4.10934 4.2566 4.05599 4.36798C4.00537 4.47321 3.98746 4.59119 4.00458 4.7067C4.02169 4.82221 4.07304 4.92994 4.15199 5.01597L13.752 16.136C13.8759 16.2809 13.944 16.4653 13.944 16.656L13.904 25.456Z",
className: "path-0"
}), " "));
}
IconComponent.propTypes = Icon.propTypes;