UNPKG

open-icon

Version:

Open Icon

4 lines (3 loc) 738 B
const IconPoundSymbol = `<svg id="pound-symbol" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><path d="M23.85,30.15c0,8.1,2.25,12.15,2.25,16.2s-2.25,12.15-2.25,12.15h24.3" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><path d="M23.85,30.15c0-6.71,5.44-12.15,12.15-12.15s12.15,5.44,12.15,12.15" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="18" y1="45" x2="36" y2="45" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/></svg>`; export default IconPoundSymbol; export { IconPoundSymbol }