UNPKG

@zohodesk/icon

Version:

Unified Component Library - Icons

13 lines 1.05 kB
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: "M12.8 11.6639V20.3359C12.8007 20.4228 12.8258 20.5078 12.8724 20.5811C12.919 20.6544 12.9853 20.7132 13.0636 20.7507C13.142 20.7882 13.2293 20.8029 13.3156 20.7933C13.402 20.7836 13.4839 20.7499 13.552 20.6959L19.024 16.3599C19.0788 16.3173 19.1232 16.2627 19.1537 16.2003C19.1842 16.1379 19.2001 16.0694 19.2001 15.9999C19.2001 15.9305 19.1842 15.862 19.1537 15.7996C19.1232 15.7372 19.0788 15.6826 19.024 15.6399L13.552 11.3039C13.4839 11.25 13.402 11.2163 13.3156 11.2066C13.2293 11.1969 13.142 11.2117 13.0636 11.2492C12.9853 11.2867 12.919 11.3455 12.8724 11.4188C12.8258 11.4921 12.8007 11.5771 12.8 11.6639Z", className: "path-0" }), " ")); } IconComponent.propTypes = Icon.propTypes;