UNPKG

@fluentui/react-icons

Version:

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

11 lines (10 loc) 1.09 kB
"use client"; import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon'; export const LayoutColumnThreeFilled = ( /*#__PURE__*/createFluentFontIcon("LayoutColumnThreeFilled", "", 2, undefined)); export const LayoutColumnThreeRegular = ( /*#__PURE__*/createFluentFontIcon("LayoutColumnThreeRegular", "", 2, undefined)); export const LayoutColumnThree16Regular = ( /*#__PURE__*/createFluentFontIcon("LayoutColumnThree16Regular", "󰒕", 1, 16)); export const LayoutColumnThree16Filled = ( /*#__PURE__*/createFluentFontIcon("LayoutColumnThree16Filled", "󰓀", 0, 16)); export const LayoutColumnThree20Regular = ( /*#__PURE__*/createFluentFontIcon("LayoutColumnThree20Regular", "󰒖", 1, 20)); export const LayoutColumnThree20Filled = ( /*#__PURE__*/createFluentFontIcon("LayoutColumnThree20Filled", "󰓁", 0, 20)); export const LayoutColumnThree24Regular = ( /*#__PURE__*/createFluentFontIcon("LayoutColumnThree24Regular", "󰒗", 1, 24)); export const LayoutColumnThree24Filled = ( /*#__PURE__*/createFluentFontIcon("LayoutColumnThree24Filled", "󰓂", 0, 24));