Viewing file: 5fd03429da6a5c7d68dc05a13e3a2793.php (2.15 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php $attributes ??= new \Illuminate\View\ComponentAttributeBag; ?> <?php foreach($attributes->onlyProps(['width' => '40', 'height' => '40', 'stroke' => 'var(--primary-500)']) as $__key => $__value) { $$__key = $$__key ?? $__value; } ?> <?php $attributes = $attributes->exceptProps(['width' => '40', 'height' => '40', 'stroke' => 'var(--primary-500)']); ?> <?php foreach (array_filter((['width' => '40', 'height' => '40', 'stroke' => 'var(--primary-500)']), '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 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M15 23.75H25" stroke="<?php echo e($stroke); ?>" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round" /> <path d="M15 18.75H25" stroke="<?php echo e($stroke); ?>" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round" /> <path d="M25.0003 6.25H31.25C31.5815 6.25 31.8995 6.3817 32.1339 6.61612C32.3683 6.85054 32.5 7.16848 32.5 7.5V33.75C32.5 34.0815 32.3683 34.3995 32.1339 34.6339C31.8995 34.8683 31.5815 35 31.25 35H8.75C8.41848 35 8.10054 34.8683 7.86612 34.6339C7.6317 34.3995 7.5 34.0815 7.5 33.75V7.5C7.5 7.16848 7.6317 6.85054 7.86612 6.61612C8.10054 6.3817 8.41848 6.25 8.75 6.25H14.9997" stroke="<?php echo e($stroke); ?>" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round" /> <path d="M13.75 11.25V10C13.75 8.3424 14.4085 6.75269 15.5806 5.58058C16.7527 4.40848 18.3424 3.75 20 3.75C21.6576 3.75 23.2473 4.40848 24.4194 5.58058C25.5915 6.75269 26.25 8.3424 26.25 10V11.25H13.75Z" stroke="<?php echo e($stroke); ?>" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round" /> </svg> <?php /**PATH /home/picotech/domains/classify.picotech.app/public_html/resources/views/components/svg/list-icon.blade.php ENDPATH**/ ?>
|