@zohodesk/icon
Version:
Unified Component Library - Icons
19 lines • 1.79 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: "M3.1999 16.8H15.5839C15.7961 16.8 15.9996 16.7157 16.1496 16.5656C16.2996 16.4156 16.3839 16.2121 16.3839 16C16.3839 15.7878 16.2996 15.5843 16.1496 15.4343C15.9996 15.2842 15.7961 15.2 15.5839 15.2H3.1999C2.98773 15.2 2.78425 15.2842 2.63422 15.4343C2.48419 15.5843 2.3999 15.7878 2.3999 16C2.3999 16.2121 2.48419 16.4156 2.63422 16.5656C2.78425 16.7157 2.98773 16.8 3.1999 16.8Z",
className: "path-0"
}), " ", /*#__PURE__*/React.createElement("path", {
d: "M3.1999 4.79995H15.5839C15.7961 4.79995 15.9996 4.71567 16.1496 4.56564C16.2996 4.41561 16.3839 4.21212 16.3839 3.99995C16.3839 3.78778 16.2996 3.5843 16.1496 3.43427C15.9996 3.28424 15.7961 3.19995 15.5839 3.19995H3.1999C2.98773 3.19995 2.78425 3.28424 2.63422 3.43427C2.48419 3.5843 2.3999 3.78778 2.3999 3.99995C2.3999 4.21212 2.48419 4.41561 2.63422 4.56564C2.78425 4.71567 2.98773 4.79995 3.1999 4.79995Z",
className: "path-1"
}), " ", /*#__PURE__*/React.createElement("path", {
d: "M28.7999 27.2H3.1999C2.98773 27.2 2.78425 27.2842 2.63422 27.4343C2.48419 27.5843 2.3999 27.7878 2.3999 28C2.3999 28.2121 2.48419 28.4156 2.63422 28.5656C2.78425 28.7157 2.98773 28.7999 3.1999 28.7999H28.7999C29.0121 28.7999 29.2156 28.7157 29.3656 28.5656C29.5156 28.4156 29.5999 28.2121 29.5999 28C29.5999 27.7878 29.5156 27.5843 29.3656 27.4343C29.2156 27.2842 29.0121 27.2 28.7999 27.2Z",
className: "path-2"
}), " "));
}
IconComponent.propTypes = Icon.propTypes;