12 lines
1.1 KiB
JavaScript
12 lines
1.1 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.TabArrowLeft24Filled = exports.TabArrowLeft24Regular = exports.TabArrowLeft20Filled = exports.TabArrowLeft20Regular = exports.TabArrowLeftRegular = exports.TabArrowLeftFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.TabArrowLeftFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TabArrowLeftFilled", "", 2, undefined));
|
|
exports.TabArrowLeftRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TabArrowLeftRegular", "", 2, undefined));
|
|
exports.TabArrowLeft20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TabArrowLeft20Regular", "", 1, 20));
|
|
exports.TabArrowLeft20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TabArrowLeft20Filled", "", 0, 20));
|
|
exports.TabArrowLeft24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TabArrowLeft24Regular", "", 1, 24));
|
|
exports.TabArrowLeft24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TabArrowLeft24Filled", "", 0, 24));
|