7 lines
703 B
JavaScript
7 lines
703 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const RectanglePortraitLocationTargetFilled = ( /*#__PURE__*/createFluentFontIcon("RectanglePortraitLocationTargetFilled", "", 2, undefined));
|
|
export const RectanglePortraitLocationTargetRegular = ( /*#__PURE__*/createFluentFontIcon("RectanglePortraitLocationTargetRegular", "", 2, undefined));
|
|
export const RectanglePortraitLocationTarget20Regular = ( /*#__PURE__*/createFluentFontIcon("RectanglePortraitLocationTarget20Regular", "", 1, 20));
|
|
export const RectanglePortraitLocationTarget20Filled = ( /*#__PURE__*/createFluentFontIcon("RectanglePortraitLocationTarget20Filled", "", 0, 20));
|