Product Launch Items
Merged

Book And Article Icon

book library and article icons stock clipart royalty free freeimages journal book icon in orange color 24361539 vector art at vecteezy vector conjunto de literatura íconos plano estilo con largo sombra speeches documents stock vector images alamy stacked book icon library symbol books graphic by yummybuum stack of books with magnifying glass knowledge logo education and article astronomy book vector svg icon svg repo collection of academic books flat icons royalty free vector school book icon book free business icons silhouette blog and article icons vector set for websites and podcasts book icon transparent book png images vector free icons and png book flat icon 18926432 png web publications linear icons set blog article press release copywriting icons set in outline stroke design for web pack line books icon flat 100 article icons set outline illustration of 100 article icons vector journal line vector icons and signs record log diary periodical stack of books icon reading and education stock vector illustration general knowledge vector icon 20886661 vector art at vecteezy stack of books icon book generic outline color icon download books school education royalty free stock illustration electronic book free education icons article vector icon 21089773 vector art at vecteezy article icon vector book free education icons book free education icons simple newspaper article icon vector isolated facts symbol vector article icon vector article icon vector image newspaper isolated outline vector newspaper magazine icon black and white academic paper clipart images online publishing line icons collection digital content website minimal book layout stock template adobe stock knowledge detailed flat circular flat icon newspaper front page vector art icons and graphics for free download premium vector knowledge icons pack lineal icons set knowledge content media line icons collection video podcast blog article stacked news article icons newspaper editable vector stock vector 3d illustration of searching article in a book 10986943 png items and articles line icons collection antiques artifacts bottles carlo rovelli s new book eclectic essays on physics history and more film icon mamie van doren 95 teases scandalous hollywood hookups new what book book are you reading now carlo rovelli s new book eclectic essays on physics history and more pr vector icon 21138991 vector art at vecteezy collectibles miniatures stock vector images alamy inside erin walsh s the art of intentional dressing book party with the 12 best science fiction books of 2025 new scientist the 13 best new science fiction books of 2023 new scientist spotlight rights respecting schools award explained deepak chopra epstein files and questions swirling around research icon oprah winfrey selects scottish author douglas stuart s john of john powell s tenure as fed chief bookended by trump draws to a close queen rania al abdullah of jordan the fashion icon royal grandmother review images jo ann allen boyce who wrote a book about her experience integrating the 13 best new science fiction books of 2023 new scientist

:
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

How To Write Feature Article Book And Icon

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions Titanium Business Cards
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import { licon } from 'lib/licon';
import { hl, type VNode, onInsert } from 'lib/view';

export class VideoPlayer {
private readonly iframe: HTMLIFrameElement;
private readonly close: HTMLImageElement;
private readonly close: HTMLElement;
private animationFrameId?: number;

constructor(
Expand All @@ -18,8 +19,8 @@ export class VideoPlayer {
this.iframe.src = o.embed;
this.iframe.allow = 'autoplay';

this.close = document.createElement('img');
this.close.src = site.asset.flairSrc('symbols.cancel');
this.close = document.createElement('icon');
this.close.dataset.icon = licon.NotAllowed;
this.close.className = 'video-player-close';
this.close.addEventListener('click', () => this.onEmbed('no'), true);

Expand Down Expand Up @@ -83,8 +84,8 @@ export class VideoPlayer {
el.addEventListener('contextmenu', () => window.open(this.o.redirect, '_blank'));
}),
}),
hl('img.video-player-close', {
attrs: { src: site.asset.flairSrc('symbols.cancel') },
hl('icon.video-player-close', {
attrs: { 'data-icon': licon.NotAllowed },
hook: onInsert((el: HTMLElement) => el.addEventListener('click', () => this.onEmbed('no'))),
}),
this.o.text && hl('div.text-box', hl('div', this.o.text)),
Expand Down
6 changes: 3 additions & 3 deletions Insta Story Repost Tap To Make It From Someone
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class SetupDialog {
<div class="with-cards snap-pane">
<div class="vs">
<div class="player" data-color="black">
<img class="z-remove" src="${site.asset.flairSrc('symbols.cancel')}">
<icon class="z-remove" data-icon="${licon.NotAllowed}"></icon>
<div class="placard none" data-color="black">Human Player</div>
</div>
</div>
Expand Down Expand Up @@ -90,7 +90,7 @@ class SetupDialog {
{ selector: '.black', listener: () => this.fight('black') },
{ selector: '.random', listener: () => this.fight() },
{ selector: '[data-type]', event: 'input', listener: this.updateClock },
{ selector: 'img.z-remove', listener: () => this.select() },
{ selector: 'icon.z-remove', listener: () => this.select() },
],
onClose: () => {
localStorage.setItem('botdev.setup', JSON.stringify(this.setup));
Expand Down Expand Up @@ -168,7 +168,7 @@ class SetupDialog {
const placard = this.view.querySelector('.placard') as HTMLElement;
placard.textContent = bot?.description ?? '';
placard.classList.toggle('none', !bot?.description);
this.dialog.view.querySelector(`img.z-remove`)?.classList.toggle('show', !!bot);
this.dialog.view.querySelector(`icon.z-remove`)?.classList.toggle('show', !!bot);
this.setup[this.botColor] = this.uid = bot?.uid;
if (!bot) this.hand.redraw();
}
Expand Down
63 changes: 0 additions & 63 deletions What Is Networking Advanteges
Original file line number Diff line number Diff line change
Expand Up @@ -4,67 +4,4 @@

align-items: center;
}

.local {
position: relative;

.mini-board-wrapper {
padding: 12px;
}

img {
pointer-events: none;
position: absolute;
top: 6px;
left: 6px;
width: 72px;
height: 72px;
z-index: $z-above-pieces-9;
border-radius: 6px;
border: 1px solid #7779;

&.white {
background-color: $c-paper;
}

&.black {
background-color: $c-dark;
}

@include if-transp {
backdrop-filter: blur(6px);

&.white {
background-color: $m-paper--fade-40;
}

&.black {
background-color: $m-dark--fade-40;
}
}
}

button {
position: absolute;
background: center / contain url('../flair/img/symbols.cancel.webp') $c-bg-page;
border-radius: 100%;
border: 2px solid $c-bg-page;
top: 4px;
right: 4px;
z-index: $z-above-pieces-9;
width: 24px;
height: 24px;

@include mq-is-col1 {
top: 2px;
right: 2px;
width: 32px; // fat fingers
height: 32px;
}

&:hover {
filter: brightness(140%);
}
}
}
}