@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
14 lines (13 loc) • 1.48 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ShapeExclude24Filled = exports.ShapeExclude24Regular = exports.ShapeExclude20Filled = exports.ShapeExclude20Regular = exports.ShapeExclude16Filled = exports.ShapeExclude16Regular = exports.ShapeExcludeRegular = exports.ShapeExcludeFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.ShapeExcludeFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ShapeExcludeFilled", "", 2, undefined));
exports.ShapeExcludeRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ShapeExcludeRegular", "", 2, undefined));
exports.ShapeExclude16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ShapeExclude16Regular", "", 1, 16));
exports.ShapeExclude16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ShapeExclude16Filled", "", 0, 16));
exports.ShapeExclude20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ShapeExclude20Regular", "", 1, 20));
exports.ShapeExclude20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ShapeExclude20Filled", "", 0, 20));
exports.ShapeExclude24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ShapeExclude24Regular", "", 1, 24));
exports.ShapeExclude24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ShapeExclude24Filled", "", 0, 24));