1 | "use strict";
|
2 | var __importStar = (this && this.__importStar) || function (mod) {
|
3 | if (mod && mod.__esModule) return mod;
|
4 | var result = {};
|
5 | if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];
|
6 | result["default"] = mod;
|
7 | return result;
|
8 | };
|
9 | Object.defineProperty(exports, "__esModule", { value: true });
|
10 | const React = __importStar(require("react"));
|
11 | const SvgCode = (props) => (React.createElement("svg", Object.assign({ width: 64, height: 64, viewBox: "0 0 64 64", fill: "none" }, props),
|
12 | React.createElement("path", { d: "M12.046 20.422C13.516 16.374 14.873 13 18.944 13c4.183 0 5.427 3.374 6.897 7.422l7.915 21.143C34.774 44.377 35 45.39 35 46.626 35 48.651 33.417 50 31.042 50c-2.713 0-3.505-1.687-4.296-3.936l-1.018-3.262H12.272l-1.018 3.262C10.463 48.314 9.671 50 6.958 50 4.583 50 3 48.65 3 46.626c0-1.237.113-2.137 1.244-5.06l7.802-21.144zm7.124 1.575l-4.523 13.158h8.593l-4.07-13.158zM60 45.444c0 2.223-1.542 4-3.856 4-1.873 0-3.085-1.333-3.636-2.444-1.762 2.111-3.745 3-6.61 3C39.178 50 34 43.778 34 36s5.178-14 11.898-14c2.865 0 4.848.889 6.61 3 .551-1.222 1.763-2.444 3.636-2.444 2.314 0 3.856 1.777 3.856 4v18.888zM41.822 36c0 3.556 1.873 6.556 5.288 6.556s5.288-3 5.288-6.556-1.873-6.556-5.288-6.556-5.288 2.89-5.288 6.556z", fill: "currentColor" })));
|
13 | exports.default = SvgCode;
|
14 |
|
\ | No newline at end of file |