@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
14 lines (13 loc) • 1.39 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.MapDrive24Filled = exports.MapDrive24Regular = exports.MapDrive20Filled = exports.MapDrive20Regular = exports.MapDrive16Filled = exports.MapDrive16Regular = exports.MapDriveRegular = exports.MapDriveFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.MapDriveFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("MapDriveFilled", "", 2, undefined));
exports.MapDriveRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("MapDriveRegular", "", 2, undefined));
exports.MapDrive16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("MapDrive16Regular", "", 1, 16));
exports.MapDrive16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("MapDrive16Filled", "", 0, 16));
exports.MapDrive20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("MapDrive20Regular", "", 1, 20));
exports.MapDrive20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("MapDrive20Filled", "", 0, 20));
exports.MapDrive24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("MapDrive24Regular", "", 1, 24));
exports.MapDrive24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("MapDrive24Filled", "", 0, 24));