11 lines
939 B
JavaScript
11 lines
939 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const MapDriveFilled = ( /*#__PURE__*/createFluentFontIcon("MapDriveFilled", "", 2, undefined));
|
|
export const MapDriveRegular = ( /*#__PURE__*/createFluentFontIcon("MapDriveRegular", "", 2, undefined));
|
|
export const MapDrive16Regular = ( /*#__PURE__*/createFluentFontIcon("MapDrive16Regular", "", 1, 16));
|
|
export const MapDrive16Filled = ( /*#__PURE__*/createFluentFontIcon("MapDrive16Filled", "", 0, 16));
|
|
export const MapDrive20Regular = ( /*#__PURE__*/createFluentFontIcon("MapDrive20Regular", "", 1, 20));
|
|
export const MapDrive20Filled = ( /*#__PURE__*/createFluentFontIcon("MapDrive20Filled", "", 0, 20));
|
|
export const MapDrive24Regular = ( /*#__PURE__*/createFluentFontIcon("MapDrive24Regular", "", 1, 24));
|
|
export const MapDrive24Filled = ( /*#__PURE__*/createFluentFontIcon("MapDrive24Filled", "", 0, 24));
|