UNPKG

@fluentui/react-icons

Version:

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

19 lines (18 loc) 1.94 kB
"use client"; import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon'; export const SplitVerticalFilled = ( /*#__PURE__*/createFluentFontIcon("SplitVerticalFilled", "", 2, undefined)); export const SplitVerticalRegular = ( /*#__PURE__*/createFluentFontIcon("SplitVerticalRegular", "", 2, undefined)); export const SplitVertical12Regular = ( /*#__PURE__*/createFluentFontIcon("SplitVertical12Regular", "", 1, 12)); export const SplitVertical12Filled = ( /*#__PURE__*/createFluentFontIcon("SplitVertical12Filled", "", 0, 12)); export const SplitVertical16Regular = ( /*#__PURE__*/createFluentFontIcon("SplitVertical16Regular", "", 1, 16)); export const SplitVertical16Filled = ( /*#__PURE__*/createFluentFontIcon("SplitVertical16Filled", "", 0, 16)); export const SplitVertical20Regular = ( /*#__PURE__*/createFluentFontIcon("SplitVertical20Regular", "", 1, 20)); export const SplitVertical20Filled = ( /*#__PURE__*/createFluentFontIcon("SplitVertical20Filled", "", 0, 20)); export const SplitVertical24Regular = ( /*#__PURE__*/createFluentFontIcon("SplitVertical24Regular", "", 1, 24)); export const SplitVertical24Filled = ( /*#__PURE__*/createFluentFontIcon("SplitVertical24Filled", "", 0, 24)); export const SplitVertical28Regular = ( /*#__PURE__*/createFluentFontIcon("SplitVertical28Regular", "", 1, 28)); export const SplitVertical28Filled = ( /*#__PURE__*/createFluentFontIcon("SplitVertical28Filled", "", 0, 28)); export const SplitVertical32Regular = ( /*#__PURE__*/createFluentFontIcon("SplitVertical32Regular", "", 1, 32)); export const SplitVertical32Filled = ( /*#__PURE__*/createFluentFontIcon("SplitVertical32Filled", "", 0, 32)); export const SplitVertical48Regular = ( /*#__PURE__*/createFluentFontIcon("SplitVertical48Regular", "", 1, 48)); export const SplitVertical48Filled = ( /*#__PURE__*/createFluentFontIcon("SplitVertical48Filled", "", 0, 48));