9 lines
789 B
JavaScript
9 lines
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));
|