9 lines
855 B
JavaScript
9 lines
855 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const AlbumAddFilled = ( /*#__PURE__*/createFluentFontIcon("AlbumAddFilled", "", 2, undefined, { flipInRtl: true }));
|
|
export const AlbumAddRegular = ( /*#__PURE__*/createFluentFontIcon("AlbumAddRegular", "", 2, undefined, { flipInRtl: true }));
|
|
export const AlbumAdd20Regular = ( /*#__PURE__*/createFluentFontIcon("AlbumAdd20Regular", "", 1, 20, { flipInRtl: true }));
|
|
export const AlbumAdd20Filled = ( /*#__PURE__*/createFluentFontIcon("AlbumAdd20Filled", "", 0, 20, { flipInRtl: true }));
|
|
export const AlbumAdd24Regular = ( /*#__PURE__*/createFluentFontIcon("AlbumAdd24Regular", "", 1, 24, { flipInRtl: true }));
|
|
export const AlbumAdd24Filled = ( /*#__PURE__*/createFluentFontIcon("AlbumAdd24Filled", "", 0, 24, { flipInRtl: true }));
|