UNPKG

box-ui-elements

Version:
21 lines 631 B
import * as React from 'react'; import AccessibleSVG from '../accessible-svg'; const IconCollapse = ({ className = '', color = '#979797', height = 13, title, width = 13 }) => /*#__PURE__*/React.createElement(AccessibleSVG, { className: `icon-collapse ${className}`, height: height, title: title, viewBox: "0 0 13 13", width: width }, /*#__PURE__*/React.createElement("path", { className: "fill-color", d: "M8 6h4a1 1 0 0 0 0-2H9V1a1 1 0 0 0-2 0v4a1 1 0 0 0 1 1zM1 9h3v3a1 1 0 0 0 2 0V8a1 1 0 0 0-1-1H1a1 1 0 0 0 0 2z", fill: color })); export default IconCollapse; //# sourceMappingURL=IconCollapse.js.map