Files
starface-outlook-sync-addin/node_modules/@fluentui/react-icons/lib/atoms/fonts/border-all.js
T
Stefan Hacker 37ad745546 first commit
2026-04-03 09:38:48 +02:00

11 lines
955 B
JavaScript

"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const BorderAllFilled = ( /*#__PURE__*/createFluentFontIcon("BorderAllFilled", "", 2, undefined));
export const BorderAllRegular = ( /*#__PURE__*/createFluentFontIcon("BorderAllRegular", "", 2, undefined));
export const BorderAll16Regular = ( /*#__PURE__*/createFluentFontIcon("BorderAll16Regular", "", 1, 16));
export const BorderAll16Filled = ( /*#__PURE__*/createFluentFontIcon("BorderAll16Filled", "", 0, 16));
export const BorderAll20Regular = ( /*#__PURE__*/createFluentFontIcon("BorderAll20Regular", "", 1, 20));
export const BorderAll20Filled = ( /*#__PURE__*/createFluentFontIcon("BorderAll20Filled", "", 0, 20));
export const BorderAll24Regular = ( /*#__PURE__*/createFluentFontIcon("BorderAll24Regular", "", 1, 24));
export const BorderAll24Filled = ( /*#__PURE__*/createFluentFontIcon("BorderAll24Filled", "", 0, 24));