9 lines
729 B
JavaScript
9 lines
729 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const TimelineFilled = ( /*#__PURE__*/createFluentFontIcon("TimelineFilled", "", 2, undefined));
|
|
export const TimelineRegular = ( /*#__PURE__*/createFluentFontIcon("TimelineRegular", "", 2, undefined));
|
|
export const Timeline20Regular = ( /*#__PURE__*/createFluentFontIcon("Timeline20Regular", "", 1, 20));
|
|
export const Timeline20Filled = ( /*#__PURE__*/createFluentFontIcon("Timeline20Filled", "", 0, 20));
|
|
export const Timeline24Regular = ( /*#__PURE__*/createFluentFontIcon("Timeline24Regular", "", 1, 24));
|
|
export const Timeline24Filled = ( /*#__PURE__*/createFluentFontIcon("Timeline24Filled", "", 0, 24));
|