UNPKG

@zohodesk/icon

Version:

Unified Component Library - Icons

18 lines 1.84 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", { opacity: "0.5", d: "M27.1204 5.84001L15.9204 11.68H6.32037C5.04037 11.68 4.00037 12.72 4.00037 14V19.28C4.00037 20.56 5.04037 21.6 6.32037 21.6H15.9204L27.1204 27.44C29.5204 27.76 29.6004 26 29.6004 26L29.9204 8.32001C29.9204 4.48001 27.1204 5.84001 27.1204 5.84001Z", fill: "#DFE6F2", className: "path-0" }), " ", /*#__PURE__*/React.createElement("path", { d: "M27.6004 3.59993C26.8004 3.11993 25.9204 3.11993 25.1204 3.51993L14.0804 9.27993H2.4004C1.9204 9.27993 1.6004 9.59993 1.6004 10.0799V19.9199C1.6004 20.3999 1.9204 20.7199 2.4004 20.7199H4.6404L7.7604 27.6799C8.0804 28.3999 8.8004 28.7999 9.5204 28.7999C10.0004 28.7999 10.4804 28.6399 10.8804 28.2399C11.2004 27.9199 11.4404 27.4399 11.4404 26.8799V20.7199H14.1604L25.2004 26.4799C25.6004 26.6399 26.0004 26.7999 26.4004 26.7999C26.8804 26.7999 27.2804 26.6399 27.6804 26.3999C28.4004 25.9199 28.8804 25.1199 28.8804 24.3199V5.67993C28.8004 4.79993 28.3204 3.99993 27.6004 3.59993ZM9.8404 26.8799C9.8404 26.9599 9.7604 27.0399 9.7604 27.0399C9.6804 27.1999 9.3604 27.1999 9.2004 27.0399L6.4004 20.7199H9.8404V26.8799ZM13.5204 19.1199H11.4404H3.9204H3.2004V10.8799H13.5204V19.1199ZM27.2004 24.3199C27.2004 24.7199 26.8804 24.9599 26.8004 25.0399C26.4804 25.1999 26.1604 25.1999 25.9204 25.0399L15.1204 19.4399V10.5599L25.9204 4.95993C26.2404 4.79993 26.5604 4.79993 26.8004 4.95993C26.8804 5.03993 27.2004 5.27993 27.2004 5.67993V24.3199Z", className: "path-1" }), " ")); } IconComponent.propTypes = Icon.propTypes;