9 lines
681 B
JavaScript
9 lines
681 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const DockFilled = ( /*#__PURE__*/createFluentFontIcon("DockFilled", "", 2, undefined));
|
|
export const DockRegular = ( /*#__PURE__*/createFluentFontIcon("DockRegular", "", 2, undefined));
|
|
export const Dock20Regular = ( /*#__PURE__*/createFluentFontIcon("Dock20Regular", "", 1, 20));
|
|
export const Dock20Filled = ( /*#__PURE__*/createFluentFontIcon("Dock20Filled", "", 0, 20));
|
|
export const Dock24Regular = ( /*#__PURE__*/createFluentFontIcon("Dock24Regular", "", 1, 24));
|
|
export const Dock24Filled = ( /*#__PURE__*/createFluentFontIcon("Dock24Filled", "", 0, 24));
|