UNPKG

@fluentui/react-icons

Version:

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

9 lines (8 loc) 777 B
"use client"; import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon'; export const PhoneDismissFilled = ( /*#__PURE__*/createFluentFontIcon("PhoneDismissFilled", "", 2, undefined)); export const PhoneDismissRegular = ( /*#__PURE__*/createFluentFontIcon("PhoneDismissRegular", "", 2, undefined)); export const PhoneDismiss20Regular = ( /*#__PURE__*/createFluentFontIcon("PhoneDismiss20Regular", "", 1, 20)); export const PhoneDismiss20Filled = ( /*#__PURE__*/createFluentFontIcon("PhoneDismiss20Filled", "", 0, 20)); export const PhoneDismiss24Regular = ( /*#__PURE__*/createFluentFontIcon("PhoneDismiss24Regular", "", 1, 24)); export const PhoneDismiss24Filled = ( /*#__PURE__*/createFluentFontIcon("PhoneDismiss24Filled", "", 0, 24));