UNPKG

open-icon

Version:

Open Icon

8 lines (7 loc) 1.11 kB
// lib/icons/baht-symbol.ts var IconBahtSymbol = `<svg id="baht-symbol" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><path d="M37.57,36c4.97,0,9,4.03,9,9s-4.03,9-9,9" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><path d="M23.18,36h12.82c4.97,0,9-4.03,9-9s-4.03-9-9-9h-12.82v36h14.4" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="31.5" y1="9" x2="31.5" y2="18" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="31.5" y1="54" x2="31.5" y2="63" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="37.57" y1="36" x2="25.54" y2="36" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/></svg>`; var baht_symbol_default = IconBahtSymbol; export { IconBahtSymbol, baht_symbol_default as default };