open-icon
Version:
Open Icon
8 lines (7 loc) • 1.16 kB
JavaScript
// lib/icons/book-bottom.ts
var IconBookBottom = `<svg id="circular-loader" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><path d="M27,18s9,0,9,4.5c0,0,0,18,0,36,0-4.5-9-4.5-9-4.5H9V18h18" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);"/><path d="M45,18s-9,0-9,4.5c0,0,0,18,0,36,0-4.5,9-4.5,9-4.5h18s0-36,0-36c0,0-9,0-18,0" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);"/><path d="M27,18s9,0,9,4.5c0,0,0,18,0,36,0-4.5-9-4.5-9-4.5H9V18h18" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><path d="M45,18s-9,0-9,4.5c0,0,0,18,0,36,0-4.5,9-4.5,9-4.5h18s0-36,0-36c0,0-9,0-18,0" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><polyline points="13.5 54 13.5 58.5 58.5 58.5 58.5 54" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/></svg>`;
var book_bottom_default = IconBookBottom;
export {
IconBookBottom,
book_bottom_default as default
};