@zohodesk/icon
Version:
Unified Component Library - Icons
13 lines • 1.22 kB
JavaScript
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 15.2H16.7999V3.20002C16.7999 2.98785 16.7156 2.78437 16.5656 2.63434C16.4156 2.48431 16.2121 2.40002 15.9999 2.40002C15.7877 2.40002 15.5842 2.48431 15.4342 2.63434C15.2842 2.78437 15.1999 2.98785 15.1999 3.20002V15.2H3.1999C2.98773 15.2 2.78425 15.2843 2.63422 15.4343C2.48419 15.5844 2.3999 15.7879 2.3999 16C2.3999 16.2122 2.48419 16.4157 2.63422 16.5657C2.78425 16.7157 2.98773 16.8 3.1999 16.8H15.1999V28.8C15.1999 29.0122 15.2842 29.2157 15.4342 29.3657C15.5842 29.5157 15.7877 29.6 15.9999 29.6C16.2121 29.6 16.4156 29.5157 16.5656 29.3657C16.7156 29.2157 16.7999 29.0122 16.7999 28.8V16.8H28.7999C29.0121 16.8 29.2156 16.7157 29.3656 16.5657C29.5156 16.4157 29.5999 16.2122 29.5999 16C29.5999 15.7879 29.5156 15.5844 29.3656 15.4343C29.2156 15.2843 29.0121 15.2 28.7999 15.2Z",
className: "path-0"
}), " "));
}
IconComponent.propTypes = Icon.propTypes;