Private
Public Access
1
0
Files
power-apps-codeapps-blog-part2/node_modules/@fluentui/react-icons/lib-cjs/atoms/fonts/slide-link.js

12 lines
1.1 KiB
JavaScript

"use client";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.SlideLink24Filled = exports.SlideLink24Regular = exports.SlideLink20Filled = exports.SlideLink20Regular = exports.SlideLinkRegular = exports.SlideLinkFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.SlideLinkFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("SlideLinkFilled", "", 2, undefined));
exports.SlideLinkRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("SlideLinkRegular", "", 2, undefined));
exports.SlideLink20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("SlideLink20Regular", "", 1, 20));
exports.SlideLink20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("SlideLink20Filled", "", 0, 20));
exports.SlideLink24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("SlideLink24Regular", "", 1, 24));
exports.SlideLink24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("SlideLink24Filled", "", 0, 24));