Viewing file: 9e8f6ac279fdbfa0dd63fa0e31164ac4.php (1.15 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php $attributes ??= new \Illuminate\View\ComponentAttributeBag; ?> <?php foreach($attributes->onlyProps(['width' => '24', 'height' => '24']) as $__key => $__value) { $$__key = $$__key ?? $__value; } ?> <?php $attributes = $attributes->exceptProps(['width' => '24', 'height' => '24']); ?> <?php foreach (array_filter((['width' => '24', 'height' => '24']), '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 viewBox="0 0 24 24" width="<?php echo e($width); ?>" height="<?php echo e($height); ?>" stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round" class="css-i6dzq1"> <circle cx="12" cy="12" r="10"></circle> <line x1="12" y1="8" x2="12" y2="16"></line> <line x1="8" y1="12" x2="16" y2="12"></line> </svg> <?php /**PATH /home/picotech/domains/classify.picotech.app/public_html/resources/views/components/svg/image-select-icon.blade.php ENDPATH**/ ?>
|