UNPKG

@fluentui/react-icons

Version:

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

9 lines (8 loc) 765 B
"use client"; import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon'; export const OrientationFilled = ( /*#__PURE__*/createFluentFontIcon("OrientationFilled", "", 2, undefined)); export const OrientationRegular = ( /*#__PURE__*/createFluentFontIcon("OrientationRegular", "", 2, undefined)); export const Orientation20Regular = ( /*#__PURE__*/createFluentFontIcon("Orientation20Regular", "", 1, 20)); export const Orientation20Filled = ( /*#__PURE__*/createFluentFontIcon("Orientation20Filled", "", 0, 20)); export const Orientation24Regular = ( /*#__PURE__*/createFluentFontIcon("Orientation24Regular", "", 1, 24)); export const Orientation24Filled = ( /*#__PURE__*/createFluentFontIcon("Orientation24Filled", "", 0, 24));