@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
11 lines (10 loc) • 1.03 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const ShapeIntersectFilled = ( /*#__PURE__*/createFluentFontIcon("ShapeIntersectFilled", "", 2, undefined));
export const ShapeIntersectRegular = ( /*#__PURE__*/createFluentFontIcon("ShapeIntersectRegular", "", 2, undefined));
export const ShapeIntersect16Regular = ( /*#__PURE__*/createFluentFontIcon("ShapeIntersect16Regular", "", 1, 16));
export const ShapeIntersect16Filled = ( /*#__PURE__*/createFluentFontIcon("ShapeIntersect16Filled", "", 0, 16));
export const ShapeIntersect20Regular = ( /*#__PURE__*/createFluentFontIcon("ShapeIntersect20Regular", "", 1, 20));
export const ShapeIntersect20Filled = ( /*#__PURE__*/createFluentFontIcon("ShapeIntersect20Filled", "", 0, 20));
export const ShapeIntersect24Regular = ( /*#__PURE__*/createFluentFontIcon("ShapeIntersect24Regular", "", 1, 24));
export const ShapeIntersect24Filled = ( /*#__PURE__*/createFluentFontIcon("ShapeIntersect24Filled", "", 0, 24));