Private
Public Access
1
0
Files
power-apps-codeapps-blog-part2/node_modules/@fluentui/react-icons/lib-cjs/atoms/fonts/column-arrow-right.js

10 lines
881 B
JavaScript

"use client";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ColumnArrowRight20Filled = exports.ColumnArrowRight20Regular = exports.ColumnArrowRightRegular = exports.ColumnArrowRightFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.ColumnArrowRightFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ColumnArrowRightFilled", "", 2, undefined));
exports.ColumnArrowRightRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ColumnArrowRightRegular", "", 2, undefined));
exports.ColumnArrowRight20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ColumnArrowRight20Regular", "", 1, 20));
exports.ColumnArrowRight20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ColumnArrowRight20Filled", "", 0, 20));