UNPKG

@zohodesk/icon

Version:

Unified Component Library - Icons

26 lines 1.4 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: "M7.56 15.72V17.424L6.696 16.576L6.952 16.32L7.416 15.856L7.56 15.72ZM7.56 14V12.288L3.2 16.576L7.56 20.864V19.144L4.944 16.576L7.56 14Z", fill: "#E22E2B", className: "path-0" }), " ", /*#__PURE__*/React.createElement("path", { d: "M7.56 15.72L12.8 20.856V22.568L7.56 17.424V15.72ZM7.56 12.288V14L12.8 19.144V17.432L7.56 12.288ZM12.8 26V24.288L7.56 19.144V20.864L12.8 26Z", fill: "#F58220", className: "path-1" }), " ", /*#__PURE__*/React.createElement("path", { d: "M12.8 20.864L18.032 15.72V17.432L12.8 22.568V20.856V20.864ZM12.8 17.432V19.144L18.032 14V12.296L12.8 17.432ZM18.032 20.864V19.152L12.8 24.288V26L18.032 20.864Z", fill: "#2C7C49", className: "path-2" }), " ", /*#__PURE__*/React.createElement("path", { d: "M18.032 14V12.296L24.432 6L27.048 8.568L18.032 17.432V15.72L25.312 8.568L24.44 7.712L18.032 14ZM28.656 10.144L28.08 9.6L27.936 9.456L18.032 19.152V20.864L28.8 10.288L28.656 10.144Z", fill: "#3959A3", className: "path-3" }), " ")); } IconComponent.propTypes = Icon.propTypes;