@mithril-icons/devicon
Version:
Mithril icons generated from http://konpa.github.io/devicon/
23 lines (22 loc) • 1.8 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 IntellijPlain = { view: function (_a) {
var attrs = _a.attrs;
return mithril_1.default("svg", __assign({ "id": "intelij", "xmlns": "http://www.w3.org/2000/svg", "viewBox": "0 0 128 128" }, attrs), mithril_1.default("defs", {}, mithril_1.default("style", {}, ".cls-1{fill:#136ba2;}")), mithril_1.default("title", {}, "Artboard 15"), mithril_1.default("g", { "id": "plain" }, mithril_1.default("path", { "class": "cls-1", "d": "M4.87,64.74A17.28,17.28,0,1,0,22.15,47.45,17.31,17.31,0,0,0,4.87,64.74Z" }), mithril_1.default("path", { "class": "cls-1", "d": "M108,4c-9.5,0-15.16,7.65-15.16,20.46v78.7c0,12.81,5.65,20.46,15.14,20.46s15.16-7.65,15.16-20.46V76.87h0V24.51C123.13,11.7,117.47,4,108,4Z" }), mithril_1.default("path", { "class": "cls-1", "d": "M81.45,5.71H19.37v0a15.09,15.09,0,0,0,0,30.16V36H51.14V63.53c0,.23,0,.44,0,.66h0c0,.18,0,.36,0,.55a29,29,0,0,1-29,29c-.26,0-.52,0-.78,0l-.08.1c-.43,0-.86-.07-1.3-.07A15.11,15.11,0,1,0,20,124c.45,0,.91,0,1.35-.07l0,.05.79,0A59.33,59.33,0,0,0,81.45,64.74c0-.17,0-.35,0-.55h0c0-1.28,0-4.86,0-9.7,0,0,0-.08,0-.11S81.45,7.06,81.45,5.71Z" })));
} };
exports.default = IntellijPlain;