UNPKG

@fluentui/react-icons

Version:

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

14 lines (13 loc) 1.27 kB
"use client"; "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Gas24Filled = exports.Gas24Regular = exports.Gas20Filled = exports.Gas20Regular = exports.Gas16Filled = exports.Gas16Regular = exports.GasRegular = exports.GasFilled = void 0; const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon"); exports.GasFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("GasFilled", "", 2, undefined)); exports.GasRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("GasRegular", "", 2, undefined)); exports.Gas16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Gas16Regular", "󰬆", 1, 16)); exports.Gas16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Gas16Filled", "󰮄", 0, 16)); exports.Gas20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Gas20Regular", "", 1, 20)); exports.Gas20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Gas20Filled", "", 0, 20)); exports.Gas24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Gas24Regular", "", 1, 24)); exports.Gas24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Gas24Filled", "", 0, 24));