7 lines
543 B
JavaScript
7 lines
543 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const StreamInputFilled = ( /*#__PURE__*/createFluentFontIcon("StreamInputFilled", "", 2, undefined));
|
|
export const StreamInputRegular = ( /*#__PURE__*/createFluentFontIcon("StreamInputRegular", "", 2, undefined));
|
|
export const StreamInput20Regular = ( /*#__PURE__*/createFluentFontIcon("StreamInput20Regular", "", 1, 20));
|
|
export const StreamInput20Filled = ( /*#__PURE__*/createFluentFontIcon("StreamInput20Filled", "", 0, 20));
|