UNPKG

@fluentui/react-icons

Version:

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

14 lines (13 loc) 1.53 kB
"use client"; "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ShapeIntersect24Filled = exports.ShapeIntersect24Regular = exports.ShapeIntersect20Filled = exports.ShapeIntersect20Regular = exports.ShapeIntersect16Filled = exports.ShapeIntersect16Regular = exports.ShapeIntersectRegular = exports.ShapeIntersectFilled = void 0; const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon"); exports.ShapeIntersectFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ShapeIntersectFilled", "", 2, undefined)); exports.ShapeIntersectRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ShapeIntersectRegular", "", 2, undefined)); exports.ShapeIntersect16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ShapeIntersect16Regular", "", 1, 16)); exports.ShapeIntersect16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ShapeIntersect16Filled", "", 0, 16)); exports.ShapeIntersect20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ShapeIntersect20Regular", "", 1, 20)); exports.ShapeIntersect20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ShapeIntersect20Filled", "", 0, 20)); exports.ShapeIntersect24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ShapeIntersect24Regular", "", 1, 24)); exports.ShapeIntersect24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ShapeIntersect24Filled", "", 0, 24));