@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
20 lines (19 loc) • 2.21 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Resize48Filled = exports.Resize48Regular = exports.Resize32Filled = exports.Resize32Regular = exports.Resize28Filled = exports.Resize28Regular = exports.Resize24Filled = exports.Resize24Regular = exports.Resize20Filled = exports.Resize20Regular = exports.Resize16Filled = exports.Resize16Regular = exports.ResizeRegular = exports.ResizeFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.ResizeFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ResizeFilled", "", 2, undefined));
exports.ResizeRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ResizeRegular", "", 2, undefined));
exports.Resize16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Resize16Regular", "", 1, 16));
exports.Resize16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Resize16Filled", "", 0, 16));
exports.Resize20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Resize20Regular", "", 1, 20));
exports.Resize20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Resize20Filled", "", 0, 20));
exports.Resize24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Resize24Regular", "", 1, 24));
exports.Resize24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Resize24Filled", "", 0, 24));
exports.Resize28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Resize28Regular", "", 1, 28));
exports.Resize28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Resize28Filled", "", 0, 28));
exports.Resize32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Resize32Regular", "", 1, 32));
exports.Resize32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Resize32Filled", "", 0, 32));
exports.Resize48Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Resize48Regular", "", 1, 48));
exports.Resize48Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Resize48Filled", "", 0, 48));