You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
393 B
PHP
21 lines
393 B
PHP
<?php
|
|
if ( ! defined( 'ABSPATH' ) ) {
|
|
exit;
|
|
}
|
|
/**
|
|
* This file is generated by Webpack, do not edit it directly.
|
|
*/
|
|
return [
|
|
'handle' => 'elementor-packages-icons',
|
|
'src' => plugins_url( '/', __FILE__ ) . 'icons{{MIN_SUFFIX}}.js',
|
|
'i18n' => [
|
|
'domain' => 'elementor',
|
|
'replace_requested_file' => false,
|
|
],
|
|
'type' => 'util',
|
|
'deps' => [
|
|
'elementor-packages-ui',
|
|
'react',
|
|
],
|
|
];
|