14 lines
1.2 KiB
JavaScript
14 lines
1.2 KiB
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const LassoFilled = ( /*#__PURE__*/createFluentFontIcon("LassoFilled", "", 2, undefined));
|
|
export const LassoRegular = ( /*#__PURE__*/createFluentFontIcon("LassoRegular", "", 2, undefined));
|
|
export const Lasso20Regular = ( /*#__PURE__*/createFluentFontIcon("Lasso20Regular", "", 1, 20));
|
|
export const Lasso20Filled = ( /*#__PURE__*/createFluentFontIcon("Lasso20Filled", "", 0, 20));
|
|
export const Lasso24Regular = ( /*#__PURE__*/createFluentFontIcon("Lasso24Regular", "", 1, 24));
|
|
export const Lasso24Filled = ( /*#__PURE__*/createFluentFontIcon("Lasso24Filled", "", 0, 24));
|
|
export const Lasso28Regular = ( /*#__PURE__*/createFluentFontIcon("Lasso28Regular", "", 1, 28));
|
|
export const Lasso28Filled = ( /*#__PURE__*/createFluentFontIcon("Lasso28Filled", "", 0, 28));
|
|
export const Lasso32Regular = ( /*#__PURE__*/createFluentFontIcon("Lasso32Regular", "", 1, 32));
|
|
export const Lasso32Filled = ( /*#__PURE__*/createFluentFontIcon("Lasso32Filled", "", 0, 32));
|
|
export const Lasso32Light = ( /*#__PURE__*/createFluentFontIcon("Lasso32Light", "", 3, 32));
|