UNPKG

gd-bs

Version:

Bootstrap JavaScript, TypeScript and Web Components library.

9 lines (8 loc) 649 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.nutFill = void 0; var generate_1 = require("../generate"); function nutFill(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-nut-fill' viewBox='0 0 16 16'> <path d='M4.58 1a1 1 0 0 0-.868.504l-3.428 6a1 1 0 0 0 0 .992l3.428 6A1 1 0 0 0 4.58 15h6.84a1 1 0 0 0 .868-.504l3.429-6a1 1 0 0 0 0-.992l-3.429-6A1 1 0 0 0 11.42 1zm5.018 9.696a3 3 0 1 1-3-5.196 3 3 0 0 1 3 5.196'/> </svg>", height, width, className); } exports.nutFill = nutFill;