@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
8 lines (7 loc) • 482 B
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TextTTag16Filled = exports.TextTTag16Regular = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.TextTTag16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextTTag16Regular", "", 1, 16));
exports.TextTTag16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextTTag16Filled", "", 0, 16));