@mithril-icons/devicon
Version:
Mithril icons generated from http://konpa.github.io/devicon/
23 lines (22 loc) • 2.14 kB
JavaScript
;
var __assign = (this && this.__assign) || function () {
__assign = Object.assign || function(t) {
for (var s, i = 1, n = arguments.length; i < n; i++) {
s = arguments[i];
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
t[p] = s[p];
}
return t;
};
return __assign.apply(this, arguments);
};
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
var mithril_1 = __importDefault(require("mithril"));
var RubyminePlain = { view: function (_a) {
var attrs = _a.attrs;
return mithril_1.default("svg", __assign({ "id": "ruby_mine", "data-name": "ruby mine", "xmlns": "http://www.w3.org/2000/svg", "viewBox": "0 0 128 128" }, attrs), mithril_1.default("defs", {}, mithril_1.default("style", {}, ".cls-1{fill:#c12c4c;}")), mithril_1.default("title", {}, "Artboard 15"), mithril_1.default("g", { "id": "plain" }, mithril_1.default("path", { "class": "cls-1", "d": "M118,97.51c-1.19-2-12.23-18.28-13.13-20.23l-.33-.69.6-.47a39.57,39.57,0,0,0,15.18-31.47V43.6c0-8.71-2.82-17-7.75-22.81C106.85,14,98.57,10,89.09,9.29v25.2c5,1.54,8.38,6.53,8.38,13.07,0,7.42-5.32,11.36-9.79,14.22L85.9,62.93a14,14,0,0,0-6,11.91,22.11,22.11,0,0,0,1.72,8.29l1.55,2.93,16.2,25,.26.44,2.18,3.42a9.67,9.67,0,0,0,5.61,3.89,11.29,11.29,0,0,0,9.3-1.8,10.92,10.92,0,0,0,4.56-7.38l.19-2.08A19.64,19.64,0,0,0,118,97.51Z" }), mithril_1.default("path", { "class": "cls-1", "d": "M83.87,9a32.38,32.38,0,0,0-8.46,1.83v0c-.24.09-.47.21-.71.3-.82.32-1.64.65-2.43,1-.31.15-.6.33-.91.49-.79.42-1.6.8-2.36,1.28v0a34.43,34.43,0,0,0-5.35,4.15A32.84,32.84,0,0,0,41,8.86C22,8.86,6.55,25.48,6.55,46a.66.66,0,0,0,0,.12h0V117H30V93h0V80.53h0v-5.8l0-28.63h0A.84.84,0,0,1,30,46c0-6.55,4.92-11.85,11-11.85s10.92,5.25,11,11.75V46a.68.68,0,0,0,0,.12h0V74.55h0l0,42.46H75.32l0-43.15h0l0-27.75h0s0,0,0,0,0-.06,0-.08,0-.07,0-.1c0-.32.06-.61.09-.92v-.61a11.47,11.47,0,0,1,8.42-9.87V9h0Z" })));
} };
exports.default = RubyminePlain;