@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
20 lines (19 loc) • 1.75 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const LinkFilled = ( /*#__PURE__*/createFluentFontIcon("LinkFilled", "", 2, undefined));
export const LinkRegular = ( /*#__PURE__*/createFluentFontIcon("LinkRegular", "", 2, undefined));
export const Link12Regular = ( /*#__PURE__*/createFluentFontIcon("Link12Regular", "", 1, 12));
export const Link12Filled = ( /*#__PURE__*/createFluentFontIcon("Link12Filled", "", 0, 12));
export const Link16Regular = ( /*#__PURE__*/createFluentFontIcon("Link16Regular", "", 1, 16));
export const Link16Filled = ( /*#__PURE__*/createFluentFontIcon("Link16Filled", "", 0, 16));
export const Link20Regular = ( /*#__PURE__*/createFluentFontIcon("Link20Regular", "", 1, 20));
export const Link20Filled = ( /*#__PURE__*/createFluentFontIcon("Link20Filled", "", 0, 20));
export const Link24Regular = ( /*#__PURE__*/createFluentFontIcon("Link24Regular", "", 1, 24));
export const Link24Filled = ( /*#__PURE__*/createFluentFontIcon("Link24Filled", "", 0, 24));
export const Link28Regular = ( /*#__PURE__*/createFluentFontIcon("Link28Regular", "", 1, 28));
export const Link28Filled = ( /*#__PURE__*/createFluentFontIcon("Link28Filled", "", 0, 28));
export const Link32Regular = ( /*#__PURE__*/createFluentFontIcon("Link32Regular", "", 1, 32));
export const Link32Filled = ( /*#__PURE__*/createFluentFontIcon("Link32Filled", "", 0, 32));
export const Link32Light = ( /*#__PURE__*/createFluentFontIcon("Link32Light", "", 3, 32));
export const Link48Regular = ( /*#__PURE__*/createFluentFontIcon("Link48Regular", "", 1, 48));
export const Link48Filled = ( /*#__PURE__*/createFluentFontIcon("Link48Filled", "", 0, 48));