@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
7 lines (6 loc) • 631 B
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const RadarRectangleMultipleFilled = ( /*#__PURE__*/createFluentFontIcon("RadarRectangleMultipleFilled", "", 2, undefined));
export const RadarRectangleMultipleRegular = ( /*#__PURE__*/createFluentFontIcon("RadarRectangleMultipleRegular", "", 2, undefined));
export const RadarRectangleMultiple20Regular = ( /*#__PURE__*/createFluentFontIcon("RadarRectangleMultiple20Regular", "", 1, 20));
export const RadarRectangleMultiple20Filled = ( /*#__PURE__*/createFluentFontIcon("RadarRectangleMultiple20Filled", "", 0, 20));