@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
15 lines (14 loc) • 1.43 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const ContentViewFilled = ( /*#__PURE__*/createFluentFontIcon("ContentViewFilled", "", 2, undefined));
export const ContentViewRegular = ( /*#__PURE__*/createFluentFontIcon("ContentViewRegular", "", 2, undefined));
export const ContentView16Regular = ( /*#__PURE__*/createFluentFontIcon("ContentView16Regular", "", 1, 16));
export const ContentView16Filled = ( /*#__PURE__*/createFluentFontIcon("ContentView16Filled", "", 0, 16));
export const ContentView20Regular = ( /*#__PURE__*/createFluentFontIcon("ContentView20Regular", "", 1, 20));
export const ContentView20Filled = ( /*#__PURE__*/createFluentFontIcon("ContentView20Filled", "", 0, 20));
export const ContentView24Regular = ( /*#__PURE__*/createFluentFontIcon("ContentView24Regular", "", 1, 24));
export const ContentView24Filled = ( /*#__PURE__*/createFluentFontIcon("ContentView24Filled", "", 0, 24));
export const ContentView28Regular = ( /*#__PURE__*/createFluentFontIcon("ContentView28Regular", "", 1, 28));
export const ContentView28Filled = ( /*#__PURE__*/createFluentFontIcon("ContentView28Filled", "", 0, 28));
export const ContentView32Regular = ( /*#__PURE__*/createFluentFontIcon("ContentView32Regular", "", 1, 32));
export const ContentView32Filled = ( /*#__PURE__*/createFluentFontIcon("ContentView32Filled", "", 0, 32));