plugin updates
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
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
|
||||
Reference in New Issue
Block a user