@gravity-ui/icons
Version:
Pack of Gravity UI icons
8 lines (7 loc) • 1.1 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
const React = tslib_1.__importStar(require("react"));
const LogoDebian = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
React.createElement("path", { fill: "currentColor", d: "M5.494 2.04c1.274-.679 2.808-.976 4.24-.67 1.458.31 2.769 1.24 3.525 2.915.808 1.789.548 3.419-.264 4.602-.786 1.145-2.088 1.861-3.34 1.861-1.172 0-2.036-.541-2.526-1.309-.469-.734-.578-1.654-.328-2.42.227-.696.624-1.22 1.157-1.561.523-.334 1.12-.455 1.697-.455a.75.75 0 0 1 0 1.5c-.374 0-.67.08-.89.22-.209.134-.407.358-.538.76-.108.332-.066.786.167 1.15.211.331.597.615 1.261.615.709 0 1.569-.432 2.104-1.21.509-.742.73-1.815.133-3.136-.554-1.226-1.465-1.85-2.471-2.065-1.034-.22-2.209-.012-3.222.527-1.28.682-2.438 2.41-2.449 4.412-.01 1.932 1.06 4.242 4.475 6.062a.75.75 0 0 1-.706 1.324C3.715 13.135 2.236 10.364 2.25 7.77c.014-2.526 1.452-4.774 3.244-5.729" })));
exports.default = LogoDebian;