@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
9 lines (8 loc) • 729 B
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const SaveCopyFilled = ( /*#__PURE__*/createFluentFontIcon("SaveCopyFilled", "", 2, undefined));
export const SaveCopyRegular = ( /*#__PURE__*/createFluentFontIcon("SaveCopyRegular", "", 2, undefined));
export const SaveCopy20Regular = ( /*#__PURE__*/createFluentFontIcon("SaveCopy20Regular", "", 1, 20));
export const SaveCopy20Filled = ( /*#__PURE__*/createFluentFontIcon("SaveCopy20Filled", "", 0, 20));
export const SaveCopy24Regular = ( /*#__PURE__*/createFluentFontIcon("SaveCopy24Regular", "", 1, 24));
export const SaveCopy24Filled = ( /*#__PURE__*/createFluentFontIcon("SaveCopy24Filled", "", 0, 24));