UNPKG

@fluentui/react-icons

Version:

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

8 lines (7 loc) 470 B
"use client"; "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CodeTs16Filled = exports.CodeTs16Regular = void 0; const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon"); exports.CodeTs16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CodeTs16Regular", "", 1, 16)); exports.CodeTs16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CodeTs16Filled", "", 0, 16));