Private
Public Access
1
0
Files

7 lines
615 B
JavaScript

"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const WindowHeaderVerticalFilled = ( /*#__PURE__*/createFluentFontIcon("WindowHeaderVerticalFilled", "", 2, undefined));
export const WindowHeaderVerticalRegular = ( /*#__PURE__*/createFluentFontIcon("WindowHeaderVerticalRegular", "", 2, undefined));
export const WindowHeaderVertical20Regular = ( /*#__PURE__*/createFluentFontIcon("WindowHeaderVertical20Regular", "", 1, 20));
export const WindowHeaderVertical20Filled = ( /*#__PURE__*/createFluentFontIcon("WindowHeaderVertical20Filled", "", 0, 20));