UNPKG

@fluentui/react-icons

Version:

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

9 lines (8 loc) 753 B
"use client"; import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon'; export const SwipeRightFilled = ( /*#__PURE__*/createFluentFontIcon("SwipeRightFilled", "", 2, undefined)); export const SwipeRightRegular = ( /*#__PURE__*/createFluentFontIcon("SwipeRightRegular", "", 2, undefined)); export const SwipeRight20Regular = ( /*#__PURE__*/createFluentFontIcon("SwipeRight20Regular", "", 1, 20)); export const SwipeRight20Filled = ( /*#__PURE__*/createFluentFontIcon("SwipeRight20Filled", "", 0, 20)); export const SwipeRight24Regular = ( /*#__PURE__*/createFluentFontIcon("SwipeRight24Regular", "", 1, 24)); export const SwipeRight24Filled = ( /*#__PURE__*/createFluentFontIcon("SwipeRight24Filled", "", 0, 24));