@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
20 lines (19 loc) • 1.82 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const AttachFilled = ( /*#__PURE__*/createFluentFontIcon("AttachFilled", "", 2, undefined));
export const AttachRegular = ( /*#__PURE__*/createFluentFontIcon("AttachRegular", "", 2, undefined));
export const Attach12Regular = ( /*#__PURE__*/createFluentFontIcon("Attach12Regular", "", 1, 12));
export const Attach12Filled = ( /*#__PURE__*/createFluentFontIcon("Attach12Filled", "", 0, 12));
export const Attach16Regular = ( /*#__PURE__*/createFluentFontIcon("Attach16Regular", "", 1, 16));
export const Attach16Filled = ( /*#__PURE__*/createFluentFontIcon("Attach16Filled", "", 0, 16));
export const Attach20Regular = ( /*#__PURE__*/createFluentFontIcon("Attach20Regular", "", 1, 20));
export const Attach20Filled = ( /*#__PURE__*/createFluentFontIcon("Attach20Filled", "", 0, 20));
export const Attach24Regular = ( /*#__PURE__*/createFluentFontIcon("Attach24Regular", "", 1, 24));
export const Attach24Filled = ( /*#__PURE__*/createFluentFontIcon("Attach24Filled", "", 0, 24));
export const Attach28Regular = ( /*#__PURE__*/createFluentFontIcon("Attach28Regular", "", 1, 28));
export const Attach28Filled = ( /*#__PURE__*/createFluentFontIcon("Attach28Filled", "", 0, 28));
export const Attach32Regular = ( /*#__PURE__*/createFluentFontIcon("Attach32Regular", "", 1, 32));
export const Attach32Filled = ( /*#__PURE__*/createFluentFontIcon("Attach32Filled", "", 0, 32));
export const Attach32Light = ( /*#__PURE__*/createFluentFontIcon("Attach32Light", "", 3, 32));
export const Attach48Regular = ( /*#__PURE__*/createFluentFontIcon("Attach48Regular", "", 1, 48));
export const Attach48Filled = ( /*#__PURE__*/createFluentFontIcon("Attach48Filled", "", 0, 48));