17 lines
1.6 KiB
JavaScript
17 lines
1.6 KiB
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const MoreVerticalFilled = ( /*#__PURE__*/createFluentFontIcon("MoreVerticalFilled", "", 2, undefined));
|
|
export const MoreVerticalRegular = ( /*#__PURE__*/createFluentFontIcon("MoreVerticalRegular", "", 2, undefined));
|
|
export const MoreVertical16Regular = ( /*#__PURE__*/createFluentFontIcon("MoreVertical16Regular", "", 1, 16));
|
|
export const MoreVertical16Filled = ( /*#__PURE__*/createFluentFontIcon("MoreVertical16Filled", "", 0, 16));
|
|
export const MoreVertical20Regular = ( /*#__PURE__*/createFluentFontIcon("MoreVertical20Regular", "", 1, 20));
|
|
export const MoreVertical20Filled = ( /*#__PURE__*/createFluentFontIcon("MoreVertical20Filled", "", 0, 20));
|
|
export const MoreVertical24Regular = ( /*#__PURE__*/createFluentFontIcon("MoreVertical24Regular", "", 1, 24));
|
|
export const MoreVertical24Filled = ( /*#__PURE__*/createFluentFontIcon("MoreVertical24Filled", "", 0, 24));
|
|
export const MoreVertical28Regular = ( /*#__PURE__*/createFluentFontIcon("MoreVertical28Regular", "", 1, 28));
|
|
export const MoreVertical28Filled = ( /*#__PURE__*/createFluentFontIcon("MoreVertical28Filled", "", 0, 28));
|
|
export const MoreVertical32Regular = ( /*#__PURE__*/createFluentFontIcon("MoreVertical32Regular", "", 1, 32));
|
|
export const MoreVertical32Filled = ( /*#__PURE__*/createFluentFontIcon("MoreVertical32Filled", "", 0, 32));
|
|
export const MoreVertical48Regular = ( /*#__PURE__*/createFluentFontIcon("MoreVertical48Regular", "", 1, 48));
|
|
export const MoreVertical48Filled = ( /*#__PURE__*/createFluentFontIcon("MoreVertical48Filled", "", 0, 48));
|