@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
13 lines (12 loc) • 1.24 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const HandMultipleFilled = ( /*#__PURE__*/createFluentFontIcon("HandMultipleFilled", "", 2, undefined));
export const HandMultipleRegular = ( /*#__PURE__*/createFluentFontIcon("HandMultipleRegular", "", 2, undefined));
export const HandMultiple16Regular = ( /*#__PURE__*/createFluentFontIcon("HandMultiple16Regular", "", 1, 16));
export const HandMultiple16Filled = ( /*#__PURE__*/createFluentFontIcon("HandMultiple16Filled", "", 0, 16));
export const HandMultiple20Regular = ( /*#__PURE__*/createFluentFontIcon("HandMultiple20Regular", "", 1, 20));
export const HandMultiple20Filled = ( /*#__PURE__*/createFluentFontIcon("HandMultiple20Filled", "", 0, 20));
export const HandMultiple24Regular = ( /*#__PURE__*/createFluentFontIcon("HandMultiple24Regular", "", 1, 24));
export const HandMultiple24Filled = ( /*#__PURE__*/createFluentFontIcon("HandMultiple24Filled", "", 0, 24));
export const HandMultiple28Regular = ( /*#__PURE__*/createFluentFontIcon("HandMultiple28Regular", "", 1, 28));
export const HandMultiple28Filled = ( /*#__PURE__*/createFluentFontIcon("HandMultiple28Filled", "", 0, 28));