9 lines
765 B
JavaScript
9 lines
765 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const PaddingLeftFilled = ( /*#__PURE__*/createFluentFontIcon("PaddingLeftFilled", "", 2, undefined));
|
|
export const PaddingLeftRegular = ( /*#__PURE__*/createFluentFontIcon("PaddingLeftRegular", "", 2, undefined));
|
|
export const PaddingLeft20Regular = ( /*#__PURE__*/createFluentFontIcon("PaddingLeft20Regular", "", 1, 20));
|
|
export const PaddingLeft20Filled = ( /*#__PURE__*/createFluentFontIcon("PaddingLeft20Filled", "", 0, 20));
|
|
export const PaddingLeft24Regular = ( /*#__PURE__*/createFluentFontIcon("PaddingLeft24Regular", "", 1, 24));
|
|
export const PaddingLeft24Filled = ( /*#__PURE__*/createFluentFontIcon("PaddingLeft24Filled", "", 0, 24));
|