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