7 lines
551 B
JavaScript
7 lines
551 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const StreamOutputFilled = ( /*#__PURE__*/createFluentFontIcon("StreamOutputFilled", "", 2, undefined));
|
|
export const StreamOutputRegular = ( /*#__PURE__*/createFluentFontIcon("StreamOutputRegular", "", 2, undefined));
|
|
export const StreamOutput20Regular = ( /*#__PURE__*/createFluentFontIcon("StreamOutput20Regular", "", 1, 20));
|
|
export const StreamOutput20Filled = ( /*#__PURE__*/createFluentFontIcon("StreamOutput20Filled", "", 0, 20));
|