9 lines
765 B
JavaScript
9 lines
765 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const OrientationFilled = ( /*#__PURE__*/createFluentFontIcon("OrientationFilled", "", 2, undefined));
|
|
export const OrientationRegular = ( /*#__PURE__*/createFluentFontIcon("OrientationRegular", "", 2, undefined));
|
|
export const Orientation20Regular = ( /*#__PURE__*/createFluentFontIcon("Orientation20Regular", "", 1, 20));
|
|
export const Orientation20Filled = ( /*#__PURE__*/createFluentFontIcon("Orientation20Filled", "", 0, 20));
|
|
export const Orientation24Regular = ( /*#__PURE__*/createFluentFontIcon("Orientation24Regular", "", 1, 24));
|
|
export const Orientation24Filled = ( /*#__PURE__*/createFluentFontIcon("Orientation24Filled", "", 0, 24));
|