@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
20 lines (19 loc) • 1.81 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const SearchFilled = ( /*#__PURE__*/createFluentFontIcon("SearchFilled", "", 2, undefined));
export const SearchRegular = ( /*#__PURE__*/createFluentFontIcon("SearchRegular", "", 2, undefined));
export const Search12Regular = ( /*#__PURE__*/createFluentFontIcon("Search12Regular", "", 1, 12));
export const Search12Filled = ( /*#__PURE__*/createFluentFontIcon("Search12Filled", "", 0, 12));
export const Search16Regular = ( /*#__PURE__*/createFluentFontIcon("Search16Regular", "", 1, 16));
export const Search16Filled = ( /*#__PURE__*/createFluentFontIcon("Search16Filled", "", 0, 16));
export const Search20Regular = ( /*#__PURE__*/createFluentFontIcon("Search20Regular", "", 1, 20));
export const Search20Filled = ( /*#__PURE__*/createFluentFontIcon("Search20Filled", "", 0, 20));
export const Search24Regular = ( /*#__PURE__*/createFluentFontIcon("Search24Regular", "", 1, 24));
export const Search24Filled = ( /*#__PURE__*/createFluentFontIcon("Search24Filled", "", 0, 24));
export const Search28Regular = ( /*#__PURE__*/createFluentFontIcon("Search28Regular", "", 1, 28));
export const Search28Filled = ( /*#__PURE__*/createFluentFontIcon("Search28Filled", "", 0, 28));
export const Search32Regular = ( /*#__PURE__*/createFluentFontIcon("Search32Regular", "", 1, 32));
export const Search32Filled = ( /*#__PURE__*/createFluentFontIcon("Search32Filled", "", 0, 32));
export const Search32Light = ( /*#__PURE__*/createFluentFontIcon("Search32Light", "", 3, 32));
export const Search48Regular = ( /*#__PURE__*/createFluentFontIcon("Search48Regular", "", 1, 48));
export const Search48Filled = ( /*#__PURE__*/createFluentFontIcon("Search48Filled", "", 0, 48));