Yoast\WP\SEO\Schema_Templates\Assets
Icons::heroicons_ban()
The Heroicons ban svg icon.
Метод класса: Icons{}
Хуков нет.
Возвращает
Строку
.
Использование
$result = Icons::heroicons_ban( $size );
- $size(int)
- The Height and Width of the SVG icon.
По умолчанию: self::SIZE_DEFAULT
Код Icons::heroicons_ban() Icons::heroicons ban Yoast 20.0
public static function heroicons_ban( $size = self::SIZE_DEFAULT ) { return self::svg( "<path stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M18.364 18.364A9 9 0 005.636 5.636m12.728 12.728A9 9 0 015.636 5.636m12.728 12.728L5.636 5.636' />", $size ); }