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

12 lines
1.1 KiB
JavaScript

"use client";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Thinking24Filled = exports.Thinking24Regular = exports.Thinking20Filled = exports.Thinking20Regular = exports.ThinkingRegular = exports.ThinkingFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.ThinkingFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ThinkingFilled", "", 2, undefined));
exports.ThinkingRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ThinkingRegular", "", 2, undefined));
exports.Thinking20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Thinking20Regular", "", 1, 20));
exports.Thinking20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Thinking20Filled", "", 0, 20));
exports.Thinking24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Thinking24Regular", "", 1, 24));
exports.Thinking24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Thinking24Filled", "", 0, 24));