9 lines
681 B
JavaScript
9 lines
681 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const PairFilled = ( /*#__PURE__*/createFluentFontIcon("PairFilled", "", 2, undefined));
|
|
export const PairRegular = ( /*#__PURE__*/createFluentFontIcon("PairRegular", "", 2, undefined));
|
|
export const Pair20Regular = ( /*#__PURE__*/createFluentFontIcon("Pair20Regular", "", 1, 20));
|
|
export const Pair20Filled = ( /*#__PURE__*/createFluentFontIcon("Pair20Filled", "", 0, 20));
|
|
export const Pair24Regular = ( /*#__PURE__*/createFluentFontIcon("Pair24Regular", "", 1, 24));
|
|
export const Pair24Filled = ( /*#__PURE__*/createFluentFontIcon("Pair24Filled", "", 0, 24));
|