mirror of
https://ghproxy.net/https://github.com/elementor/one-click-accessibility.git
synced 2026-07-21 12:16:59 +08:00
* New: Add the heading structure components [APP-1792] (#391) * New: Add the new rules [APP-1792] * New: Add the BE integration [APP-1792] * Fix: Fix QA issues [APP-1792] * merge latest dev * merge latest dev * merge latest dev * merge latest dev * merge latest dev * merge latest dev * add reset to initial --------- Co-authored-by: Pavlo Kniazevych <139438463+pkniazevych@users.noreply.github.com> Co-authored-by: Kniazevych <pavlok@elementor.red>
13 lines
1 KiB
JavaScript
13 lines
1 KiB
JavaScript
export const ThemeBuilderIcon = () => {
|
|
return (
|
|
<svg width="20" height="20" fill="none" role="presentation">
|
|
<path
|
|
fill="#000"
|
|
fillOpacity=".54"
|
|
fillRule="evenodd"
|
|
d="M4.167 3.958a.208.208 0 0 0-.208.208v1.667c0 .115.093.208.208.208h11.666a.208.208 0 0 0 .209-.208V4.166a.208.208 0 0 0-.209-.208H4.168Zm-1.458.208c0-.805.652-1.458 1.458-1.458h11.666c.806 0 1.459.653 1.459 1.458v1.667c0 .805-.653 1.458-1.459 1.458H4.168a1.458 1.458 0 0 1-1.458-1.458V4.166Zm1.458 6.459a.208.208 0 0 0-.208.208v5c0 .115.093.208.208.208H7.5a.208.208 0 0 0 .208-.208v-5a.208.208 0 0 0-.208-.208H4.167Zm-1.458.208c0-.805.652-1.458 1.458-1.458H7.5c.806 0 1.459.653 1.459 1.458v5c0 .805-.653 1.458-1.459 1.458H4.167a1.458 1.458 0 0 1-1.458-1.458v-5ZM11.041 10c0-.345.28-.625.625-.625h5a.625.625 0 1 1 0 1.25h-5a.625.625 0 0 1-.625-.625Zm0 3.333c0-.345.28-.625.625-.625h5a.625.625 0 1 1 0 1.25h-5a.625.625 0 0 1-.625-.625Zm0 3.333c0-.345.28-.625.625-.625h5a.625.625 0 0 1 0 1.25h-5a.625.625 0 0 1-.625-.625Z"
|
|
clipRule="evenodd"
|
|
/>
|
|
</svg>
|
|
);
|
|
};
|