UNPKG

@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
"use client"; "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Orientation24Filled = exports.Orientation24Regular = exports.Orientation20Filled = exports.Orientation20Regular = exports.OrientationRegular = exports.OrientationFilled = void 0; const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon"); exports.OrientationFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("OrientationFilled", "", 2, undefined)); exports.OrientationRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("OrientationRegular", "", 2, undefined)); exports.Orientation20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Orientation20Regular", "", 1, 20)); exports.Orientation20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Orientation20Filled", "", 0, 20)); exports.Orientation24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Orientation24Regular", "", 1, 24)); exports.Orientation24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Orientation24Filled", "", 0, 24));