PNG %k25u25%fgd5n!
<?php
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
$width = isset( $width ) && intval( $width ) > 0 ? $width : 16;
$height = isset( $height ) && intval( $height ) > 0 ? $height : 16;
$fkcart_delete_item = isset( $fkcart_delete_item ) ? $fkcart_delete_item : false;
if ( true === $fkcart_delete_item ) {
?>
<svg xmlns="http://www.w3.org/2000/svg" width="<?php esc_attr_e( $width ) ?>" height="<?php esc_attr_e( $height ) ?>" viewBox="0 0 20 20" fill="none">
<g clip-path="url(#clip0_1576_34288)">
<path d="M10.3508 1.66699C11.7573 1.66699 12.9061 2.7704 12.9787 4.15881L12.9824 4.29857L16.842 4.29857C17.1327 4.29857 17.3683 4.53421 17.3683 4.82489C17.3683 5.09134 17.1703 5.31155 16.9134 5.3464L16.842 5.3512H16.0989L15.2428 15.9148C15.132 17.2812 13.9908 18.3337 12.6198 18.3337H8.08174C6.71083 18.3337 5.56957 17.2812 5.45877 15.9148L4.60202 5.3512H3.85957C3.59311 5.3512 3.37291 5.1532 3.33806 4.89631L3.33325 4.82489C3.33325 4.55843 3.53125 4.33823 3.78815 4.30338L3.85957 4.29857H7.71922C7.71922 2.84519 8.89742 1.66699 10.3508 1.66699ZM15.0432 5.3512H5.65836L6.50796 15.8297C6.57444 16.6495 7.2592 17.281 8.08174 17.281H12.6198C13.4424 17.281 14.1272 16.6495 14.1936 15.8297L15.0432 5.3512ZM8.77185 7.98278C9.0383 7.98278 9.25851 8.18079 9.29336 8.43768L9.29816 8.5091V14.1231C9.29816 14.4138 9.06253 14.6494 8.77185 14.6494C8.5054 14.6494 8.28519 14.4514 8.25034 14.1946L8.24553 14.1231V8.5091C8.24553 8.21842 8.48117 7.98278 8.77185 7.98278ZM11.9297 7.98278C12.1962 7.98278 12.4164 8.18079 12.4513 8.43768L12.4561 8.5091V14.1231C12.4561 14.4138 12.2204 14.6494 11.9297 14.6494C11.6633 14.6494 11.4431 14.4514 11.4082 14.1946L11.4034 14.1231V8.5091C11.4034 8.21842 11.6391 7.98278 11.9297 7.98278ZM10.3508 2.71962C9.5151 2.71962 8.83105 3.36886 8.77549 4.19047L8.77185 4.29857H11.9297L11.9261 4.19047C11.8705 3.36886 11.1865 2.71962 10.3508 2.71962Z" fill="#353030"/>
</g>
<defs>
<clipPath id="clip0_1576_34288">
<rect width="20" height="20" fill="white"/>
</clipPath>
</defs>
</svg>
<?php
} else {
?>
<svg width="<?php esc_attr_e( $width ) ?>" height="<?php esc_attr_e( $height ) ?>" viewBox="0 0 24 24" class="fkcart-icon-close" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M4.1518 4.31359L4.22676 4.22676C4.50161 3.9519 4.93172 3.92691 5.2348 4.1518L5.32163 4.22676L12 10.9048L18.6784 4.22676C18.9807 3.92441 19.4709 3.92441 19.7732 4.22676C20.0756 4.5291 20.0756 5.01929 19.7732 5.32163L13.0952 12L19.7732 18.6784C20.0481 18.9532 20.0731 19.3833 19.8482 19.6864L19.7732 19.7732C19.4984 20.0481 19.0683 20.0731 18.7652 19.8482L18.6784 19.7732L12 13.0952L5.32163 19.7732C5.01929 20.0756 4.5291 20.0756 4.22676 19.7732C3.92441 19.4709 3.92441 18.9807 4.22676 18.6784L10.9048 12L4.22676 5.32163C3.9519 5.04678 3.92691 4.61667 4.1518 4.31359L4.22676 4.22676L4.1518 4.31359Z" fill="currentColor"></path>
</svg>
<?php
}
?>