@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
9 lines (8 loc) • 765 B
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const ResizeImageFilled = ( /*#__PURE__*/createFluentFontIcon("ResizeImageFilled", "", 2, undefined));
export const ResizeImageRegular = ( /*#__PURE__*/createFluentFontIcon("ResizeImageRegular", "", 2, undefined));
export const ResizeImage20Regular = ( /*#__PURE__*/createFluentFontIcon("ResizeImage20Regular", "", 1, 20));
export const ResizeImage20Filled = ( /*#__PURE__*/createFluentFontIcon("ResizeImage20Filled", "", 0, 20));
export const ResizeImage24Regular = ( /*#__PURE__*/createFluentFontIcon("ResizeImage24Regular", "", 1, 24));
export const ResizeImage24Filled = ( /*#__PURE__*/createFluentFontIcon("ResizeImage24Filled", "", 0, 24));