@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
12 lines (11 loc) • 1.14 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TaskListRtl24Filled = exports.TaskListRtl24Regular = exports.TaskListRtl20Filled = exports.TaskListRtl20Regular = exports.TaskListRtlRegular = exports.TaskListRtlFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.TaskListRtlFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TaskListRtlFilled", "", 2, undefined));
exports.TaskListRtlRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TaskListRtlRegular", "", 2, undefined));
exports.TaskListRtl20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TaskListRtl20Regular", "", 1, 20));
exports.TaskListRtl20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TaskListRtl20Filled", "", 0, 20));
exports.TaskListRtl24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TaskListRtl24Regular", "", 1, 24));
exports.TaskListRtl24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TaskListRtl24Filled", "", 0, 24));