Viewing file: 9478fd05f3f5524e17061479394de1e1.php (1.22 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php $attributes ??= new \Illuminate\View\ComponentAttributeBag; ?> <?php foreach($attributes->onlyProps(['class' => '', 'stroke' => 'white', 'strokeOpacity' => '0.8']) as $__key => $__value) { $$__key = $$__key ?? $__value; } ?> <?php $attributes = $attributes->exceptProps(['class' => '', 'stroke' => 'white', 'strokeOpacity' => '0.8']); ?> <?php foreach (array_filter((['class' => '', 'stroke' => 'white', 'strokeOpacity' => '0.8']), '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="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M3.125 5.625H16.875M3.125 10H16.875M3.125 14.375H16.875" stroke="<?php echo e($stroke); ?>" stroke-opacity="<?php echo e($strokeOpacity); ?>" 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/menu-icon.blade.php ENDPATH**/ ?>
|