google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 491 B
JavaScript
/**
* @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.9298V18H20.9498L16.9498 12Z",
key: "5lilui"
}
]
]);
export { Park as default };
//# sourceMappingURL=park.js.map