UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 513 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 Tour = createIcon("Tour", [ [ "path", { d: "M20 4H6V2H4V22H6V14H20L18 9L20 4ZM14 9C14 10.1 13.1 11 12 11C10.9 11 10 10.1 10 9C10 7.9 10.9 7 12 7C13.1 7 14 7.9 14 9Z", key: "17ahw0" } ] ]); export { Tour as default }; //# sourceMappingURL=tour.js.map