@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
9 lines (8 loc) • 849 B
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const BookArrowClockwiseFilled = ( /*#__PURE__*/createFluentFontIcon("BookArrowClockwiseFilled", "", 2, undefined));
export const BookArrowClockwiseRegular = ( /*#__PURE__*/createFluentFontIcon("BookArrowClockwiseRegular", "", 2, undefined));
export const BookArrowClockwise20Regular = ( /*#__PURE__*/createFluentFontIcon("BookArrowClockwise20Regular", "", 1, 20));
export const BookArrowClockwise20Filled = ( /*#__PURE__*/createFluentFontIcon("BookArrowClockwise20Filled", "", 0, 20));
export const BookArrowClockwise24Regular = ( /*#__PURE__*/createFluentFontIcon("BookArrowClockwise24Regular", "", 1, 24));
export const BookArrowClockwise24Filled = ( /*#__PURE__*/createFluentFontIcon("BookArrowClockwise24Filled", "", 0, 24));