UNPKG

@fluentui/react-icons

Version:

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

9 lines (8 loc) 813 B
"use client"; import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon'; export const PhonePaginationFilled = ( /*#__PURE__*/createFluentFontIcon("PhonePaginationFilled", "", 2, undefined)); export const PhonePaginationRegular = ( /*#__PURE__*/createFluentFontIcon("PhonePaginationRegular", "", 2, undefined)); export const PhonePagination20Regular = ( /*#__PURE__*/createFluentFontIcon("PhonePagination20Regular", "", 1, 20)); export const PhonePagination20Filled = ( /*#__PURE__*/createFluentFontIcon("PhonePagination20Filled", "", 0, 20)); export const PhonePagination24Regular = ( /*#__PURE__*/createFluentFontIcon("PhonePagination24Regular", "", 1, 24)); export const PhonePagination24Filled = ( /*#__PURE__*/createFluentFontIcon("PhonePagination24Filled", "", 0, 24));