@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
15 lines (14 loc) • 1.41 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const CameraDomeFilled = ( /*#__PURE__*/createFluentFontIcon("CameraDomeFilled", "", 2, undefined));
export const CameraDomeRegular = ( /*#__PURE__*/createFluentFontIcon("CameraDomeRegular", "", 2, undefined));
export const CameraDome16Regular = ( /*#__PURE__*/createFluentFontIcon("CameraDome16Regular", "", 1, 16));
export const CameraDome16Filled = ( /*#__PURE__*/createFluentFontIcon("CameraDome16Filled", "", 0, 16));
export const CameraDome20Regular = ( /*#__PURE__*/createFluentFontIcon("CameraDome20Regular", "", 1, 20));
export const CameraDome20Filled = ( /*#__PURE__*/createFluentFontIcon("CameraDome20Filled", "", 0, 20));
export const CameraDome24Regular = ( /*#__PURE__*/createFluentFontIcon("CameraDome24Regular", "", 1, 24));
export const CameraDome24Filled = ( /*#__PURE__*/createFluentFontIcon("CameraDome24Filled", "", 0, 24));
export const CameraDome28Regular = ( /*#__PURE__*/createFluentFontIcon("CameraDome28Regular", "", 1, 28));
export const CameraDome28Filled = ( /*#__PURE__*/createFluentFontIcon("CameraDome28Filled", "", 0, 28));
export const CameraDome48Regular = ( /*#__PURE__*/createFluentFontIcon("CameraDome48Regular", "", 1, 48));
export const CameraDome48Filled = ( /*#__PURE__*/createFluentFontIcon("CameraDome48Filled", "", 0, 48));