@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
9 lines (8 loc) • 861 B
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const TextColumnOneNarrowFilled = ( /*#__PURE__*/createFluentFontIcon("TextColumnOneNarrowFilled", "", 2, undefined));
export const TextColumnOneNarrowRegular = ( /*#__PURE__*/createFluentFontIcon("TextColumnOneNarrowRegular", "", 2, undefined));
export const TextColumnOneNarrow20Regular = ( /*#__PURE__*/createFluentFontIcon("TextColumnOneNarrow20Regular", "", 1, 20));
export const TextColumnOneNarrow20Filled = ( /*#__PURE__*/createFluentFontIcon("TextColumnOneNarrow20Filled", "", 0, 20));
export const TextColumnOneNarrow24Regular = ( /*#__PURE__*/createFluentFontIcon("TextColumnOneNarrow24Regular", "", 1, 24));
export const TextColumnOneNarrow24Filled = ( /*#__PURE__*/createFluentFontIcon("TextColumnOneNarrow24Filled", "", 0, 24));