@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
13 lines (12 loc) • 1.35 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const ContentViewGalleryFilled = ( /*#__PURE__*/createFluentFontIcon("ContentViewGalleryFilled", "", 2, undefined));
export const ContentViewGalleryRegular = ( /*#__PURE__*/createFluentFontIcon("ContentViewGalleryRegular", "", 2, undefined));
export const ContentViewGallery16Regular = ( /*#__PURE__*/createFluentFontIcon("ContentViewGallery16Regular", "", 1, 16));
export const ContentViewGallery16Filled = ( /*#__PURE__*/createFluentFontIcon("ContentViewGallery16Filled", "", 0, 16));
export const ContentViewGallery20Regular = ( /*#__PURE__*/createFluentFontIcon("ContentViewGallery20Regular", "", 1, 20));
export const ContentViewGallery20Filled = ( /*#__PURE__*/createFluentFontIcon("ContentViewGallery20Filled", "", 0, 20));
export const ContentViewGallery24Regular = ( /*#__PURE__*/createFluentFontIcon("ContentViewGallery24Regular", "", 1, 24));
export const ContentViewGallery24Filled = ( /*#__PURE__*/createFluentFontIcon("ContentViewGallery24Filled", "", 0, 24));
export const ContentViewGallery28Regular = ( /*#__PURE__*/createFluentFontIcon("ContentViewGallery28Regular", "", 1, 28));
export const ContentViewGallery28Filled = ( /*#__PURE__*/createFluentFontIcon("ContentViewGallery28Filled", "", 0, 28));