@zohodesk/icon
Version:
Unified Component Library - Icons
22 lines • 2.65 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.8001 15.2H16.9521C16.7399 15.2 16.5364 15.2842 16.3864 15.4343C16.2364 15.5843 16.1521 15.7878 16.1521 16C16.1521 16.2121 16.2364 16.4156 16.3864 16.5656C16.5364 16.7157 16.7399 16.8 16.9521 16.8H28.8001C29.0123 16.8 29.2158 16.7157 29.3658 16.5656C29.5158 16.4156 29.6001 16.2121 29.6001 16C29.6001 15.7878 29.5158 15.5843 29.3658 15.4343C29.2158 15.2842 29.0123 15.2 28.8001 15.2Z",
className: "path-0"
}), " ", /*#__PURE__*/React.createElement("path", {
d: "M16.9521 4.79995H28.8001C29.0123 4.79995 29.2158 4.71567 29.3658 4.56564C29.5158 4.41561 29.6001 4.21212 29.6001 3.99995C29.6001 3.78778 29.5158 3.5843 29.3658 3.43427C29.2158 3.28424 29.0123 3.19995 28.8001 3.19995H16.9521C16.7399 3.19995 16.5364 3.28424 16.3864 3.43427C16.2364 3.5843 16.1521 3.78778 16.1521 3.99995C16.1521 4.21212 16.2364 4.41561 16.3864 4.56564C16.5364 4.71567 16.7399 4.79995 16.9521 4.79995Z",
className: "path-1"
}), " ", /*#__PURE__*/React.createElement("path", {
d: "M28.8 27.2H4.31196C4.09979 27.2 3.89631 27.2842 3.74628 27.4343C3.59625 27.5843 3.51196 27.7878 3.51196 28C3.51196 28.2121 3.59625 28.4156 3.74628 28.5656C3.89631 28.7157 4.09979 28.7999 4.31196 28.7999H28.8C29.0121 28.7999 29.2156 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.2156 27.2842 29.0121 27.2 28.8 27.2Z",
className: "path-2"
}), " ", /*#__PURE__*/React.createElement("path", {
d: "M7.7119 15.424C9.14831 15.424 10.5259 14.8534 11.5416 13.8377C12.5573 12.822 13.1279 11.4445 13.1279 10.008C13.1279 8.57163 12.5573 7.19405 11.5416 6.17835C10.5259 5.16265 9.14831 4.59204 7.7119 4.59204C6.27549 4.59204 4.89791 5.16265 3.88221 6.17835C2.86651 7.19405 2.2959 8.57163 2.2959 10.008C2.2959 11.4445 2.86651 12.822 3.88221 13.8377C4.89791 14.8534 6.27549 15.424 7.7119 15.424ZM7.7119 6.19204C8.72397 6.19204 9.69458 6.59408 10.4102 7.30972C11.1259 8.02536 11.5279 8.99598 11.5279 10.008C11.5279 11.0201 11.1259 11.9907 10.4102 12.7064C9.69458 13.422 8.72397 13.824 7.7119 13.824C6.69983 13.824 5.72922 13.422 5.01358 12.7064C4.29794 11.9907 3.8959 11.0201 3.8959 10.008C3.8959 8.99598 4.29794 8.02536 5.01358 7.30972C5.72922 6.59408 6.69983 6.19204 7.7119 6.19204Z",
className: "path-3"
}), " "));
}
IconComponent.propTypes = Icon.propTypes;