UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 569 B
/** * @license google-material-icons v2.1.4 - 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 4ZM16.14 9.74L17.04 12H6V6H17.05L16.15 8.26L15.85 9L16.14 9.74ZM13 9C13 10.1 12.1 11 11 11C9.9 11 9 10.1 9 9C9 7.9 9.9 7 11 7C12.1 7 13 7.9 13 9Z", key: "1oxum0" } ] ]); export { Tour as default }; //# sourceMappingURL=tour.js.map