UNPKG

google-material-icons

Version:

A google material icon library package for React applications

29 lines (25 loc) 803 B
/** * @license google-material-icons v2.1.4 - 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 SportsMartialArts = createIcon("SportsMartialArts", [ [ "path", { d: "M19.8 2.5L11.6 9.2L10.39 8.16L13.99 6.08L9.41 1.5L8 2.91L10.74 5.65L5 8.96L3.81 13.25L6.27 17.5L8 16.5L5.97 12.98L6.32 11.68L9.5 13.5L10 22.5H12L12.5 12.5L21 3.9L19.8 2.5Z", key: "rw8sj4" } ], [ "path", { d: "M5 7.5C6.10457 7.5 7 6.60457 7 5.5C7 4.39543 6.10457 3.5 5 3.5C3.89543 3.5 3 4.39543 3 5.5C3 6.60457 3.89543 7.5 5 7.5Z", key: "yx15e2" } ] ]); export { SportsMartialArts as default }; //# sourceMappingURL=sports_martial_arts.js.map