@icongo/li
Version:
LibreICONS Icons
14 lines • 556 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIBrandBuzzfeed = 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: "M13 7A6 6 0 1 1 1 7a6 6 0 0 1 12 0zm-2.074-.136-.489-3.47-3.25 1.311 1.288.744-1.217 2.107L5.15 6.34 3.073 9.935l1.164.673 1.406-2.434L7.75 9.39l1.889-3.27 1.287.744Z"
})
}));
export { LIBrandBuzzfeed };