10 lines
845 B
JavaScript
10 lines
845 B
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.SquaresNested20Filled = exports.SquaresNested20Regular = exports.SquaresNestedRegular = exports.SquaresNestedFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.SquaresNestedFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("SquaresNestedFilled", "", 2, undefined));
|
|
exports.SquaresNestedRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("SquaresNestedRegular", "", 2, undefined));
|
|
exports.SquaresNested20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("SquaresNested20Regular", "", 1, 20));
|
|
exports.SquaresNested20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("SquaresNested20Filled", "", 0, 20));
|