@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
7 lines (6 loc) • 575 B
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const PhoneDesktopAddFilled = ( /*#__PURE__*/createFluentFontIcon("PhoneDesktopAddFilled", "", 2, undefined));
export const PhoneDesktopAddRegular = ( /*#__PURE__*/createFluentFontIcon("PhoneDesktopAddRegular", "", 2, undefined));
export const PhoneDesktopAdd20Regular = ( /*#__PURE__*/createFluentFontIcon("PhoneDesktopAdd20Regular", "", 1, 20));
export const PhoneDesktopAdd20Filled = ( /*#__PURE__*/createFluentFontIcon("PhoneDesktopAdd20Filled", "", 0, 20));