UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 595 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 SportsGymnastics = createIcon("SportsGymnastics", [ [ "path", { d: "M4 5C4 3.9 4.9 3 6 3C7.1 3 8 3.9 8 5C8 6.1 7.1 7 6 7C4.9 7 4 6.1 4 5ZM1 8H7L14 3L15.31 4.52L11.14 7.5H14L21.8 3L23 4.4L14.5 11L14 21H12L11.5 11L8 10H1V8Z", key: "ppm10x" } ] ]); export { SportsGymnastics as default }; //# sourceMappingURL=sports_gymnastics.js.map