UNPKG

gd-bs

Version:

Bootstrap JavaScript, TypeScript and Web Components library.

9 lines (8 loc) 616 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.anthropic = void 0; var generate_1 = require("../generate"); function anthropic(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-anthropic' viewBox='0 0 16 16'> <path fill-rule='evenodd' d='M9.218 2h2.402L16 12.987h-2.402zM4.379 2h2.512l4.38 10.987H8.82l-.895-2.308h-4.58l-.896 2.307H0L4.38 2.001zm2.755 6.64L5.635 4.777 4.137 8.64z'/> </svg>", height, width, className); } exports.anthropic = anthropic;