12 lines
1.1 KiB
JavaScript
12 lines
1.1 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.PhoneShake24Filled = exports.PhoneShake24Regular = exports.PhoneShake20Filled = exports.PhoneShake20Regular = exports.PhoneShakeRegular = exports.PhoneShakeFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.PhoneShakeFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PhoneShakeFilled", "", 2, undefined));
|
|
exports.PhoneShakeRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PhoneShakeRegular", "", 2, undefined));
|
|
exports.PhoneShake20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PhoneShake20Regular", "", 1, 20));
|
|
exports.PhoneShake20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PhoneShake20Filled", "", 0, 20));
|
|
exports.PhoneShake24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PhoneShake24Regular", "", 1, 24));
|
|
exports.PhoneShake24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PhoneShake24Filled", "", 0, 24));
|