@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
19 lines (18 loc) • 1.72 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const SquareFilled = ( /*#__PURE__*/createFluentFontIcon("SquareFilled", "", 2, undefined));
export const SquareRegular = ( /*#__PURE__*/createFluentFontIcon("SquareRegular", "", 2, undefined));
export const Square12Regular = ( /*#__PURE__*/createFluentFontIcon("Square12Regular", "", 1, 12));
export const Square12Filled = ( /*#__PURE__*/createFluentFontIcon("Square12Filled", "", 0, 12));
export const Square16Regular = ( /*#__PURE__*/createFluentFontIcon("Square16Regular", "", 1, 16));
export const Square16Filled = ( /*#__PURE__*/createFluentFontIcon("Square16Filled", "", 0, 16));
export const Square20Regular = ( /*#__PURE__*/createFluentFontIcon("Square20Regular", "", 1, 20));
export const Square20Filled = ( /*#__PURE__*/createFluentFontIcon("Square20Filled", "", 0, 20));
export const Square24Regular = ( /*#__PURE__*/createFluentFontIcon("Square24Regular", "", 1, 24));
export const Square24Filled = ( /*#__PURE__*/createFluentFontIcon("Square24Filled", "", 0, 24));
export const Square28Regular = ( /*#__PURE__*/createFluentFontIcon("Square28Regular", "", 1, 28));
export const Square28Filled = ( /*#__PURE__*/createFluentFontIcon("Square28Filled", "", 0, 28));
export const Square32Regular = ( /*#__PURE__*/createFluentFontIcon("Square32Regular", "", 1, 32));
export const Square32Filled = ( /*#__PURE__*/createFluentFontIcon("Square32Filled", "", 0, 32));
export const Square48Regular = ( /*#__PURE__*/createFluentFontIcon("Square48Regular", "", 1, 48));
export const Square48Filled = ( /*#__PURE__*/createFluentFontIcon("Square48Filled", "", 0, 48));