????

Your IP : 18.217.106.29


Current Path : /proc/self/cwd/wp-content/plugins/cartflows/modules/gutenberg/src/controls/
Upload File :
Current File : //proc/self/cwd/wp-content/plugins/cartflows/modules/gutenberg/src/controls/parseIcon.js

function parseSVG( svg ) {
	svg = svg.replace( 'far ', '' );
	svg = svg.replace( 'fas ', '' );
	svg = svg.replace( 'fab ', '' );
	svg = svg.replace( 'fa-', '' );
	svg = svg.replace( 'fa ', '' );

	return svg;
}

export default parseSVG;