UNPKG

box-ui-elements-mlh

Version:
30 lines (28 loc) 1.17 kB
import * as React from 'react'; import AccessibleSVG from '../accessible-svg'; import { bdlGray80 } from '../../styles/variables'; var IconOpenWith = function IconOpenWith(_ref) { var _ref$className = _ref.className, className = _ref$className === void 0 ? '' : _ref$className, _ref$color = _ref.color, color = _ref$color === void 0 ? bdlGray80 : _ref$color, _ref$height = _ref.height, height = _ref$height === void 0 ? 16 : _ref$height, title = _ref.title, _ref$width = _ref.width, width = _ref$width === void 0 ? 16 : _ref$width; return /*#__PURE__*/React.createElement(AccessibleSVG, { className: "icon-open-with ".concat(className), height: height, title: title, viewBox: "0 0 16 16", width: width }, /*#__PURE__*/React.createElement("path", { className: "fill-color", fill: color, fillRule: "evenodd", d: "M12 2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2zm0 1H4a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1zm-1 2v6h-1V6.71l-4.65 4.64-.7-.7L9.29 6H5V5h6z" })); }; export default IconOpenWith; //# sourceMappingURL=IconOpenWith.js.map