File: book-alert.md | Updated: 11/15/2025
Return to top
reading • paperback • booklet • magazine • leaflet • pamphlet • tome • library • writing • written • writer • author • story • script • fiction • novel • information • knowledge • education • high school • university • college • academy • student • study • learning • homework • research • documentation • warning • alert • danger • exclamation mark
VanillaReactVueSveltePreactSolidAngularIcon font
js
import { createIcons, icons } from 'lucide';
createIcons({ icons });
document.body.append('<i data-lucide="book-alert"></i>');
tsx
import { BookAlert } from 'lucide-react';
const App = () => {
return (
<BookAlert />
);
};
export default App;
vue
<script setup>
import { BookAlert } from 'lucide-vue-next';
</script>
<template>
<BookAlert />
</template>
svelte
<script>
import { BookAlert } from 'lucide-svelte';
</script>
<BookAlert />
tsx
import { BookAlert } from 'lucide-preact';
const App = () => {
return (
<BookAlert />
);
};
export default App;
tsx
import { BookAlert } from 'lucide-solid';
const App = () => {
return (
<BookAlert />
);
};
export default App;
tsx
// app.module.ts
import { LucideAngularModule, BookAlert } from 'lucide-angular';
@NgModule({
imports: [\
LucideAngularModule.pick({ BookAlert })\
],
})
// app.component.html
<lucide-icon name="book-alert"></lucide-icon>
html
<div class="icon-book-alert"></div>
BookCancel
Bug
Feature
Book
Documents Readme Book 12
112
8
11
2
badge-alert
book-a
book-audio
book-check
book-copy
book-dashed
book-down
book-headphones
book-heart
book-image
book-key
book-lock
book-marked
book-minus
book-open-check
book-open-text
book-open
book-plus
book-text
book-type
book-up-2
book-up
book-user
book-x
book
circle-alert
clock-alert
cloud-alert
octagon-alert
shield-alert
swatch-book
triangle-alert