@icongo/li
Version:
LibreICONS Icons
23 lines (22 loc) • 1.28 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIBrandShopware = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIBrandShopware = function LIBrandShopware(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.569 11.824A5.956 5.956 0 0 1 7 13c-3.32 0-6-2.685-6-6 0-3.32 2.686-6 6-6 1.483 0 2.906.546 4.008 1.536.063.057.014.16-.07.15a10.07 10.07 0 0 0-1.371-.089c-3.13 0-5.38 1.294-5.38 3.759 0 2.638 2.228 3.53 4.277 4.324.814.315 1.583.613 2.104 1.006a.087.087 0 0 1 0 .138zm2.406-5.378a.088.088 0 0 0-.03-.06c-1.253-1.039-2.266-1.462-3.496-1.462-2.036 0-1.942 1.262-1.942 1.297 0 1.03 1.26 1.5 2.718 2.044.752.28 1.529.57 2.242.966a.086.086 0 0 0 .123-.044 6.025 6.025 0 0 0 .385-2.741z"
})
}));
};
exports.LIBrandShopware = LIBrandShopware;