@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
15 lines (14 loc) • 1.33 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const ChannelFilled = ( /*#__PURE__*/createFluentFontIcon("ChannelFilled", "", 2, undefined));
export const ChannelRegular = ( /*#__PURE__*/createFluentFontIcon("ChannelRegular", "", 2, undefined));
export const Channel16Regular = ( /*#__PURE__*/createFluentFontIcon("Channel16Regular", "", 1, 16));
export const Channel16Filled = ( /*#__PURE__*/createFluentFontIcon("Channel16Filled", "", 0, 16));
export const Channel20Regular = ( /*#__PURE__*/createFluentFontIcon("Channel20Regular", "", 1, 20));
export const Channel20Filled = ( /*#__PURE__*/createFluentFontIcon("Channel20Filled", "", 0, 20));
export const Channel24Regular = ( /*#__PURE__*/createFluentFontIcon("Channel24Regular", "", 1, 24));
export const Channel24Filled = ( /*#__PURE__*/createFluentFontIcon("Channel24Filled", "", 0, 24));
export const Channel28Regular = ( /*#__PURE__*/createFluentFontIcon("Channel28Regular", "", 1, 28));
export const Channel28Filled = ( /*#__PURE__*/createFluentFontIcon("Channel28Filled", "", 0, 28));
export const Channel48Regular = ( /*#__PURE__*/createFluentFontIcon("Channel48Regular", "", 1, 48));
export const Channel48Filled = ( /*#__PURE__*/createFluentFontIcon("Channel48Filled", "", 0, 48));