@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 BorderBottomDoubleFilled = ( /*#__PURE__*/createFluentFontIcon("BorderBottomDoubleFilled", "", 2, undefined));
export const BorderBottomDoubleRegular = ( /*#__PURE__*/createFluentFontIcon("BorderBottomDoubleRegular", "", 2, undefined));
export const BorderBottomDouble20Regular = ( /*#__PURE__*/createFluentFontIcon("BorderBottomDouble20Regular", "", 1, 20));
export const BorderBottomDouble20Filled = ( /*#__PURE__*/createFluentFontIcon("BorderBottomDouble20Filled", "", 0, 20));
export const BorderBottomDouble24Regular = ( /*#__PURE__*/createFluentFontIcon("BorderBottomDouble24Regular", "", 1, 24));
export const BorderBottomDouble24Filled = ( /*#__PURE__*/createFluentFontIcon("BorderBottomDouble24Filled", "", 0, 24));