@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
9 lines (8 loc) • 721 B
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const ListRtlFilled = ( /*#__PURE__*/createFluentFontIcon("ListRtlFilled", "", 2, undefined));
export const ListRtlRegular = ( /*#__PURE__*/createFluentFontIcon("ListRtlRegular", "", 2, undefined));
export const ListRtl16Regular = ( /*#__PURE__*/createFluentFontIcon("ListRtl16Regular", "", 1, 16));
export const ListRtl16Filled = ( /*#__PURE__*/createFluentFontIcon("ListRtl16Filled", "", 0, 16));
export const ListRtl20Regular = ( /*#__PURE__*/createFluentFontIcon("ListRtl20Regular", "", 1, 20));
export const ListRtl20Filled = ( /*#__PURE__*/createFluentFontIcon("ListRtl20Filled", "", 0, 20));