Viewing file: 9970d2611734bb9dd2e55237a2779400.php (1.31 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php $attributes ??= new \Illuminate\View\ComponentAttributeBag; ?> <?php foreach($attributes->onlyProps(['class' => 'rotate-180', 'width' => 12, 'height' => 12, 'stroke' => 'currentColor', 'fill' => 'none']) as $__key => $__value) { $$__key = $$__key ?? $__value; } ?> <?php $attributes = $attributes->exceptProps(['class' => 'rotate-180', 'width' => 12, 'height' => 12, 'stroke' => 'currentColor', 'fill' => 'none']); ?> <?php foreach (array_filter((['class' => 'rotate-180', 'width' => 12, 'height' => 12, 'stroke' => 'currentColor', 'fill' => 'none']), 'is_string', ARRAY_FILTER_USE_KEY) as $__key => $__value) { $$__key = $$__key ?? $__value; } ?> <?php $__defined_vars = get_defined_vars(); ?> <?php foreach ($attributes as $__key => $__value) { if (array_key_exists($__key, $__defined_vars)) unset($$__key); } ?> <?php unset($__defined_vars); ?>
<svg class="<?php echo e($class); ?>" width="<?php echo e($width); ?>" height="<?php echo e($height); ?>" fill="<?php echo e($fill); ?>" viewBox="0 0 12 12" xmlns="http://www.w3.org/2000/svg"> <path d="M4.125 2.25L7.875 6L4.125 9.75" stroke="<?php echo e($stroke); ?>" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" /> </svg> <?php /**PATH E:\add listing 8-9-25\addListing\resources\views/components/svg/left-icon.blade.php ENDPATH**/ ?>
|