@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
11 lines (10 loc) • 1.04 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const WindowDatabaseFilled = ( /*#__PURE__*/createFluentFontIcon("WindowDatabaseFilled", "", 2, undefined));
export const WindowDatabaseRegular = ( /*#__PURE__*/createFluentFontIcon("WindowDatabaseRegular", "", 2, undefined));
export const WindowDatabase20Regular = ( /*#__PURE__*/createFluentFontIcon("WindowDatabase20Regular", "", 1, 20));
export const WindowDatabase20Filled = ( /*#__PURE__*/createFluentFontIcon("WindowDatabase20Filled", "", 0, 20));
export const WindowDatabase24Regular = ( /*#__PURE__*/createFluentFontIcon("WindowDatabase24Regular", "", 1, 24));
export const WindowDatabase24Filled = ( /*#__PURE__*/createFluentFontIcon("WindowDatabase24Filled", "", 0, 24));
export const WindowDatabase32Regular = ( /*#__PURE__*/createFluentFontIcon("WindowDatabase32Regular", "", 1, 32));
export const WindowDatabase32Filled = ( /*#__PURE__*/createFluentFontIcon("WindowDatabase32Filled", "", 0, 32));