@icongo/li
Version:
LibreICONS Icons
14 lines • 1.21 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIGuiBadge2 = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props, {
children: /*#__PURE__*/_jsx("path", {
d: "M5.921.538a1.352 1.352 0 0 1 2.158 0c.36.476.983.66 1.54.457.399-.146.84-.096 1.197.135.356.23.585.615.618 1.04a1.364 1.364 0 0 0 1.052 1.225c.413.094.758.377.934.765.176.388.162.837-.037 1.213a1.376 1.376 0 0 0 .228 1.603 1.374 1.374 0 0 1-.307 2.153 1.371 1.371 0 0 0-.667 1.473c.086.418-.026.852-.303 1.175a1.35 1.35 0 0 1-1.11.469 1.356 1.356 0 0 0-1.351.876 1.36 1.36 0 0 1-.885.823 1.35 1.35 0 0 1-1.185-.21 1.347 1.347 0 0 0-1.606 0 1.35 1.35 0 0 1-1.185.21 1.36 1.36 0 0 1-.885-.823 1.356 1.356 0 0 0-1.351-.876 1.35 1.35 0 0 1-1.11-.47 1.376 1.376 0 0 1-.303-1.174A1.371 1.371 0 0 0 .696 9.13a1.375 1.375 0 0 1-.307-2.153 1.376 1.376 0 0 0 .228-1.603A1.377 1.377 0 0 1 .58 4.16c.176-.388.52-.671.934-.765A1.364 1.364 0 0 0 2.566 2.17a1.37 1.37 0 0 1 .618-1.041A1.353 1.353 0 0 1 4.38.995 1.35 1.35 0 0 0 5.921.538z"
})
}));
export { LIGuiBadge2 };