@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
12 lines (11 loc) • 1.25 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TextColumnOneWide24Filled = exports.TextColumnOneWide24Regular = exports.TextColumnOneWide20Filled = exports.TextColumnOneWide20Regular = exports.TextColumnOneWideRegular = exports.TextColumnOneWideFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.TextColumnOneWideFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextColumnOneWideFilled", "", 2, undefined));
exports.TextColumnOneWideRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextColumnOneWideRegular", "", 2, undefined));
exports.TextColumnOneWide20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextColumnOneWide20Regular", "", 1, 20));
exports.TextColumnOneWide20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextColumnOneWide20Filled", "", 0, 20));
exports.TextColumnOneWide24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextColumnOneWide24Regular", "", 1, 24));
exports.TextColumnOneWide24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextColumnOneWide24Filled", "", 0, 24));