@shopify/polaris-icons
Version:
[](https://www.npmjs.com/package/@shopify/polaris-icons)
18 lines (13 loc) • 474 B
JavaScript
;
var React = require('react');
var _ref =
/*#__PURE__*/
React.createElement("path", {
d: "M7 4h9v-.5A1.5 1.5 0 0 0 14.5 2H7a3 3 0 0 0-3 3v11.5A1.5 1.5 0 0 0 5.5 18h9a1.5 1.5 0 0 0 1.5-1.5v-9A1.5 1.5 0 0 0 14.5 6H14v5l-2-2-2 2V6H6V5a1 1 0 0 1 1-1z"
});
var SvgReadTimeMinor = function SvgReadTimeMinor(props) {
return React.createElement("svg", Object.assign({
viewBox: "0 0 20 20"
}, props), _ref);
};
exports.SvgReadTimeMinor = SvgReadTimeMinor;