@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
18 lines (17 loc) • 1.84 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Wand48Filled = exports.Wand48Regular = exports.Wand28Filled = exports.Wand28Regular = exports.Wand24Filled = exports.Wand24Regular = exports.Wand20Filled = exports.Wand20Regular = exports.Wand16Filled = exports.Wand16Regular = exports.WandRegular = exports.WandFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.WandFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WandFilled", "", 2, undefined));
exports.WandRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WandRegular", "", 2, undefined));
exports.Wand16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Wand16Regular", "", 1, 16));
exports.Wand16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Wand16Filled", "", 0, 16));
exports.Wand20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Wand20Regular", "", 1, 20));
exports.Wand20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Wand20Filled", "", 0, 20));
exports.Wand24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Wand24Regular", "", 1, 24));
exports.Wand24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Wand24Filled", "", 0, 24));
exports.Wand28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Wand28Regular", "", 1, 28));
exports.Wand28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Wand28Filled", "", 0, 28));
exports.Wand48Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Wand48Regular", "", 1, 48));
exports.Wand48Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Wand48Filled", "", 0, 48));