@zohodesk/icon
Version:
Unified Component Library - Icons
19 lines • 1.74 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.5759 8.8C20.5759 8.58783 20.4917 8.38434 20.3416 8.23431C20.1916 8.08429 19.9881 8 19.7759 8H3.99995C3.78778 8 3.58429 8.08429 3.43427 8.23431C3.28424 8.38434 3.19995 8.58783 3.19995 8.8C3.19995 9.01217 3.28424 9.21566 3.43427 9.36569C3.58429 9.51571 3.78778 9.6 3.99995 9.6H19.7759C19.9881 9.6 20.1916 9.51571 20.3416 9.36569C20.4917 9.21566 20.5759 9.01217 20.5759 8.8Z",
className: "path-0"
}), " ", /*#__PURE__*/React.createElement("path", {
d: "M24.688 16C24.688 15.7878 24.6037 15.5844 24.4537 15.4343C24.3037 15.2843 24.1002 15.2 23.888 15.2H8.11201C7.89984 15.2 7.69635 15.2843 7.54633 15.4343C7.3963 15.5844 7.31201 15.7878 7.31201 16C7.31201 16.2122 7.3963 16.4157 7.54633 16.5657C7.69635 16.7157 7.89984 16.8 8.11201 16.8H23.888C24.1002 16.8 24.3037 16.7157 24.4537 16.5657C24.6037 16.4157 24.688 16.2122 24.688 16Z",
className: "path-1"
}), " ", /*#__PURE__*/React.createElement("path", {
d: "M27.9998 22.4H12.2238C12.0117 22.4 11.8082 22.4843 11.6581 22.6343C11.5081 22.7844 11.4238 22.9879 11.4238 23.2C11.4238 23.4122 11.5081 23.6157 11.6581 23.7657C11.8082 23.9157 12.0117 24 12.2238 24H27.9998C28.212 24 28.4155 23.9157 28.5655 23.7657C28.7155 23.6157 28.7998 23.4122 28.7998 23.2C28.7998 22.9879 28.7155 22.7844 28.5655 22.6343C28.4155 22.4843 28.212 22.4 27.9998 22.4Z",
className: "path-2"
}), " "));
}
IconComponent.propTypes = Icon.propTypes;