UNPKG

google-material-icons

Version:

A google material icon library package for React applications

24 lines (20 loc) 711 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 MapsUgc = createIcon("MapsUgc", [ [ "path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.5 1.5C6.98 1.5 2.5 5.98 2.5 11.5C2.5 13.04 2.86 14.48 3.47 15.79L1.5 22.5L8.21 20.53C9.52 21.14 10.96 21.5 12.5 21.5C18.02 21.5 22.5 17.02 22.5 11.5C22.5 5.98 18.02 1.5 12.5 1.5ZM16.5 12.5H13.5V15.5H11.5V12.5H8.5V10.5H11.5V7.5H13.5V10.5H16.5V12.5Z", key: "1m41oy" } ] ]); export { MapsUgc as default }; //# sourceMappingURL=maps_ugc.js.map