UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 930 B
/** * @license google-material-icons v2.1.3 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. */ import createIcon from '../../createIcon.js'; const EditCalendar = createIcon("EditCalendar", [ [ "path", { d: "M3.93359 9.5H17.9336V11.5H19.9336V5.5C19.9336 4.4 19.0336 3.5 17.9336 3.5H16.9336V1.5H14.9336V3.5H6.93359V1.5H4.93359V3.5H3.93359C2.82359 3.5 1.94359 4.4 1.94359 5.5L1.93359 19.5C1.93359 20.6 2.82359 21.5 3.93359 21.5H10.9336V19.5H3.93359V9.5ZM3.93359 5.5H17.9336V7.5H3.93359V5.5ZM21.7736 15.78L21.0636 16.49L18.9436 14.37L19.6536 13.66C20.0436 13.27 20.6736 13.27 21.0636 13.66L21.7736 14.37C22.1636 14.76 22.1636 15.39 21.7736 15.78ZM18.2336 15.08L20.3536 17.2L15.0536 22.5H12.9336V20.38L18.2336 15.08Z", key: "1eq7tz" } ] ]); export { EditCalendar as default }; //# sourceMappingURL=edit_calendar.js.map