@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
13 lines (12 loc) • 1.14 kB
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));