metadata-based-explorer1
Version:
Box UI Elements
24 lines (21 loc) • 1.27 kB
JavaScript
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
import * as React from 'react';
import IconFileBase from './IconFileBase';
var IconFileZip = function IconFileZip(props) {
return React.createElement(IconFileBase, _extends({}, props, {
baseClassName: "icon-file-zip"
}), React.createElement("path", {
d: "M25 27H7V5h13l5 5v17z",
fill: "#fff"
}), React.createElement("path", {
d: "M11 25h1v1h-1zM11 23h1v1h-1zM11 21h1v1h-1zM11 19h1v1h-1zM11 17h1v1h-1zM11 15h1v1h-1zM11 13h1v1h-1zM11 11h1v1h-1zM11 9h1v1h-1zM11 7h1v1h-1zM11 5h1v1h-1zM12 24h1v1h-1zM12 22h1v1h-1zM12 20h1v1h-1zM12 18h1v1h-1zM12 16h1v1h-1zM12 14h1v1h-1zM12 12h1v1h-1zM12 10h1v1h-1zM12 8h1v1h-1zM12 6h1v1h-1z",
fill: "#737f8b"
}), React.createElement("path", {
d: "M20 4H7a.94.94 0 0 0-1 1v22a.94.94 0 0 0 1 1h18a.94.94 0 0 0 1-1V9.9zm5 23H7V5h13v4a.94.94 0 0 0 1 1h4z",
fill: "#737f8b"
}), React.createElement("path", {
d: "M12 26h1v1h-1z",
fill: "#737f8b"
}));
};
export default IconFileZip;