__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
/**
* Set inline CSS class.
* @param {object} props - The block object.
* @return {array} The inline CSS class.
*/
import astIcons from "../../../assets/svg/ast-social-icons"
import parseSVG from "./ast-parse-svg"
import React from 'react';
function renderSVG ( svg ) {
svg = parseSVG( svg )
var fontAwesome = astIcons[svg]
if ( "undefined" != typeof fontAwesome ) {
var viewbox_array = ( fontAwesome["svg"].hasOwnProperty("brands") ) ? fontAwesome["svg"]["brands"]["viewBox"] : fontAwesome["svg"]["solid"]["viewBox"]
var path = ( fontAwesome["svg"].hasOwnProperty("brands") ) ? fontAwesome["svg"]["brands"]["path"] : fontAwesome["svg"]["solid"]["path"]
var viewBox = viewbox_array.join( " " )
return (
<svg xmlns="http://www.w3.org/2000/svg" viewBox={viewBox}><path d={path}></path></svg>
)
}
}
export default renderSVG;
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| ast-parse-svg.js | File | 232 B | 0640 |
|
| ast-render-svg.js | File | 852 B | 0640 |
|
| astra-admin-menu-settings.js | File | 4.72 KB | 0640 |
|
| block-editor-script.js | File | 39.61 KB | 0640 |
|
| column-block-compatibility.js | File | 2.68 KB | 0640 |
|
| custom-fields-priority.js | File | 870 B | 0640 |
|
| customizer-preview.js | File | 10.79 KB | 0640 |
|