@mithril-icons/devicon
Version:
Mithril icons generated from http://konpa.github.io/devicon/
23 lines (22 loc) • 2.12 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 DeviconOriginal = { view: function (_a) {
var attrs = _a.attrs;
return mithril_1.default("svg", __assign({ "id": "Devicon", "xmlns": "http://www.w3.org/2000/svg", "viewBox": "0 0 128 128" }, attrs), mithril_1.default("defs", {}, mithril_1.default("style", {}, ".cls-1{fill:#558d6c;}.cls-2{fill:#5aa579;}.cls-3{fill:#60be86;}.cls-4{fill:#65d693;}")), mithril_1.default("title", {}, "Artboard 15"), mithril_1.default("g", { "id": "original" }, mithril_1.default("polygon", { "class": "cls-1", "points": "4.92 8 15.09 95.05 64 119.95 64 8 4.92 8" }), mithril_1.default("polygon", { "class": "cls-2", "points": "64 8 64 8.02 64 119.95 64.05 120 112.98 95.09 123.08 8 64 8" }), mithril_1.default("polygon", { "class": "cls-3", "points": "18.84 22.11 25.33 87.29 64 105.97 64 22.11 18.84 22.11" }), mithril_1.default("polygon", { "class": "cls-4", "points": "64 22.11 64 22.11 64 105.97 64.05 106.02 102.74 87.26 109.16 22.11 64 22.11" }), mithril_1.default("path", { "class": "cls-2", "d": "M105.72,54.9,73.14,39.42l-1.83-.9-1.12,2.28L64,53.41V68.3l9.15-18.08,21.5,9.57L71.56,70.16l-.87.47,0,1.56v6.18l0,3.14L73,80.38l32.78-15.69a2,2,0,0,0,.92-2V56.91A2,2,0,0,0,105.72,54.9Z" }), mithril_1.default("path", { "class": "cls-1", "d": "M56,69.39l-21.79-9.6L57.51,49.42l1.76-.7,0-1.33V37.76L55.87,39.2,21.94,54.89a2.26,2.26,0,0,0-1.28,2v5.77a2.22,2.22,0,0,0,1.24,2L55.34,80.18l2,.9,1.21-2.26L64,68.3V53.41Z" })));
} };
exports.default = DeviconOriginal;