@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
17 lines (16 loc) • 1.52 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const LaptopFilled = ( /*#__PURE__*/createFluentFontIcon("LaptopFilled", "", 2, undefined));
export const LaptopRegular = ( /*#__PURE__*/createFluentFontIcon("LaptopRegular", "", 2, undefined));
export const Laptop16Regular = ( /*#__PURE__*/createFluentFontIcon("Laptop16Regular", "", 1, 16));
export const Laptop16Filled = ( /*#__PURE__*/createFluentFontIcon("Laptop16Filled", "", 0, 16));
export const Laptop20Regular = ( /*#__PURE__*/createFluentFontIcon("Laptop20Regular", "", 1, 20));
export const Laptop20Filled = ( /*#__PURE__*/createFluentFontIcon("Laptop20Filled", "", 0, 20));
export const Laptop24Regular = ( /*#__PURE__*/createFluentFontIcon("Laptop24Regular", "", 1, 24));
export const Laptop24Filled = ( /*#__PURE__*/createFluentFontIcon("Laptop24Filled", "", 0, 24));
export const Laptop28Regular = ( /*#__PURE__*/createFluentFontIcon("Laptop28Regular", "", 1, 28));
export const Laptop28Filled = ( /*#__PURE__*/createFluentFontIcon("Laptop28Filled", "", 0, 28));
export const Laptop32Regular = ( /*#__PURE__*/createFluentFontIcon("Laptop32Regular", "", 1, 32));
export const Laptop32Filled = ( /*#__PURE__*/createFluentFontIcon("Laptop32Filled", "", 0, 32));
export const Laptop48Regular = ( /*#__PURE__*/createFluentFontIcon("Laptop48Regular", "", 1, 48));
export const Laptop48Filled = ( /*#__PURE__*/createFluentFontIcon("Laptop48Filled", "", 0, 48));