@shopify/polaris-icons
Version:
[](https://www.npmjs.com/package/@shopify/polaris-icons)
17 lines (13 loc) • 468 B
JavaScript
import React from 'react';
var _ref =
/*#__PURE__*/
React.createElement("path", {
fillRule: "evenodd",
d: "M17.5 2H15V1a1 1 0 1 0-2 0v1H6V1a1 1 0 0 0-2 0v1H2.5C1.7 2 1 2.7 1 3.5v15c0 .8.7 1.5 1.5 1.5h15c.8 0 1.5-.7 1.5-1.5v-15c0-.8-.7-1.5-1.5-1.5zM3 18h14V8H3v10z"
});
var SvgCalendarMajor = function SvgCalendarMajor(props) {
return React.createElement("svg", Object.assign({
viewBox: "0 0 20 20"
}, props), _ref);
};
export { SvgCalendarMajor as S };