UNPKG

@zohodesk/icon

Version:

Unified Component Library - Icons

13 lines 813 B
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: "M28.7999 16.8H3.1999C2.98773 16.8 2.78425 16.7157 2.63422 16.5656C2.48419 16.4156 2.3999 16.2121 2.3999 16C2.3999 15.7878 2.48419 15.5843 2.63422 15.4343C2.78425 15.2842 2.98773 15.2 3.1999 15.2H28.7999C29.0121 15.2 29.2156 15.2842 29.3656 15.4343C29.5156 15.5843 29.5999 15.7878 29.5999 16C29.5999 16.2121 29.5156 16.4156 29.3656 16.5656C29.2156 16.7157 29.0121 16.8 28.7999 16.8Z", className: "path-0" }), " ")); } IconComponent.propTypes = Icon.propTypes;