UNPKG

@fluentui/react-icons

Version:

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

12 lines (11 loc) 1.12 kB
"use client"; "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Scratchpad24Filled = exports.Scratchpad24Regular = exports.Scratchpad20Filled = exports.Scratchpad20Regular = exports.ScratchpadRegular = exports.ScratchpadFilled = void 0; const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon"); exports.ScratchpadFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ScratchpadFilled", "", 2, undefined)); exports.ScratchpadRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ScratchpadRegular", "", 2, undefined)); exports.Scratchpad20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Scratchpad20Regular", "", 1, 20)); exports.Scratchpad20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Scratchpad20Filled", "", 0, 20)); exports.Scratchpad24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Scratchpad24Regular", "", 1, 24)); exports.Scratchpad24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Scratchpad24Filled", "", 0, 24));