UNPKG

@zohodesk/icon

Version:

Unified Component Library - Icons

19 lines 1.61 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: "M27.9999 3.19995H3.9999C3.57556 3.19995 3.16859 3.36852 2.86853 3.66858C2.56847 3.96864 2.3999 4.3756 2.3999 4.79995V22.832C2.3999 23.2563 2.56847 23.6633 2.86853 23.9633C3.16859 24.2634 3.57556 24.432 3.9999 24.432H15.1999V27.1999H11.6879C11.4757 27.1999 11.2722 27.2842 11.1222 27.4343C10.9722 27.5843 10.8879 27.7878 10.8879 28C10.8879 28.2121 10.9722 28.4156 11.1222 28.5656C11.2722 28.7157 11.4757 28.7999 11.6879 28.7999H20.3119C20.5241 28.7999 20.7276 28.7157 20.8776 28.5656C21.0276 28.4156 21.1119 28.2121 21.1119 28C21.1119 27.7878 21.0276 27.5843 20.8776 27.4343C20.7276 27.2842 20.5241 27.1999 20.3119 27.1999H16.7999V24.424H27.9999C28.4242 24.424 28.8312 24.2554 29.1313 23.9553C29.4313 23.6553 29.5999 23.2483 29.5999 22.8239V4.79995C29.5999 4.3756 29.4313 3.96864 29.1313 3.66858C28.8312 3.36852 28.4242 3.19995 27.9999 3.19995ZM27.9999 22.8239H3.9999V4.79995H27.9999V22.8239Z", className: "path-0" }), " ", /*#__PURE__*/React.createElement("path", { d: "M26.216 6.28796H21.968L26.24 10.704L26.216 6.28796Z", className: "path-1" }), " ", /*#__PURE__*/React.createElement("path", { d: "M10.024 21.2959L5.75195 16.8719L5.77595 21.2959H10.024Z", className: "path-2" }), " ")); } IconComponent.propTypes = Icon.propTypes;