@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
9 lines (8 loc) • 793 B
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const LayoutDynamicFilled = ( /*#__PURE__*/createFluentFontIcon("LayoutDynamicFilled", "", 2, undefined));
export const LayoutDynamicRegular = ( /*#__PURE__*/createFluentFontIcon("LayoutDynamicRegular", "", 2, undefined));
export const LayoutDynamic20Regular = ( /*#__PURE__*/createFluentFontIcon("LayoutDynamic20Regular", "", 1, 20));
export const LayoutDynamic20Filled = ( /*#__PURE__*/createFluentFontIcon("LayoutDynamic20Filled", "", 0, 20));
export const LayoutDynamic24Regular = ( /*#__PURE__*/createFluentFontIcon("LayoutDynamic24Regular", "", 1, 24));
export const LayoutDynamic24Filled = ( /*#__PURE__*/createFluentFontIcon("LayoutDynamic24Filled", "", 0, 24));