@mithril-icons/devicon
Version:
Mithril icons generated from http://konpa.github.io/devicon/
23 lines (22 loc) • 1.9 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 ElmPlain = { view: function (_a) {
var attrs = _a.attrs;
return mithril_1.default("svg", __assign({ "id": "Elm", "xmlns": "http://www.w3.org/2000/svg", "viewBox": "0 0 128 128" }, attrs), mithril_1.default("defs", {}, mithril_1.default("style", {}, ".cls-1{fill:#34495e;}")), mithril_1.default("title", {}, "Artboard 14"), mithril_1.default("g", { "id": "plain" }, mithril_1.default("polygon", { "class": "cls-1", "points": "64 60.74 89.65 35.09 38.35 35.09 64 60.74" }), mithril_1.default("polygon", { "class": "cls-1", "points": "7.91 4.65 33.74 30.49 89.91 30.49 64.07 4.65 7.91 4.65" }), mithril_1.default("rect", { "class": "cls-1", "x": 75.42, "y": 44.17, "width": 39.71, "height": 39.53, "transform": "translate(-17.3 86.09) rotate(-45)" }), mithril_1.default("polygon", { "class": "cls-1", "points": "123.35 57.42 123.35 4.65 70.58 4.65 123.35 57.42" }), mithril_1.default("polygon", { "class": "cls-1", "points": "60.74 64 4.65 7.91 4.65 120.1 60.74 64" }), mithril_1.default("polygon", { "class": "cls-1", "points": "98.47 95.21 123.35 120.1 123.35 70.33 98.47 95.21" }), mithril_1.default("polygon", { "class": "cls-1", "points": "64 67.26 7.91 123.35 120.09 123.35 64 67.26" })));
} };
exports.default = ElmPlain;