@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
16 lines (15 loc) • 1.93 kB
JavaScript
"use client";
;
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));