16 lines
1.8 KiB
JavaScript
16 lines
1.8 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.BowlChopsticks28Filled = exports.BowlChopsticks28Regular = exports.BowlChopsticks24Filled = exports.BowlChopsticks24Regular = exports.BowlChopsticks20Filled = exports.BowlChopsticks20Regular = exports.BowlChopsticks16Filled = exports.BowlChopsticks16Regular = exports.BowlChopsticksRegular = exports.BowlChopsticksFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.BowlChopsticksFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BowlChopsticksFilled", "", 2, undefined));
|
|
exports.BowlChopsticksRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BowlChopsticksRegular", "", 2, undefined));
|
|
exports.BowlChopsticks16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BowlChopsticks16Regular", "", 1, 16));
|
|
exports.BowlChopsticks16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BowlChopsticks16Filled", "", 0, 16));
|
|
exports.BowlChopsticks20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BowlChopsticks20Regular", "", 1, 20));
|
|
exports.BowlChopsticks20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BowlChopsticks20Filled", "", 0, 20));
|
|
exports.BowlChopsticks24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BowlChopsticks24Regular", "", 1, 24));
|
|
exports.BowlChopsticks24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BowlChopsticks24Filled", "", 0, 24));
|
|
exports.BowlChopsticks28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BowlChopsticks28Regular", "", 1, 28));
|
|
exports.BowlChopsticks28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BowlChopsticks28Filled", "", 0, 28));
|