@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
10 lines (9 loc) • 1.01 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.LayoutColumnThreeFocusRight24Filled = exports.LayoutColumnThreeFocusRight20Filled = exports.LayoutColumnThreeFocusRight16Filled = exports.LayoutColumnThreeFocusRightFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.LayoutColumnThreeFocusRightFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LayoutColumnThreeFocusRightFilled", "", 2, undefined));
exports.LayoutColumnThreeFocusRight16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LayoutColumnThreeFocusRight16Filled", "", 0, 16));
exports.LayoutColumnThreeFocusRight20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LayoutColumnThreeFocusRight20Filled", "", 0, 20));
exports.LayoutColumnThreeFocusRight24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LayoutColumnThreeFocusRight24Filled", "", 0, 24));