Viewing file: b8e5ae6f1ffe57a671d1d4fede0ff6bc.php (1.3 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php $attributes ??= new \Illuminate\View\ComponentAttributeBag; ?> <?php foreach($attributes->onlyProps(['class' => '','width' => 12, 'height' => 12, 'stroke' => 'currentColor', 'fill' => 'none']) as $__key => $__value) { $$__key = $$__key ?? $__value; } ?> <?php $attributes = $attributes->exceptProps(['class' => '','width' => 12, 'height' => 12, 'stroke' => 'currentColor', 'fill' => 'none']); ?> <?php foreach (array_filter((['class' => '','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 /home/picotech/domains/classify.picotech.app/public_html/resources/views/components/svg/right-icon.blade.php ENDPATH**/ ?>
|