@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
10 lines (9 loc) • 991 B
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.WindowColumnOneFourthLeft20Filled = exports.WindowColumnOneFourthLeft20Regular = exports.WindowColumnOneFourthLeftRegular = exports.WindowColumnOneFourthLeftFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.WindowColumnOneFourthLeftFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowColumnOneFourthLeftFilled", "", 2, undefined));
exports.WindowColumnOneFourthLeftRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowColumnOneFourthLeftRegular", "", 2, undefined));
exports.WindowColumnOneFourthLeft20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowColumnOneFourthLeft20Regular", "", 1, 20));
exports.WindowColumnOneFourthLeft20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowColumnOneFourthLeft20Filled", "", 0, 20));