@zohodesk/icon
Version:
Unified Component Library - Icons
19 lines • 1.75 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 15.2H3.19999C2.98782 15.2 2.78434 15.2842 2.63431 15.4343C2.48428 15.5843 2.39999 15.7878 2.39999 16C2.39999 16.2121 2.48428 16.4156 2.63431 16.5656C2.78434 16.7157 2.98782 16.8 3.19999 16.8H28.8C29.0122 16.8 29.2157 16.7157 29.3657 16.5656C29.5157 16.4156 29.6 16.2121 29.6 16C29.6 15.7878 29.5157 15.5843 29.3657 15.4343C29.2157 15.2842 29.0122 15.2 28.8 15.2Z",
className: "path-0"
}), " ", /*#__PURE__*/React.createElement("path", {
d: "M3.19999 4.79995H28.8C29.0122 4.79995 29.2157 4.71567 29.3657 4.56564C29.5157 4.41561 29.6 4.21212 29.6 3.99995C29.6 3.78778 29.5157 3.5843 29.3657 3.43427C29.2157 3.28424 29.0122 3.19995 28.8 3.19995H3.19999C2.98782 3.19995 2.78434 3.28424 2.63431 3.43427C2.48428 3.5843 2.39999 3.78778 2.39999 3.99995C2.39999 4.21212 2.48428 4.41561 2.63431 4.56564C2.78434 4.71567 2.98782 4.79995 3.19999 4.79995Z",
className: "path-1"
}), " ", /*#__PURE__*/React.createElement("path", {
d: "M28.8 27.2H3.19999C2.98782 27.2 2.78434 27.2842 2.63431 27.4343C2.48428 27.5843 2.39999 27.7878 2.39999 28C2.39999 28.2121 2.48428 28.4156 2.63431 28.5656C2.78434 28.7157 2.98782 28.7999 3.19999 28.7999H28.8C29.0122 28.7999 29.2157 28.7157 29.3657 28.5656C29.5157 28.4156 29.6 28.2121 29.6 28C29.6 27.7878 29.5157 27.5843 29.3657 27.4343C29.2157 27.2842 29.0122 27.2 28.8 27.2Z",
className: "path-2"
}), " "));
}
IconComponent.propTypes = Icon.propTypes;