@zohodesk/icon
Version:
Unified Component Library - Icons
13 lines • 1.26 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: "M20.7999 3.20001H16.4159C16.2037 3.20001 16.0002 3.2843 15.8502 3.43433C15.7002 3.58436 15.6159 3.78784 15.6159 4.00001C15.6159 4.21219 15.7002 4.41567 15.8502 4.5657C16.0002 4.71573 16.2037 4.80001 16.4159 4.80001H17.5359L12.7999 27.2H11.1999C10.9877 27.2 10.7842 27.2843 10.6342 27.4343C10.4842 27.5844 10.3999 27.7878 10.3999 28C10.3999 28.2122 10.4842 28.4157 10.6342 28.5657C10.7842 28.7157 10.9877 28.8 11.1999 28.8H15.5839C15.7961 28.8 15.9996 28.7157 16.1496 28.5657C16.2996 28.4157 16.3839 28.2122 16.3839 28C16.3839 27.7878 16.2996 27.5844 16.1496 27.4343C15.9996 27.2843 15.7961 27.2 15.5839 27.2H14.4639L19.1999 4.80001H20.7999C21.0121 4.80001 21.2156 4.71573 21.3656 4.5657C21.5156 4.41567 21.5999 4.21219 21.5999 4.00001C21.5999 3.78784 21.5156 3.58436 21.3656 3.43433C21.2156 3.2843 21.0121 3.20001 20.7999 3.20001Z",
className: "path-0"
}), " "));
}
IconComponent.propTypes = Icon.propTypes;