11 lines
875 B
JavaScript
11 lines
875 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const CartFilled = ( /*#__PURE__*/createFluentFontIcon("CartFilled", "", 2, undefined));
|
|
export const CartRegular = ( /*#__PURE__*/createFluentFontIcon("CartRegular", "", 2, undefined));
|
|
export const Cart16Regular = ( /*#__PURE__*/createFluentFontIcon("Cart16Regular", "", 1, 16));
|
|
export const Cart16Filled = ( /*#__PURE__*/createFluentFontIcon("Cart16Filled", "", 0, 16));
|
|
export const Cart20Regular = ( /*#__PURE__*/createFluentFontIcon("Cart20Regular", "", 1, 20));
|
|
export const Cart20Filled = ( /*#__PURE__*/createFluentFontIcon("Cart20Filled", "", 0, 20));
|
|
export const Cart24Regular = ( /*#__PURE__*/createFluentFontIcon("Cart24Regular", "", 1, 24));
|
|
export const Cart24Filled = ( /*#__PURE__*/createFluentFontIcon("Cart24Filled", "", 0, 24));
|