@zohodesk/icon
Version:
Unified Component Library - Icons
13 lines • 1.05 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.3361 12.8H11.6641C11.5772 12.8008 11.4923 12.8258 11.419 12.8725C11.3456 12.9191 11.2869 12.9853 11.2494 13.0637C11.2119 13.142 11.1971 13.2294 11.2068 13.3157C11.2164 13.402 11.2502 13.4839 11.3041 13.552L15.6401 19.024C15.6827 19.0789 15.7373 19.1233 15.7997 19.1538C15.8621 19.1843 15.9306 19.2002 16.0001 19.2002C16.0696 19.2002 16.1381 19.1843 16.2005 19.1538C16.2629 19.1233 16.3175 19.0789 16.3601 19.024L20.6961 13.552C20.75 13.4839 20.7837 13.402 20.7934 13.3157C20.8031 13.2294 20.7883 13.142 20.7508 13.0637C20.7133 12.9853 20.6545 12.9191 20.5812 12.8725C20.5079 12.8258 20.423 12.8008 20.3361 12.8Z",
className: "path-0"
}), " "));
}
IconComponent.propTypes = Icon.propTypes;