10 lines
857 B
JavaScript
10 lines
857 B
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.TabDesktopCopy20Filled = exports.TabDesktopCopy20Regular = exports.TabDesktopCopyRegular = exports.TabDesktopCopyFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.TabDesktopCopyFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TabDesktopCopyFilled", "", 2, undefined));
|
|
exports.TabDesktopCopyRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TabDesktopCopyRegular", "", 2, undefined));
|
|
exports.TabDesktopCopy20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TabDesktopCopy20Regular", "", 1, 20));
|
|
exports.TabDesktopCopy20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TabDesktopCopy20Filled", "", 0, 20));
|