Viewing file: 32e4eac4a1a74138d352b41a4c842f14.php (1.42 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, 'fill' => 'none', 'stroke' => 'currentColor']) as $__key => $__value) { $$__key = $$__key ?? $__value; } ?> <?php $attributes = $attributes->exceptProps(['width' => 24, 'height' => 24, 'fill' => 'none', 'stroke' => 'currentColor']); ?> <?php foreach (array_filter((['width' => 24, 'height' => 24, 'fill' => 'none', 'stroke' => 'currentColor']), '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); ?>" xmlns="http://www.w3.org/2000/svg" fill="<?php echo e($fill); ?>" viewBox="0 0 24 24" stroke-width="1.5" stroke="<?php echo e($stroke); ?>"> <path stroke-linecap="round" stroke-linejoin="round" d="M7.217 10.907a2.25 2.25 0 100 2.186m0-2.186c.18.324.283.696.283 1.093s-.103.77-.283 1.093m0-2.186l9.566-5.314m-9.566 7.5l9.566 5.314m0 0a2.25 2.25 0 103.935 2.186 2.25 2.25 0 00-3.935-2.186zm0-12.814a2.25 2.25 0 103.933-2.185 2.25 2.25 0 00-3.933 2.185z" /> </svg> <?php /**PATH E:\add listing 8-9-25\addListing\resources\views/components/svg/heroicons/share.blade.php ENDPATH**/ ?>
|