@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
11 lines (10 loc) • 991 B
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const KeyMultipleFilled = ( /*#__PURE__*/createFluentFontIcon("KeyMultipleFilled", "", 2, undefined));
export const KeyMultipleRegular = ( /*#__PURE__*/createFluentFontIcon("KeyMultipleRegular", "", 2, undefined));
export const KeyMultiple16Regular = ( /*#__PURE__*/createFluentFontIcon("KeyMultiple16Regular", "", 1, 16));
export const KeyMultiple16Filled = ( /*#__PURE__*/createFluentFontIcon("KeyMultiple16Filled", "", 0, 16));
export const KeyMultiple20Regular = ( /*#__PURE__*/createFluentFontIcon("KeyMultiple20Regular", "", 1, 20));
export const KeyMultiple20Filled = ( /*#__PURE__*/createFluentFontIcon("KeyMultiple20Filled", "", 0, 20));
export const KeyMultiple24Regular = ( /*#__PURE__*/createFluentFontIcon("KeyMultiple24Regular", "", 1, 24));
export const KeyMultiple24Filled = ( /*#__PURE__*/createFluentFontIcon("KeyMultiple24Filled", "", 0, 24));