@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
17 lines (16 loc) • 1.71 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const PenProhibitedFilled = ( /*#__PURE__*/createFluentFontIcon("PenProhibitedFilled", "", 2, undefined));
export const PenProhibitedRegular = ( /*#__PURE__*/createFluentFontIcon("PenProhibitedRegular", "", 2, undefined));
export const PenProhibited16Regular = ( /*#__PURE__*/createFluentFontIcon("PenProhibited16Regular", "", 1, 16));
export const PenProhibited16Filled = ( /*#__PURE__*/createFluentFontIcon("PenProhibited16Filled", "", 0, 16));
export const PenProhibited20Regular = ( /*#__PURE__*/createFluentFontIcon("PenProhibited20Regular", "", 1, 20));
export const PenProhibited20Filled = ( /*#__PURE__*/createFluentFontIcon("PenProhibited20Filled", "", 0, 20));
export const PenProhibited24Regular = ( /*#__PURE__*/createFluentFontIcon("PenProhibited24Regular", "", 1, 24));
export const PenProhibited24Filled = ( /*#__PURE__*/createFluentFontIcon("PenProhibited24Filled", "", 0, 24));
export const PenProhibited28Regular = ( /*#__PURE__*/createFluentFontIcon("PenProhibited28Regular", "", 1, 28));
export const PenProhibited28Filled = ( /*#__PURE__*/createFluentFontIcon("PenProhibited28Filled", "", 0, 28));
export const PenProhibited32Regular = ( /*#__PURE__*/createFluentFontIcon("PenProhibited32Regular", "", 1, 32));
export const PenProhibited32Filled = ( /*#__PURE__*/createFluentFontIcon("PenProhibited32Filled", "", 0, 32));
export const PenProhibited48Regular = ( /*#__PURE__*/createFluentFontIcon("PenProhibited48Regular", "", 1, 48));
export const PenProhibited48Filled = ( /*#__PURE__*/createFluentFontIcon("PenProhibited48Filled", "", 0, 48));