@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
11 lines (10 loc) • 1.02 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const LayerDiagonalFilled = ( /*#__PURE__*/createFluentFontIcon("LayerDiagonalFilled", "", 2, undefined));
export const LayerDiagonalRegular = ( /*#__PURE__*/createFluentFontIcon("LayerDiagonalRegular", "", 2, undefined));
export const LayerDiagonal16Regular = ( /*#__PURE__*/createFluentFontIcon("LayerDiagonal16Regular", "", 1, 16));
export const LayerDiagonal16Filled = ( /*#__PURE__*/createFluentFontIcon("LayerDiagonal16Filled", "", 0, 16));
export const LayerDiagonal20Regular = ( /*#__PURE__*/createFluentFontIcon("LayerDiagonal20Regular", "", 1, 20));
export const LayerDiagonal20Filled = ( /*#__PURE__*/createFluentFontIcon("LayerDiagonal20Filled", "", 0, 20));
export const LayerDiagonal24Regular = ( /*#__PURE__*/createFluentFontIcon("LayerDiagonal24Regular", "", 1, 24));
export const LayerDiagonal24Filled = ( /*#__PURE__*/createFluentFontIcon("LayerDiagonal24Filled", "", 0, 24));