@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
9 lines (8 loc) • 765 B
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const BorderRightFilled = ( /*#__PURE__*/createFluentFontIcon("BorderRightFilled", "", 2, undefined));
export const BorderRightRegular = ( /*#__PURE__*/createFluentFontIcon("BorderRightRegular", "", 2, undefined));
export const BorderRight20Regular = ( /*#__PURE__*/createFluentFontIcon("BorderRight20Regular", "", 1, 20));
export const BorderRight20Filled = ( /*#__PURE__*/createFluentFontIcon("BorderRight20Filled", "", 0, 20));
export const BorderRight24Regular = ( /*#__PURE__*/createFluentFontIcon("BorderRight24Regular", "", 1, 24));
export const BorderRight24Filled = ( /*#__PURE__*/createFluentFontIcon("BorderRight24Filled", "", 0, 24));