"use client"; "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IosArrowRtl24Filled = exports.IosArrowRtl24Regular = void 0; const createFluentIcon_1 = require("../../utils/createFluentIcon"); exports.IosArrowRtl24Regular = ( /*#__PURE__*/createFluentIcon_1.createFluentIcon('IosArrowRtl24Regular', "24", ["m19.7 12-8.49-8.73a.75.75 0 1 1 1.08-1.04l9 9.25c.28.29.28.75 0 1.04l-9 9.25a.75.75 0 1 1-1.08-1.04l8.5-8.73Z"])); exports.IosArrowRtl24Filled = ( /*#__PURE__*/createFluentIcon_1.createFluentIcon('IosArrowRtl24Filled', "24", ["M11.27 3.69a1 1 0 1 1 1.46-1.38l8.5 9a1 1 0 0 1 0 1.38l-8.5 9a1 1 0 1 1-1.46-1.38L19.12 12l-7.85-8.31Z"]));