UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 871 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); // This file is autogenerated by "make react_icons", do not edit it. const React = tslib_1.__importStar(require("react")); const Badge4kFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-badge-4k-fill", viewBox: "0 0 16 16", ...props }, React.createElement("path", { d: "M3.577 8.9v.03h1.828V5.898h-.062a47 47 0 00-1.766 3.001z" }), React.createElement("path", { d: "M2 2a2 2 0 00-2 2v8a2 2 0 002 2h12a2 2 0 002-2V4a2 2 0 00-2-2zm2.372 3.715l.435-.714h1.71v3.93h.733v.957h-.733V11H5.405V9.888H2.5v-.971c.574-1.077 1.225-2.142 1.872-3.202m7.73-.714h1.306l-2.14 2.584L13.5 11h-1.428l-1.679-2.624-.615.7V11H8.59V5.001h1.187v2.686h.057L12.102 5z" })); exports.default = Badge4kFill;