UNPKG

@fluentui/react-icons

Version:

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

9 lines (8 loc) 741 B
"use client"; import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon'; export const SwipeDownFilled = ( /*#__PURE__*/createFluentFontIcon("SwipeDownFilled", "", 2, undefined)); export const SwipeDownRegular = ( /*#__PURE__*/createFluentFontIcon("SwipeDownRegular", "", 2, undefined)); export const SwipeDown20Regular = ( /*#__PURE__*/createFluentFontIcon("SwipeDown20Regular", "", 1, 20)); export const SwipeDown20Filled = ( /*#__PURE__*/createFluentFontIcon("SwipeDown20Filled", "", 0, 20)); export const SwipeDown24Regular = ( /*#__PURE__*/createFluentFontIcon("SwipeDown24Regular", "", 1, 24)); export const SwipeDown24Filled = ( /*#__PURE__*/createFluentFontIcon("SwipeDown24Filled", "", 0, 24));