@shopify/polaris-icons
Version:
[](https://www.npmjs.com/package/@shopify/polaris-icons)
18 lines (13 loc) • 451 B
JavaScript
;
var React = require('react');
var _ref =
/*#__PURE__*/
React.createElement("path", {
d: "M4.5 3A1.5 1.5 0 0 0 3 4.5V6h14V4.5A1.5 1.5 0 0 0 15.5 3h-11zM4 15.5A1.5 1.5 0 0 0 5.5 17h9a1.5 1.5 0 0 0 1.5-1.5V8H4v7.5zM7 11h6v2H7v-2z"
});
var SvgArchiveMinor = function SvgArchiveMinor(props) {
return React.createElement("svg", Object.assign({
viewBox: "0 0 20 20"
}, props), _ref);
};
exports.SvgArchiveMinor = SvgArchiveMinor;