UNPKG

gd-bs

Version:

Bootstrap JavaScript, TypeScript and Web Components library.

4 lines 398 B
import { generateIcon } from "../generate"; export function substack(height?:number, width?:number, className?:string) { return generateIcon(`<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-substack' viewBox='0 0 16 16'> <path d='M15 3.604H1v1.891h14v-1.89ZM1 7.208V16l7-3.926L15 16V7.208zM15 0H1v1.89h14z'/> </svg>`, height, width, className); }