12 lines
1.3 KiB
JavaScript
12 lines
1.3 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.ArrowAutofitContent24Filled = exports.ArrowAutofitContent24Regular = exports.ArrowAutofitContent20Filled = exports.ArrowAutofitContent20Regular = exports.ArrowAutofitContentRegular = exports.ArrowAutofitContentFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.ArrowAutofitContentFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ArrowAutofitContentFilled", "", 2, undefined));
|
|
exports.ArrowAutofitContentRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ArrowAutofitContentRegular", "", 2, undefined));
|
|
exports.ArrowAutofitContent20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ArrowAutofitContent20Regular", "", 1, 20));
|
|
exports.ArrowAutofitContent20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ArrowAutofitContent20Filled", "", 0, 20));
|
|
exports.ArrowAutofitContent24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ArrowAutofitContent24Regular", "", 1, 24));
|
|
exports.ArrowAutofitContent24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ArrowAutofitContent24Filled", "", 0, 24));
|