@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
9 lines (8 loc) • 801 B
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const DualScreenSpanFilled = ( /*#__PURE__*/createFluentFontIcon("DualScreenSpanFilled", "", 2, undefined));
export const DualScreenSpanRegular = ( /*#__PURE__*/createFluentFontIcon("DualScreenSpanRegular", "", 2, undefined));
export const DualScreenSpan20Regular = ( /*#__PURE__*/createFluentFontIcon("DualScreenSpan20Regular", "", 1, 20));
export const DualScreenSpan20Filled = ( /*#__PURE__*/createFluentFontIcon("DualScreenSpan20Filled", "", 0, 20));
export const DualScreenSpan24Regular = ( /*#__PURE__*/createFluentFontIcon("DualScreenSpan24Regular", "", 1, 24));
export const DualScreenSpan24Filled = ( /*#__PURE__*/createFluentFontIcon("DualScreenSpan24Filled", "", 0, 24));