7 lines
657 B
JavaScript
7 lines
657 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const WindowColumnOneFourthLeftFilled = ( /*#__PURE__*/createFluentFontIcon("WindowColumnOneFourthLeftFilled", "", 2, undefined));
|
|
export const WindowColumnOneFourthLeftRegular = ( /*#__PURE__*/createFluentFontIcon("WindowColumnOneFourthLeftRegular", "", 2, undefined));
|
|
export const WindowColumnOneFourthLeft20Regular = ( /*#__PURE__*/createFluentFontIcon("WindowColumnOneFourthLeft20Regular", "", 1, 20));
|
|
export const WindowColumnOneFourthLeft20Filled = ( /*#__PURE__*/createFluentFontIcon("WindowColumnOneFourthLeft20Filled", "", 0, 20));
|