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

9 lines
777 B
JavaScript

"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const LocationLiveFilled = ( /*#__PURE__*/createFluentFontIcon("LocationLiveFilled", "", 2, undefined));
export const LocationLiveRegular = ( /*#__PURE__*/createFluentFontIcon("LocationLiveRegular", "", 2, undefined));
export const LocationLive20Regular = ( /*#__PURE__*/createFluentFontIcon("LocationLive20Regular", "", 1, 20));
export const LocationLive20Filled = ( /*#__PURE__*/createFluentFontIcon("LocationLive20Filled", "", 0, 20));
export const LocationLive24Regular = ( /*#__PURE__*/createFluentFontIcon("LocationLive24Regular", "", 1, 24));
export const LocationLive24Filled = ( /*#__PURE__*/createFluentFontIcon("LocationLive24Filled", "", 0, 24));