15 lines
1.5 KiB
JavaScript
15 lines
1.5 KiB
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const ChannelArrowLeftFilled = ( /*#__PURE__*/createFluentFontIcon("ChannelArrowLeftFilled", "", 2, undefined));
|
|
export const ChannelArrowLeftRegular = ( /*#__PURE__*/createFluentFontIcon("ChannelArrowLeftRegular", "", 2, undefined));
|
|
export const ChannelArrowLeft16Regular = ( /*#__PURE__*/createFluentFontIcon("ChannelArrowLeft16Regular", "", 1, 16));
|
|
export const ChannelArrowLeft16Filled = ( /*#__PURE__*/createFluentFontIcon("ChannelArrowLeft16Filled", "", 0, 16));
|
|
export const ChannelArrowLeft20Regular = ( /*#__PURE__*/createFluentFontIcon("ChannelArrowLeft20Regular", "", 1, 20));
|
|
export const ChannelArrowLeft20Filled = ( /*#__PURE__*/createFluentFontIcon("ChannelArrowLeft20Filled", "", 0, 20));
|
|
export const ChannelArrowLeft24Regular = ( /*#__PURE__*/createFluentFontIcon("ChannelArrowLeft24Regular", "", 1, 24));
|
|
export const ChannelArrowLeft24Filled = ( /*#__PURE__*/createFluentFontIcon("ChannelArrowLeft24Filled", "", 0, 24));
|
|
export const ChannelArrowLeft28Regular = ( /*#__PURE__*/createFluentFontIcon("ChannelArrowLeft28Regular", "", 1, 28));
|
|
export const ChannelArrowLeft28Filled = ( /*#__PURE__*/createFluentFontIcon("ChannelArrowLeft28Filled", "", 0, 28));
|
|
export const ChannelArrowLeft48Regular = ( /*#__PURE__*/createFluentFontIcon("ChannelArrowLeft48Regular", "", 1, 48));
|
|
export const ChannelArrowLeft48Filled = ( /*#__PURE__*/createFluentFontIcon("ChannelArrowLeft48Filled", "", 0, 48));
|