UNPKG

gd-bs

Version:

Bootstrap JavaScript, TypeScript and Web Components library.

9 lines (8 loc) 615 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.personHeart = void 0; var generate_1 = require("../generate"); function personHeart(height, width, className) { return (0, generate_1.generateIcon)("<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-person-heart' viewBox='0 0 16 16'> <path d='M9 5a3 3 0 1 1-6 0 3 3 0 0 1 6 0m-9 8c0 1 1 1 1 1h10s1 0 1-1-1-4-6-4-6 3-6 4m13.5-8.09c1.387-1.425 4.855 1.07 0 4.277-4.854-3.207-1.387-5.702 0-4.276Z'/> </svg>", height, width, className); } exports.personHeart = personHeart;