@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 DualScreenLockFilled = ( /*#__PURE__*/createFluentFontIcon("DualScreenLockFilled", "", 2, undefined));
export const DualScreenLockRegular = ( /*#__PURE__*/createFluentFontIcon("DualScreenLockRegular", "", 2, undefined));
export const DualScreenLock20Regular = ( /*#__PURE__*/createFluentFontIcon("DualScreenLock20Regular", "", 1, 20));
export const DualScreenLock20Filled = ( /*#__PURE__*/createFluentFontIcon("DualScreenLock20Filled", "", 0, 20));
export const DualScreenLock24Regular = ( /*#__PURE__*/createFluentFontIcon("DualScreenLock24Regular", "", 1, 24));
export const DualScreenLock24Filled = ( /*#__PURE__*/createFluentFontIcon("DualScreenLock24Filled", "", 0, 24));