UNPKG

@fluentui/react-icons

Version:

Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.

12 lines (11 loc) 1.09 kB
"use client"; "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SendCopy24Filled = exports.SendCopy24Regular = exports.SendCopy20Filled = exports.SendCopy20Regular = exports.SendCopyRegular = exports.SendCopyFilled = void 0; const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon"); exports.SendCopyFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("SendCopyFilled", "", 2, undefined)); exports.SendCopyRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("SendCopyRegular", "", 2, undefined)); exports.SendCopy20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("SendCopy20Regular", "", 1, 20)); exports.SendCopy20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("SendCopy20Filled", "", 0, 20)); exports.SendCopy24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("SendCopy24Regular", "", 1, 24)); exports.SendCopy24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("SendCopy24Filled", "", 0, 24));