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

16 lines
1.9 KiB
JavaScript

"use client";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.CompassNorthwest28Filled = exports.CompassNorthwest28Regular = exports.CompassNorthwest24Filled = exports.CompassNorthwest24Regular = exports.CompassNorthwest20Filled = exports.CompassNorthwest20Regular = exports.CompassNorthwest16Filled = exports.CompassNorthwest16Regular = exports.CompassNorthwestRegular = exports.CompassNorthwestFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.CompassNorthwestFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CompassNorthwestFilled", "", 2, undefined));
exports.CompassNorthwestRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CompassNorthwestRegular", "", 2, undefined));
exports.CompassNorthwest16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CompassNorthwest16Regular", "", 1, 16));
exports.CompassNorthwest16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CompassNorthwest16Filled", "", 0, 16));
exports.CompassNorthwest20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CompassNorthwest20Regular", "", 1, 20));
exports.CompassNorthwest20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CompassNorthwest20Filled", "", 0, 20));
exports.CompassNorthwest24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CompassNorthwest24Regular", "", 1, 24));
exports.CompassNorthwest24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CompassNorthwest24Filled", "", 0, 24));
exports.CompassNorthwest28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CompassNorthwest28Regular", "", 1, 28));
exports.CompassNorthwest28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CompassNorthwest28Filled", "", 0, 28));