UNPKG

@zohodesk/icon

Version:

Unified Component Library - Icons

13 lines 971 B
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.24 12.424L17.2 15.624C16.8589 15.8953 16.4359 16.043 16 16.043C15.5642 16.043 15.1412 15.8953 14.8 15.624L10.76 12.424C10.4301 12.1569 10.0206 12.0073 9.59625 11.9986C9.17185 11.9899 8.75663 12.1227 8.41603 12.376L3.88803 15.72C3.67223 15.8818 3.49752 16.0921 3.37801 16.3339C3.25849 16.5757 3.19752 16.8423 3.20003 17.112V20H28.8V17.112C28.8025 16.8423 28.7416 16.5757 28.622 16.3339C28.5025 16.0921 28.3278 15.8818 28.112 15.72L23.584 12.376C23.2434 12.1227 22.8282 11.9899 22.4038 11.9986C21.9794 12.0073 21.57 12.1569 21.24 12.424Z", className: "path-0" }), " ")); } IconComponent.propTypes = Icon.propTypes;