@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
11 lines (10 loc) • 987 B
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const ResizeSmallFilled = ( /*#__PURE__*/createFluentFontIcon("ResizeSmallFilled", "", 2, undefined));
export const ResizeSmallRegular = ( /*#__PURE__*/createFluentFontIcon("ResizeSmallRegular", "", 2, undefined));
export const ResizeSmall16Regular = ( /*#__PURE__*/createFluentFontIcon("ResizeSmall16Regular", "", 1, 16));
export const ResizeSmall16Filled = ( /*#__PURE__*/createFluentFontIcon("ResizeSmall16Filled", "", 0, 16));
export const ResizeSmall20Regular = ( /*#__PURE__*/createFluentFontIcon("ResizeSmall20Regular", "", 1, 20));
export const ResizeSmall20Filled = ( /*#__PURE__*/createFluentFontIcon("ResizeSmall20Filled", "", 0, 20));
export const ResizeSmall24Regular = ( /*#__PURE__*/createFluentFontIcon("ResizeSmall24Regular", "", 1, 24));
export const ResizeSmall24Filled = ( /*#__PURE__*/createFluentFontIcon("ResizeSmall24Filled", "", 0, 24));