UNPKG

@fluentui/react-icons

Version:

Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.

12 lines (11 loc) 1.14 kB
"use client"; "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SlideLayout24Filled = exports.SlideLayout24Regular = exports.SlideLayout20Filled = exports.SlideLayout20Regular = exports.SlideLayoutRegular = exports.SlideLayoutFilled = void 0; const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon"); exports.SlideLayoutFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("SlideLayoutFilled", "", 2, undefined)); exports.SlideLayoutRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("SlideLayoutRegular", "", 2, undefined)); exports.SlideLayout20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("SlideLayout20Regular", "", 1, 20)); exports.SlideLayout20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("SlideLayout20Filled", "", 0, 20)); exports.SlideLayout24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("SlideLayout24Regular", "", 1, 24)); exports.SlideLayout24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("SlideLayout24Filled", "", 0, 24));