UNPKG

@zohodesk/icon

Version:

Unified Component Library - Icons

22 lines 1.33 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.456 27.2H4.65603V4.00001C4.65603 3.78784 4.57174 3.58436 4.42172 3.43433C4.27169 3.2843 4.0682 3.20001 3.85603 3.20001C3.64386 3.20001 3.44037 3.2843 3.29034 3.43433C3.14032 3.58436 3.05603 3.78784 3.05603 4.00001V28C3.05603 28.2122 3.14032 28.4157 3.29034 28.5657C3.44037 28.7157 3.64386 28.8 3.85603 28.8H29.456C29.6682 28.8 29.8717 28.7157 30.0217 28.5657C30.1717 28.4157 30.256 28.2122 30.256 28C30.256 27.7878 30.1717 27.5844 30.0217 27.4343C29.8717 27.2843 29.6682 27.2 29.456 27.2Z", className: "path-0" }), " ", /*#__PURE__*/React.createElement("path", { d: "M15.9839 5.46399H6.87195V7.86399H15.9839V5.46399Z", className: "path-1" }), " ", /*#__PURE__*/React.createElement("path", { d: "M26.6959 13.16H6.87195V15.56H26.6959V13.16Z", className: "path-2" }), " ", /*#__PURE__*/React.createElement("path", { d: "M18.4319 20.856H6.87195V23.256H18.4319V20.856Z", className: "path-3" }), " ")); } IconComponent.propTypes = Icon.propTypes;