import { useBlockProps } from "@wordpress/block-editor"; import { ReactComponent as ArrowIcon } from "./img/carhop-fleche-lien-externe-full.svg"; export default function save({ attributes }) { const { align, link, text, color } = attributes; return ( <> // // {text} //
// //
//
); }