UNPKG

@fluentui/react-icons

Version:

Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.

10 lines (9 loc) 881 B
"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));