UNPKG

@fluentui/react-icons

Version:

Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.

9 lines (8 loc) 741 B
"use client"; import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon'; export const RowTripleFilled = ( /*#__PURE__*/createFluentFontIcon("RowTripleFilled", "", 2, undefined)); export const RowTripleRegular = ( /*#__PURE__*/createFluentFontIcon("RowTripleRegular", "", 2, undefined)); export const RowTriple20Regular = ( /*#__PURE__*/createFluentFontIcon("RowTriple20Regular", "", 1, 20)); export const RowTriple20Filled = ( /*#__PURE__*/createFluentFontIcon("RowTriple20Filled", "", 0, 20)); export const RowTriple24Regular = ( /*#__PURE__*/createFluentFontIcon("RowTriple24Regular", "", 1, 24)); export const RowTriple24Filled = ( /*#__PURE__*/createFluentFontIcon("RowTriple24Filled", "", 0, 24));