google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 504 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 Festival = createIcon("Festival", [
[
"path",
{
d: "M13 6.2V4.5H16L15 3.01L16 1.5H11V6.2L2 12.5V22.5H9V17.5L12.03 15.5L15 17.5V22.5H22V12.5L13 6.2Z",
key: "pgb8l6"
}
]
]);
export { Festival as default };
//# sourceMappingURL=festival.js.map