@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
18 lines (17 loc) • 2 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.RowChild32Filled = exports.RowChild32Regular = exports.RowChild28Filled = exports.RowChild28Regular = exports.RowChild24Filled = exports.RowChild24Regular = exports.RowChild20Filled = exports.RowChild20Regular = exports.RowChild16Filled = exports.RowChild16Regular = exports.RowChildRegular = exports.RowChildFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.RowChildFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("RowChildFilled", "", 2, undefined));
exports.RowChildRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("RowChildRegular", "", 2, undefined));
exports.RowChild16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("RowChild16Regular", "", 1, 16));
exports.RowChild16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("RowChild16Filled", "", 0, 16));
exports.RowChild20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("RowChild20Regular", "", 1, 20));
exports.RowChild20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("RowChild20Filled", "", 0, 20));
exports.RowChild24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("RowChild24Regular", "", 1, 24));
exports.RowChild24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("RowChild24Filled", "", 0, 24));
exports.RowChild28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("RowChild28Regular", "", 1, 28));
exports.RowChild28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("RowChild28Filled", "", 0, 28));
exports.RowChild32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("RowChild32Regular", "", 1, 32));
exports.RowChild32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("RowChild32Filled", "", 0, 32));