UNPKG

google-material-icons

Version:

A google material icon library package for React applications

34 lines (30 loc) 875 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 Upcoming = createIcon("Upcoming", [ [ "path", { d: "M21.16 7.26L19.75 5.85L16.19 9.4L17.6 10.81C17.6 10.81 21.05 7.29 21.16 7.26Z", key: "fy8iuu" } ], ["path", { d: "M13 3H11V8H13V3Z", key: "c95ouj" }], [ "path", { d: "M6.4 10.81L7.81 9.4L4.26 5.84L2.84 7.26C2.95 7.29 6.4 10.81 6.4 10.81Z", key: "1y7ajf" } ], [ "path", { d: "M20 12H15C15 13.66 13.66 15 12 15C10.34 15 9 13.66 9 12H4C2.9 12 2 12.9 2 14V19C2 20.1 2.9 21 4 21H20C21.1 21 22 20.1 22 19V14C22 12.9 21.1 12 20 12Z", key: "st3ers" } ] ]); export { Upcoming as default }; //# sourceMappingURL=upcoming.js.map