@icongo/li
Version:
LibreICONS Icons
14 lines • 647 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIBrandCuttlefish = 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: "M10.109 8.198c-.424.764-1.389 1.318-2.323 1.318C6.416 9.516 5.27 8.37 5.27 7s1.147-2.516 2.516-2.516c.934 0 1.9.554 2.323 1.318.331-1.231 1.009-2.257 2.105-2.85A5.999 5.999 0 0 0 1.787 7a5.999 5.999 0 0 0 10.427 4.048c-1.096-.593-1.774-1.619-2.105-2.85z"
})
}));
export { LIBrandCuttlefish };