9 lines
741 B
JavaScript
9 lines
741 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const SlideLinkFilled = ( /*#__PURE__*/createFluentFontIcon("SlideLinkFilled", "", 2, undefined));
|
|
export const SlideLinkRegular = ( /*#__PURE__*/createFluentFontIcon("SlideLinkRegular", "", 2, undefined));
|
|
export const SlideLink20Regular = ( /*#__PURE__*/createFluentFontIcon("SlideLink20Regular", "", 1, 20));
|
|
export const SlideLink20Filled = ( /*#__PURE__*/createFluentFontIcon("SlideLink20Filled", "", 0, 20));
|
|
export const SlideLink24Regular = ( /*#__PURE__*/createFluentFontIcon("SlideLink24Regular", "", 1, 24));
|
|
export const SlideLink24Filled = ( /*#__PURE__*/createFluentFontIcon("SlideLink24Filled", "", 0, 24));
|