@zohodesk/icon
Version:
Unified Component Library - Icons
21 lines • 2.57 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: "M2.84 10.312L15.64 16.712C15.7517 16.7683 15.875 16.7976 16 16.7976C16.125 16.7976 16.2483 16.7683 16.36 16.712L29.16 10.312C29.291 10.2449 29.401 10.1429 29.4778 10.0173C29.5546 9.89166 29.5952 9.74728 29.5952 9.60004C29.5952 9.45281 29.5546 9.30842 29.4778 9.1828C29.401 9.05717 29.291 8.95518 29.16 8.88804L16.36 2.48804C16.2483 2.43178 16.125 2.40247 16 2.40247C15.875 2.40247 15.7517 2.43178 15.64 2.48804L2.84 8.88804C2.70896 8.95518 2.59899 9.05717 2.5222 9.1828C2.4454 9.30842 2.40477 9.45281 2.40477 9.60004C2.40477 9.74728 2.4454 9.89166 2.5222 10.0173C2.59899 10.1429 2.70896 10.2449 2.84 10.312ZM16 4.09604L27.008 9.60004L16 15.104L4.992 9.60004L16 4.09604Z",
className: "path-0"
}), " ", /*#__PURE__*/React.createElement("path", {
d: "M28.44 15.288L16 21.504L3.56001 15.288C3.37353 15.2104 3.16458 15.2061 2.97512 15.2762C2.78565 15.3462 2.62968 15.4853 2.53854 15.6656C2.44739 15.8459 2.42782 16.0539 2.48373 16.248C2.53965 16.4421 2.66693 16.6079 2.84001 16.712L15.64 23.112C15.7517 23.1683 15.875 23.1976 16 23.1976C16.125 23.1976 16.2483 23.1683 16.36 23.112L29.16 16.712C29.3331 16.6079 29.4604 16.4421 29.5163 16.248C29.5722 16.0539 29.5526 15.8459 29.4615 15.6656C29.3703 15.4853 29.2144 15.3462 29.0249 15.2762C28.8354 15.2061 28.6265 15.2104 28.44 15.288Z",
fill: "#4B5168",
className: "path-1"
}), " ", /*#__PURE__*/React.createElement("path", {
d: "M28.44 21.688L16 27.904L3.56001 21.688C3.37353 21.6104 3.16459 21.6061 2.97512 21.6762C2.78565 21.7462 2.62968 21.8853 2.53854 22.0656C2.44739 22.2458 2.42782 22.4539 2.48373 22.648C2.53965 22.8421 2.66693 23.0079 2.84001 23.112L15.64 29.512C15.7517 29.5683 15.875 29.5976 16 29.5976C16.125 29.5976 16.2483 29.5683 16.36 29.512L29.16 23.112C29.2616 23.0697 29.3533 23.0069 29.4295 22.9276C29.5057 22.8482 29.5647 22.754 29.6029 22.6508C29.641 22.5477 29.6574 22.4377 29.6512 22.3279C29.6449 22.218 29.616 22.1107 29.5664 22.0125C29.5168 21.9143 29.4474 21.8275 29.3627 21.7573C29.2779 21.6871 29.1796 21.6352 29.0739 21.6048C28.9682 21.5743 28.8574 21.566 28.7483 21.5803C28.6392 21.5946 28.5343 21.6313 28.44 21.688Z",
fill: "#4B5168",
className: "path-2"
}), " "));
}
IconComponent.propTypes = Icon.propTypes;