UNPKG

@fluentui/react-icons

Version:

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

10 lines (9 loc) 775 B
"use client"; "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RenameA20Filled = exports.RenameA20Regular = exports.RenameARegular = exports.RenameAFilled = void 0; const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon"); exports.RenameAFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("RenameAFilled", "", 2, undefined)); exports.RenameARegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("RenameARegular", "", 2, undefined)); exports.RenameA20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("RenameA20Regular", "󰨹", 1, 20)); exports.RenameA20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("RenameA20Filled", "󰪵", 0, 20));