Viewing file: 7dd815b0baf27a42899c7cddbfe5aec5.php (1.67 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php $attributes ??= new \Illuminate\View\ComponentAttributeBag; ?> <?php foreach($attributes->onlyProps(['stroke' => 'currentColor', 'width' => '24', 'height' =>'24']) as $__key => $__value) { $$__key = $$__key ?? $__value; } ?> <?php $attributes = $attributes->exceptProps(['stroke' => 'currentColor', 'width' => '24', 'height' =>'24']); ?> <?php foreach (array_filter((['stroke' => 'currentColor', '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 width="<?php echo e($width); ?>" height="<?php echo e($height); ?>" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M12 12.75C13.6569 12.75 15 11.4069 15 9.75C15 8.09315 13.6569 6.75 12 6.75C10.3431 6.75 9 8.09315 9 9.75C9 11.4069 10.3431 12.75 12 12.75Z" stroke="<?php echo e($stroke); ?>" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round" /> <path d="M19.5 9.75C19.5 16.5 12 21.75 12 21.75C12 21.75 4.5 16.5 4.5 9.75C4.5 7.76088 5.29018 5.85322 6.6967 4.4467C8.10322 3.04018 10.0109 2.25 12 2.25C13.9891 2.25 15.8968 3.04018 17.3033 4.4467C18.7098 5.85322 19.5 7.76088 19.5 9.75V9.75Z" stroke="<?php echo e($stroke); ?>" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round" /> </svg> <?php /**PATH E:\add listing 8-9-25\addListing\resources\views/components/svg/search-location-icon.blade.php ENDPATH**/ ?>
|