box-ui-elements
Version:
Box UI Elements
20 lines • 1.27 kB
JavaScript
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
import * as React from 'react';
import IconFileBase from './IconFileBase';
const IconFileZip = props => /*#__PURE__*/React.createElement(IconFileBase, _extends({}, props, {
baseClassName: "icon-file-zip"
}), /*#__PURE__*/React.createElement("path", {
d: "M25 27H7V5h13l5 5v17z",
fill: "#fff"
}), /*#__PURE__*/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"
}), /*#__PURE__*/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"
}), /*#__PURE__*/React.createElement("path", {
d: "M12 26h1v1h-1z",
fill: "#737f8b"
}));
export default IconFileZip;
//# sourceMappingURL=IconFileZip.js.map