UNPKG

@fluentui/react-icons

Version:

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

14 lines (13 loc) 1.39 kB
"use client"; "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LinkEdit24Filled = exports.LinkEdit24Regular = exports.LinkEdit20Filled = exports.LinkEdit20Regular = exports.LinkEdit16Filled = exports.LinkEdit16Regular = exports.LinkEditRegular = exports.LinkEditFilled = void 0; const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon"); exports.LinkEditFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LinkEditFilled", "", 2, undefined)); exports.LinkEditRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LinkEditRegular", "", 2, undefined)); exports.LinkEdit16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LinkEdit16Regular", "", 1, 16)); exports.LinkEdit16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LinkEdit16Filled", "", 0, 16)); exports.LinkEdit20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LinkEdit20Regular", "", 1, 20)); exports.LinkEdit20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LinkEdit20Filled", "", 0, 20)); exports.LinkEdit24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LinkEdit24Regular", "", 1, 24)); exports.LinkEdit24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LinkEdit24Filled", "", 0, 24));