@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
17 lines (16 loc) • 1.63 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const AlignRightFilled = ( /*#__PURE__*/createFluentFontIcon("AlignRightFilled", "", 2, undefined));
export const AlignRightRegular = ( /*#__PURE__*/createFluentFontIcon("AlignRightRegular", "", 2, undefined));
export const AlignRight16Regular = ( /*#__PURE__*/createFluentFontIcon("AlignRight16Regular", "", 1, 16));
export const AlignRight16Filled = ( /*#__PURE__*/createFluentFontIcon("AlignRight16Filled", "", 0, 16));
export const AlignRight20Regular = ( /*#__PURE__*/createFluentFontIcon("AlignRight20Regular", "", 1, 20));
export const AlignRight20Filled = ( /*#__PURE__*/createFluentFontIcon("AlignRight20Filled", "", 0, 20));
export const AlignRight24Regular = ( /*#__PURE__*/createFluentFontIcon("AlignRight24Regular", "", 1, 24));
export const AlignRight24Filled = ( /*#__PURE__*/createFluentFontIcon("AlignRight24Filled", "", 0, 24));
export const AlignRight28Regular = ( /*#__PURE__*/createFluentFontIcon("AlignRight28Regular", "", 1, 28));
export const AlignRight28Filled = ( /*#__PURE__*/createFluentFontIcon("AlignRight28Filled", "", 0, 28));
export const AlignRight32Regular = ( /*#__PURE__*/createFluentFontIcon("AlignRight32Regular", "", 1, 32));
export const AlignRight32Filled = ( /*#__PURE__*/createFluentFontIcon("AlignRight32Filled", "", 0, 32));
export const AlignRight48Regular = ( /*#__PURE__*/createFluentFontIcon("AlignRight48Regular", "", 1, 48));
export const AlignRight48Filled = ( /*#__PURE__*/createFluentFontIcon("AlignRight48Filled", "", 0, 48));