@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
9 lines (8 loc) • 789 B
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const EyedropperOffFilled = ( /*#__PURE__*/createFluentFontIcon("EyedropperOffFilled", "", 2, undefined));
export const EyedropperOffRegular = ( /*#__PURE__*/createFluentFontIcon("EyedropperOffRegular", "", 2, undefined));
export const EyedropperOff20Regular = ( /*#__PURE__*/createFluentFontIcon("EyedropperOff20Regular", "", 1, 20));
export const EyedropperOff20Filled = ( /*#__PURE__*/createFluentFontIcon("EyedropperOff20Filled", "", 0, 20));
export const EyedropperOff24Regular = ( /*#__PURE__*/createFluentFontIcon("EyedropperOff24Regular", "", 1, 24));
export const EyedropperOff24Filled = ( /*#__PURE__*/createFluentFontIcon("EyedropperOff24Filled", "", 0, 24));