@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
18 lines (17 loc) • 1.88 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Couch48Filled = exports.Couch48Regular = exports.Couch32Filled = exports.Couch32Regular = exports.Couch24Filled = exports.Couch24Regular = exports.Couch20Filled = exports.Couch20Regular = exports.Couch12Filled = exports.Couch12Regular = exports.CouchRegular = exports.CouchFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.CouchFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CouchFilled", "", 2, undefined));
exports.CouchRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CouchRegular", "", 2, undefined));
exports.Couch12Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Couch12Regular", "", 1, 12));
exports.Couch12Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Couch12Filled", "", 0, 12));
exports.Couch20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Couch20Regular", "", 1, 20));
exports.Couch20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Couch20Filled", "", 0, 20));
exports.Couch24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Couch24Regular", "", 1, 24));
exports.Couch24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Couch24Filled", "", 0, 24));
exports.Couch32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Couch32Regular", "", 1, 32));
exports.Couch32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Couch32Filled", "", 0, 32));
exports.Couch48Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Couch48Regular", "", 1, 48));
exports.Couch48Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Couch48Filled", "", 0, 48));