google-material-icons
Version:
A google material icon library package for React applications
23 lines (19 loc) • 782 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 SportsMma = createIcon("SportsMma", [
["path", { d: "M7 20C7 20.55 7.45 21 8 21H16C16.55 21 17 20.55 17 20V17H7V20Z", key: "127suw" }],
[
"path",
{
d: "M18 7C17.45 7 17 7.45 17 8V5C17 3.9 16.1 3 15 3H7C5.9 3 5 3.9 5 5V10.8C5 10.93 5.01 11.06 5.04 11.19L5.84 15.19C5.93 15.66 6.34 15.99 6.82 15.99H17.18C17.63 15.99 18.07 15.63 18.16 15.19L18.96 11.19C18.99 11.06 19 10.93 19 10.8V8C19 7.45 18.55 7 18 7ZM15 10H7V7H15V10Z",
key: "byar4v"
}
]
]);
export { SportsMma as default };
//# sourceMappingURL=sports_mma.js.map