11 lines
1.2 KiB
JavaScript
11 lines
1.2 KiB
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const TextParagraphDirectionLeftFilled = ( /*#__PURE__*/createFluentFontIcon("TextParagraphDirectionLeftFilled", "", 2, undefined));
|
|
export const TextParagraphDirectionLeftRegular = ( /*#__PURE__*/createFluentFontIcon("TextParagraphDirectionLeftRegular", "", 2, undefined));
|
|
export const TextParagraphDirectionLeft16Regular = ( /*#__PURE__*/createFluentFontIcon("TextParagraphDirectionLeft16Regular", "", 1, 16));
|
|
export const TextParagraphDirectionLeft16Filled = ( /*#__PURE__*/createFluentFontIcon("TextParagraphDirectionLeft16Filled", "", 0, 16));
|
|
export const TextParagraphDirectionLeft20Regular = ( /*#__PURE__*/createFluentFontIcon("TextParagraphDirectionLeft20Regular", "", 1, 20));
|
|
export const TextParagraphDirectionLeft20Filled = ( /*#__PURE__*/createFluentFontIcon("TextParagraphDirectionLeft20Filled", "", 0, 20));
|
|
export const TextParagraphDirectionLeft24Regular = ( /*#__PURE__*/createFluentFontIcon("TextParagraphDirectionLeft24Regular", "", 1, 24));
|
|
export const TextParagraphDirectionLeft24Filled = ( /*#__PURE__*/createFluentFontIcon("TextParagraphDirectionLeft24Filled", "", 0, 24));
|