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.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 Park = createIcon("Park", [ [ "path", { d: "M16.9498 12H18.9498L11.9498 2L4.9998 12H6.9498L3.0498 18H9.96981V22H13.9198V18H20.9498L16.9498 12ZM6.7398 16L10.6398 10H8.8298L11.9598 5.5L15.1098 10H13.2098L17.2098 16H6.7398Z", key: "df3zyr" } ] ]); export { Park as default }; //# sourceMappingURL=park.js.map