8 lines
500 B
JavaScript
8 lines
500 B
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.IosArrowRtl24Filled = exports.IosArrowRtl24Regular = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.IosArrowRtl24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("IosArrowRtl24Regular", "", 1, 24));
|
|
exports.IosArrowRtl24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("IosArrowRtl24Filled", "", 0, 24));
|