UNPKG

@zohodesk/icon

Version:

Unified Component Library - Icons

13 lines 1.42 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: "M29.368 15.432C29.2936 15.357 29.2051 15.2975 29.1077 15.2569C29.0102 15.2163 28.9056 15.1954 28.8 15.1954C28.6944 15.1954 28.5898 15.2163 28.4923 15.2569C28.3949 15.2975 28.3064 15.357 28.232 15.432L16.8 26.872V3.20002C16.8 2.98785 16.7157 2.78437 16.5657 2.63434C16.4157 2.48431 16.2122 2.40002 16 2.40002C15.7878 2.40002 15.5843 2.48431 15.4343 2.63434C15.2843 2.78437 15.2 2.98785 15.2 3.20002V26.872L3.768 15.432C3.61736 15.2814 3.41304 15.1968 3.2 15.1968C2.98696 15.1968 2.78264 15.2814 2.632 15.432C2.48136 15.5827 2.39673 15.787 2.39673 16C2.39673 16.2131 2.48136 16.4174 2.632 16.568L15.432 29.368C15.5081 29.4409 15.5978 29.4979 15.696 29.536C15.7918 29.5783 15.8953 29.6002 16 29.6002C16.1047 29.6002 16.2082 29.5783 16.304 29.536C16.4022 29.4979 16.4919 29.4409 16.568 29.368L29.368 16.568C29.443 16.4937 29.5025 16.4052 29.5431 16.3077C29.5837 16.2102 29.6046 16.1056 29.6046 16C29.6046 15.8944 29.5837 15.7899 29.5431 15.6924C29.5025 15.5949 29.443 15.5064 29.368 15.432Z", className: "path-0" }), " ")); } IconComponent.propTypes = Icon.propTypes;