@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
9 lines (8 loc) • 873 B
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const TextGrammarArrowLeftFilled = ( /*#__PURE__*/createFluentFontIcon("TextGrammarArrowLeftFilled", "", 2, undefined));
export const TextGrammarArrowLeftRegular = ( /*#__PURE__*/createFluentFontIcon("TextGrammarArrowLeftRegular", "", 2, undefined));
export const TextGrammarArrowLeft20Regular = ( /*#__PURE__*/createFluentFontIcon("TextGrammarArrowLeft20Regular", "", 1, 20));
export const TextGrammarArrowLeft20Filled = ( /*#__PURE__*/createFluentFontIcon("TextGrammarArrowLeft20Filled", "", 0, 20));
export const TextGrammarArrowLeft24Regular = ( /*#__PURE__*/createFluentFontIcon("TextGrammarArrowLeft24Regular", "", 1, 24));
export const TextGrammarArrowLeft24Filled = ( /*#__PURE__*/createFluentFontIcon("TextGrammarArrowLeft24Filled", "", 0, 24));