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