UNPKG

@fluentui/react-icons

Version:

Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.

9 lines (8 loc) 753 B
"use client"; import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon'; export const ScratchpadFilled = ( /*#__PURE__*/createFluentFontIcon("ScratchpadFilled", "", 2, undefined)); export const ScratchpadRegular = ( /*#__PURE__*/createFluentFontIcon("ScratchpadRegular", "", 2, undefined)); export const Scratchpad20Regular = ( /*#__PURE__*/createFluentFontIcon("Scratchpad20Regular", "", 1, 20)); export const Scratchpad20Filled = ( /*#__PURE__*/createFluentFontIcon("Scratchpad20Filled", "", 0, 20)); export const Scratchpad24Regular = ( /*#__PURE__*/createFluentFontIcon("Scratchpad24Regular", "", 1, 24)); export const Scratchpad24Filled = ( /*#__PURE__*/createFluentFontIcon("Scratchpad24Filled", "", 0, 24));