9 lines
813 B
JavaScript
9 lines
813 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const TextColumnThreeFilled = ( /*#__PURE__*/createFluentFontIcon("TextColumnThreeFilled", "", 2, undefined));
|
|
export const TextColumnThreeRegular = ( /*#__PURE__*/createFluentFontIcon("TextColumnThreeRegular", "", 2, undefined));
|
|
export const TextColumnThree20Regular = ( /*#__PURE__*/createFluentFontIcon("TextColumnThree20Regular", "", 1, 20));
|
|
export const TextColumnThree20Filled = ( /*#__PURE__*/createFluentFontIcon("TextColumnThree20Filled", "", 0, 20));
|
|
export const TextColumnThree24Regular = ( /*#__PURE__*/createFluentFontIcon("TextColumnThree24Regular", "", 1, 24));
|
|
export const TextColumnThree24Filled = ( /*#__PURE__*/createFluentFontIcon("TextColumnThree24Filled", "", 0, 24));
|