ngx-bootstrap-icons
Version: 
Bootstrap Icons components library for your Angular Applications
7 lines (6 loc) • 390 B
TypeScript
/**
 * heart-fill.
 *
 * {@link https://icons.getbootstrap.com/icons/heart-fill/}.
 */
export declare const heartFill = "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"currentColor\" class=\"bi bi-heart-fill\" viewBox=\"0 0 16 16\">\n  <path fill-rule=\"evenodd\" d=\"M8 1.314C12.438-3.248 23.534 4.735 8 15-7.534 4.736 3.562-3.248 8 1.314z\"/>\n</svg>";