@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: "M16 20C15.8196 19.999 15.6448 19.9369 15.504 19.824L7.50404 13.424C7.35829 13.2864 7.26949 13.0992 7.25521 12.8992C7.24093 12.6993 7.30221 12.5013 7.42692 12.3444C7.55163 12.1876 7.73069 12.0832 7.92867 12.052C8.12665 12.0208 8.32912 12.0651 8.49603 12.176L16 18.176L23.504 12.176C23.5846 12.1 23.6801 12.0415 23.7844 12.0043C23.8887 11.967 23.9997 11.9519 24.1102 11.9598C24.2207 11.9677 24.3283 11.9984 24.4263 12.0501C24.5243 12.1018 24.6105 12.1732 24.6794 12.26C24.7484 12.3467 24.7985 12.4468 24.8268 12.5539C24.855 12.661 24.8607 12.7728 24.8434 12.8823C24.8262 12.9917 24.7864 13.0964 24.7266 13.1896C24.6668 13.2829 24.5883 13.3627 24.496 13.424L16.496 19.824C16.3553 19.9369 16.1805 19.999 16 20Z",
className: "path-0"
}), " "));
}
IconComponent.propTypes = Icon.propTypes;