@icongo/li
Version:
LibreICONS Icons
23 lines (22 loc) • 1.06 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIBrandCuttlefish = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIBrandCuttlefish = function LIBrandCuttlefish(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.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"
})
}));
};
exports.LIBrandCuttlefish = LIBrandCuttlefish;