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

13 lines
1.1 KiB
JavaScript

"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const PollOffFilled = ( /*#__PURE__*/createFluentFontIcon("PollOffFilled", "", 2, undefined));
export const PollOffRegular = ( /*#__PURE__*/createFluentFontIcon("PollOffRegular", "", 2, undefined));
export const PollOff16Regular = ( /*#__PURE__*/createFluentFontIcon("PollOff16Regular", "󰓌", 1, 16));
export const PollOff16Filled = ( /*#__PURE__*/createFluentFontIcon("PollOff16Filled", "󰕅", 0, 16));
export const PollOff20Regular = ( /*#__PURE__*/createFluentFontIcon("PollOff20Regular", "󰓍", 1, 20));
export const PollOff20Filled = ( /*#__PURE__*/createFluentFontIcon("PollOff20Filled", "󰕆", 0, 20));
export const PollOff24Regular = ( /*#__PURE__*/createFluentFontIcon("PollOff24Regular", "󰓎", 1, 24));
export const PollOff24Filled = ( /*#__PURE__*/createFluentFontIcon("PollOff24Filled", "󰕇", 0, 24));
export const PollOff32Regular = ( /*#__PURE__*/createFluentFontIcon("PollOff32Regular", "󰓏", 1, 32));
export const PollOff32Filled = ( /*#__PURE__*/createFluentFontIcon("PollOff32Filled", "󰕈", 0, 32));