7 lines
345 B
JavaScript
7 lines
345 B
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.StarArrowRight32Light = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.StarArrowRight32Light = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("StarArrowRight32Light", "", 3, 32));
|