@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
14 lines (13 loc) • 1.58 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ClipboardDataBar32Filled = exports.ClipboardDataBar32Regular = exports.ClipboardDataBar24Filled = exports.ClipboardDataBar24Regular = exports.ClipboardDataBar20Filled = exports.ClipboardDataBar20Regular = exports.ClipboardDataBarRegular = exports.ClipboardDataBarFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.ClipboardDataBarFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ClipboardDataBarFilled", "", 2, undefined));
exports.ClipboardDataBarRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ClipboardDataBarRegular", "", 2, undefined));
exports.ClipboardDataBar20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ClipboardDataBar20Regular", "", 1, 20));
exports.ClipboardDataBar20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ClipboardDataBar20Filled", "", 0, 20));
exports.ClipboardDataBar24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ClipboardDataBar24Regular", "", 1, 24));
exports.ClipboardDataBar24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ClipboardDataBar24Filled", "", 0, 24));
exports.ClipboardDataBar32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ClipboardDataBar32Regular", "", 1, 32));
exports.ClipboardDataBar32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ClipboardDataBar32Filled", "", 0, 32));