9 lines
813 B
JavaScript
9 lines
813 B
JavaScript
"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));
|