jodit-pro
Version:
PRO Version of Jodit Editor
2 lines (1 loc) • 488 B
JavaScript
var t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"> <!-- Background rounded rect --> <rect x="1" y="1" width="22" height="22" rx="3"/> <!-- Letter A - outer shape --> <polygon points="8,5 2,19 5,19 6.5,16 11.5,16 13,19 16,19 10,5" fill="white"/> <!-- Letter A - inner triangle (hole) --> <polygon points="9,9 7.5,13 10.5,13" fill="currentColor"/> <!-- Letter I --> <rect x="17" y="5" width="3" height="14" fill="white"/> </svg> ';export{t as default};