Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

jsarnowski / jsarnowski/cartflows-pro   php

Repository URL to install this package:

Version: 1.6.10 

/ gutenberg / dist / blocks / controls / parse-icon.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