UNPKG

@fluentui/react-icons

Version:

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

8 lines (7 loc) 482 B
"use client"; "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AppStore24Filled = exports.AppStore24Regular = void 0; const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon"); exports.AppStore24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("AppStore24Regular", "", 1, 24)); exports.AppStore24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("AppStore24Filled", "", 0, 24));