@icongo/li
Version:
LibreICONS Icons
14 lines • 531 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIBrandKirby = 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: "M7 1 1.714 4v6L7 13l5.286-3V4L7 1zm2.354 6.128-1.481.799v.109h1.482v1.163h-4.71V8.043h1.477V7.93l-1.481-.802V5.695L7 6.967l2.357-1.273v1.433h-.003z"
})
}));
export { LIBrandKirby };