gd-bs
Version:
Bootstrap JavaScript, TypeScript and Web Components library.
6 lines (5 loc) • 450 B
JavaScript
/// <reference path="./typeH1.d.ts" />
import { generateIcon } from "../generate";
export function typeH1(height, width, className) {
return generateIcon(`<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-type-h1' viewBox='0 0 16 16'> <path d='M7.648 13V3H6.3v4.234H1.348V3H0v10h1.348V8.421H6.3V13zM14 13V3h-1.333l-2.381 1.766V6.12L12.6 4.443h.066V13z'/> </svg>`, height, width, className);
}