UNPKG

gd-bs

Version:

Bootstrap JavaScript, TypeScript and Web Components library.

9 lines (8 loc) 695 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.prescription2 = void 0; var generate_1 = require("../generate"); function prescription2(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-prescription2' viewBox='0 0 16 16'> <path d='M7 6h2v2h2v2H9v2H7v-2H5V8h2z'/> <path d='M2 1a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1v10.5a1.5 1.5 0 0 1-1.5 1.5h-7A1.5 1.5 0 0 1 3 14.5V4a1 1 0 0 1-1-1zm2 3v10.5a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5V4zM3 3h10V1H3z'/> </svg>", height, width, className); } exports.prescription2 = prescription2;