Private
Public Access
1
0
Files

12 lines
1.1 KiB
JavaScript

"use client";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.SendCopy24Filled = exports.SendCopy24Regular = exports.SendCopy20Filled = exports.SendCopy20Regular = exports.SendCopyRegular = exports.SendCopyFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.SendCopyFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("SendCopyFilled", "", 2, undefined));
exports.SendCopyRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("SendCopyRegular", "", 2, undefined));
exports.SendCopy20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("SendCopy20Regular", "", 1, 20));
exports.SendCopy20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("SendCopy20Filled", "", 0, 20));
exports.SendCopy24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("SendCopy24Regular", "", 1, 24));
exports.SendCopy24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("SendCopy24Filled", "", 0, 24));