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

16 lines
1.7 KiB
JavaScript

"use client";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.MyLocation24Filled = exports.MyLocation24Regular = exports.MyLocation20Filled = exports.MyLocation20Regular = exports.MyLocation16Filled = exports.MyLocation16Regular = exports.MyLocation12Filled = exports.MyLocation12Regular = exports.MyLocationRegular = exports.MyLocationFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.MyLocationFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("MyLocationFilled", "", 2, undefined));
exports.MyLocationRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("MyLocationRegular", "", 2, undefined));
exports.MyLocation12Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("MyLocation12Regular", "", 1, 12));
exports.MyLocation12Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("MyLocation12Filled", "", 0, 12));
exports.MyLocation16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("MyLocation16Regular", "", 1, 16));
exports.MyLocation16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("MyLocation16Filled", "", 0, 16));
exports.MyLocation20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("MyLocation20Regular", "", 1, 20));
exports.MyLocation20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("MyLocation20Filled", "", 0, 20));
exports.MyLocation24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("MyLocation24Regular", "", 1, 24));
exports.MyLocation24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("MyLocation24Filled", "", 0, 24));