14 lines
1.4 KiB
JavaScript
14 lines
1.4 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.SportSoccer24Filled = exports.SportSoccer24Regular = exports.SportSoccer20Filled = exports.SportSoccer20Regular = exports.SportSoccer16Filled = exports.SportSoccer16Regular = exports.SportSoccerRegular = exports.SportSoccerFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.SportSoccerFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("SportSoccerFilled", "", 2, undefined));
|
|
exports.SportSoccerRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("SportSoccerRegular", "", 2, undefined));
|
|
exports.SportSoccer16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("SportSoccer16Regular", "", 1, 16));
|
|
exports.SportSoccer16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("SportSoccer16Filled", "", 0, 16));
|
|
exports.SportSoccer20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("SportSoccer20Regular", "", 1, 20));
|
|
exports.SportSoccer20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("SportSoccer20Filled", "", 0, 20));
|
|
exports.SportSoccer24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("SportSoccer24Regular", "", 1, 24));
|
|
exports.SportSoccer24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("SportSoccer24Filled", "", 0, 24));
|