@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
12 lines (11 loc) • 1.1 kB
JavaScript
"use client";
;
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));