@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
9 lines (8 loc) • 753 B
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const AttachTextFilled = ( /*#__PURE__*/createFluentFontIcon("AttachTextFilled", "", 2, undefined));
export const AttachTextRegular = ( /*#__PURE__*/createFluentFontIcon("AttachTextRegular", "", 2, undefined));
export const AttachText20Regular = ( /*#__PURE__*/createFluentFontIcon("AttachText20Regular", "", 1, 20));
export const AttachText20Filled = ( /*#__PURE__*/createFluentFontIcon("AttachText20Filled", "", 0, 20));
export const AttachText24Regular = ( /*#__PURE__*/createFluentFontIcon("AttachText24Regular", "", 1, 24));
export const AttachText24Filled = ( /*#__PURE__*/createFluentFontIcon("AttachText24Filled", "", 0, 24));