@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
9 lines (8 loc) • 801 B
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const CollectionsAddFilled = ( /*#__PURE__*/createFluentFontIcon("CollectionsAddFilled", "", 2, undefined));
export const CollectionsAddRegular = ( /*#__PURE__*/createFluentFontIcon("CollectionsAddRegular", "", 2, undefined));
export const CollectionsAdd20Regular = ( /*#__PURE__*/createFluentFontIcon("CollectionsAdd20Regular", "", 1, 20));
export const CollectionsAdd20Filled = ( /*#__PURE__*/createFluentFontIcon("CollectionsAdd20Filled", "", 0, 20));
export const CollectionsAdd24Regular = ( /*#__PURE__*/createFluentFontIcon("CollectionsAdd24Regular", "", 1, 24));
export const CollectionsAdd24Filled = ( /*#__PURE__*/createFluentFontIcon("CollectionsAdd24Filled", "", 0, 24));