UNPKG

gd-bs

Version:

Bootstrap JavaScript, TypeScript and Web Components library.

9 lines (8 loc) 554 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.strava = void 0; var generate_1 = require("../generate"); function strava(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-strava' viewBox='0 0 16 16'> <path d='M6.731 0 2 9.125h2.788L6.73 5.497l1.93 3.628h2.766zm4.694 9.125-1.372 2.756L8.66 9.125H6.547L10.053 16l3.484-6.875z'/> </svg>", height, width, className); } exports.strava = strava;