Viewing file: 1a7329f7aba9368bfe682cb341ff48c6.php (1.93 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php $attributes ??= new \Illuminate\View\ComponentAttributeBag; ?> <?php foreach($attributes->onlyProps(['height' => '20', 'width' => '20', 'fill' => 'currentColor']) as $__key => $__value) { $$__key = $$__key ?? $__value; } ?> <?php $attributes = $attributes->exceptProps(['height' => '20', 'width' => '20', 'fill' => 'currentColor']); ?> <?php foreach (array_filter((['height' => '20', 'width' => '20', 'fill' => '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); ?>" viewBox="0 0 16 16" fill="<?php echo e($fill); ?>" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0)"> <path d="M15.9968 15.9995V15.9988H16.0008V10.1308C16.0008 7.26016 15.3828 5.04883 12.0268 5.04883C10.4135 5.04883 9.33082 5.93416 8.88882 6.7735H8.84216V5.31683H5.66016V15.9988H8.97349V10.7095C8.97349 9.31683 9.23749 7.97017 10.9622 7.97017C12.6615 7.97017 12.6868 9.5595 12.6868 10.7988V15.9995H15.9968Z" fill="<?php echo e($fill); ?>" /> <path d="M0.263672 5.31836H3.58101V16.0004H0.263672V5.31836Z" fill="<?php echo e($fill); ?>" /> <path d="M1.92133 0C0.860667 0 0 0.860667 0 1.92133C0 2.982 0.860667 3.86067 1.92133 3.86067C2.982 3.86067 3.84267 2.982 3.84267 1.92133C3.842 0.860667 2.98133 0 1.92133 0V0Z" fill="<?php echo e($fill); ?>" /> </g> <defs> <clipPath id="clip0"> <rect width="16" height="16" fill="<?php echo e($fill); ?>" /> </clipPath> </defs> </svg> <?php /**PATH /home/picotech/domains/classify.picotech.app/public_html/resources/views/components/svg/linkedin-icon.blade.php ENDPATH**/ ?>
|