Private
Public Access
1
0
Files
power-apps-codeapps-blog-part2/node_modules/@fluentui/react-icons/lib-cjs/atoms/fonts/gas.js

14 lines
1.2 KiB
JavaScript

"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));