UNPKG

@fluentui/react-icons

Version:

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

16 lines (15 loc) 1.81 kB
"use client"; "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PhoneSpanOut28Filled = exports.PhoneSpanOut28Regular = exports.PhoneSpanOut24Filled = exports.PhoneSpanOut24Regular = exports.PhoneSpanOut20Filled = exports.PhoneSpanOut20Regular = exports.PhoneSpanOut16Filled = exports.PhoneSpanOut16Regular = exports.PhoneSpanOutRegular = exports.PhoneSpanOutFilled = void 0; const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon"); exports.PhoneSpanOutFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PhoneSpanOutFilled", "", 2, undefined)); exports.PhoneSpanOutRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PhoneSpanOutRegular", "", 2, undefined)); exports.PhoneSpanOut16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PhoneSpanOut16Regular", "", 1, 16)); exports.PhoneSpanOut16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PhoneSpanOut16Filled", "", 0, 16)); exports.PhoneSpanOut20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PhoneSpanOut20Regular", "", 1, 20)); exports.PhoneSpanOut20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PhoneSpanOut20Filled", "", 0, 20)); exports.PhoneSpanOut24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PhoneSpanOut24Regular", "", 1, 24)); exports.PhoneSpanOut24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PhoneSpanOut24Filled", "", 0, 24)); exports.PhoneSpanOut28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PhoneSpanOut28Regular", "", 1, 28)); exports.PhoneSpanOut28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PhoneSpanOut28Filled", "", 0, 28));