UNPKG

@fluentui/react-icons

Version:

Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.

10 lines (9 loc) 785 B
"use client"; "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Joystick20Filled = exports.Joystick20Regular = exports.JoystickRegular = exports.JoystickFilled = void 0; const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon"); exports.JoystickFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("JoystickFilled", "", 2, undefined)); exports.JoystickRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("JoystickRegular", "", 2, undefined)); exports.Joystick20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Joystick20Regular", "", 1, 20)); exports.Joystick20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Joystick20Filled", "", 0, 20));