@zohodesk/icon
Version:
Unified Component Library - Icons
13 lines • 1.14 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: "M26.96 5.17505C26.48 4.77505 25.84 4.69505 25.36 4.93505L4.96 13.655C4.4 13.895 4 14.455 4 15.175C4 15.815 4.4 16.375 5.04 16.615L10.64 18.695L11.52 25.0151C11.6 25.3351 11.76 25.5751 12.08 25.6551C12.4 25.7351 12.64 25.655 12.88 25.495L16 22.455L21.52 26.455C21.76 26.615 22.16 26.775 22.48 26.775C22.72 26.775 22.88 26.775 23.04 26.695C23.52 26.455 23.92 26.055 24 25.495L27.44 6.77505C27.68 6.13505 27.44 5.57505 26.96 5.17505ZM22.48 25.175L16.4 20.775C16.24 20.695 16.08 20.6151 15.92 20.6151C15.76 20.6151 15.52 20.695 15.36 20.855L12.88 23.255L13.6 19.175C13.68 18.855 13.84 18.5351 14.08 18.215L21.84 10.695L11.92 16.695C11.44 16.935 10.96 17.015 10.4 16.855L5.6 15.095L25.92 6.45505L22.48 25.175Z",
className: "path-0"
}), " "));
}
IconComponent.propTypes = Icon.propTypes;