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

14 lines
1.5 KiB
JavaScript

"use client";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.VideoClipWand24Filled = exports.VideoClipWand24Regular = exports.VideoClipWand20Filled = exports.VideoClipWand20Regular = exports.VideoClipWand16Filled = exports.VideoClipWand16Regular = exports.VideoClipWandRegular = exports.VideoClipWandFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.VideoClipWandFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("VideoClipWandFilled", "", 2, undefined));
exports.VideoClipWandRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("VideoClipWandRegular", "", 2, undefined));
exports.VideoClipWand16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("VideoClipWand16Regular", "󰕈", 1, 16));
exports.VideoClipWand16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("VideoClipWand16Filled", "󰗁", 0, 16));
exports.VideoClipWand20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("VideoClipWand20Regular", "󰕉", 1, 20));
exports.VideoClipWand20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("VideoClipWand20Filled", "󰗂", 0, 20));
exports.VideoClipWand24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("VideoClipWand24Regular", "󰕊", 1, 24));
exports.VideoClipWand24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("VideoClipWand24Filled", "󰗃", 0, 24));