@zohodesk/icon
Version:
Unified Component Library - Icons
22 lines • 1.33 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: "M21.6479 11.04L7.9999 3.63201C7.39055 3.24915 6.65857 3.11191 5.9519 3.24801L17.7839 14.768L21.6479 11.04Z",
className: "path-0"
}), " ", /*#__PURE__*/React.createElement("path", {
d: "M4.52795 4.216C4.19969 4.64099 4.01481 5.15921 3.99995 5.696V26.288C3.9929 26.8287 4.18027 27.3539 4.52795 27.768L16.6239 16L4.52795 4.216Z",
className: "path-1"
}), " ", /*#__PURE__*/React.createElement("path", {
d: "M26.736 13.8L23.304 11.936L19.072 16L23.2 20.048L26.64 18.184C27.0477 17.9828 27.391 17.6717 27.6313 17.2858C27.8716 16.8999 27.9993 16.4546 28 16C28.0159 15.5518 27.9059 15.1082 27.6825 14.7193C27.4591 14.3305 27.1312 14.012 26.736 13.8Z",
className: "path-2"
}), " ", /*#__PURE__*/React.createElement("path", {
d: "M5.98389 28.736C6.17654 28.7888 6.3764 28.8104 6.57589 28.8C7.07707 28.8073 7.57031 28.6743 7.99989 28.416L21.6799 20.944L17.9119 17.216L5.98389 28.736Z",
className: "path-3"
}), " "));
}
IconComponent.propTypes = Icon.propTypes;