UNPKG

@fluentui/react-icons

Version:

Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.

9 lines (8 loc) 801 B
"use client"; import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon'; export const SurfaceEarbudsFilled = ( /*#__PURE__*/createFluentFontIcon("SurfaceEarbudsFilled", "", 2, undefined)); export const SurfaceEarbudsRegular = ( /*#__PURE__*/createFluentFontIcon("SurfaceEarbudsRegular", "", 2, undefined)); export const SurfaceEarbuds20Regular = ( /*#__PURE__*/createFluentFontIcon("SurfaceEarbuds20Regular", "", 1, 20)); export const SurfaceEarbuds20Filled = ( /*#__PURE__*/createFluentFontIcon("SurfaceEarbuds20Filled", "", 0, 20)); export const SurfaceEarbuds24Regular = ( /*#__PURE__*/createFluentFontIcon("SurfaceEarbuds24Regular", "", 1, 24)); export const SurfaceEarbuds24Filled = ( /*#__PURE__*/createFluentFontIcon("SurfaceEarbuds24Filled", "", 0, 24));