@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 WebstormPlain = { view: function (_a) {
var attrs = _a.attrs;
return mithril_1.default("svg", __assign({ "id": "webstorm", "xmlns": "http://www.w3.org/2000/svg", "viewBox": "0 0 128 128" }, attrs), mithril_1.default("defs", {}, mithril_1.default("style", {}, ".cls-1{fill:#2788b5;}")), mithril_1.default("title", {}, "Artboard 15"), mithril_1.default("g", { "id": "plain" }, mithril_1.default("path", { "class": "cls-1", "d": "M75.62,113c1.26-1.58,2.75-3.31,4.52-5.35l.88-1c1.1-1.27,2-2.25,2.89-3.2a69.7,69.7,0,0,0,6-7.26c2.71-3.69,4.45-6.46,4.17-11.22-.14-2.45-.24-4.13-1.83-6.1a65.81,65.81,0,0,0-4.63-4.72c-2-2-3.82-3.85-6.23-6.36s-5.53-8.89-5.53-8.89a40.85,40.85,0,0,1-3.14-10.6L65.64,12H45.47L35.6,57.77,26.85,12H3L24.52,116H44.59l10-45,8.87,45H72.8Z" }), mithril_1.default("path", { "class": "cls-1", "d": "M117.61,18.2c2.11-2.44,3.84-4.42,5.27-6.22h-32c-1.9,2.43-5.77,7.12-8,11.28C80,28.76,77.59,32.89,77.35,43l.11,3.26c0,4.83,3.45,11.92,3.45,11.92a42.78,42.78,0,0,0,3.54,5.54h0l.64.84c3.45,4,8.67,8.37,11,11.2,2.69,3.32,2.77,6.44,2.91,8.87.39,6.56-2.26,10.51-5.1,14.39C89.55,104.91,88,106,84.7,109.82c-2.11,2.44-3.84,4.42-5.27,6.21h33.07a89,89,0,0,0,6.92-11.27c2.92-5.5,5.32-9.63,5.55-19.76l-.11-3.27c0-4.84-3.45-11.93-3.45-11.93a43.72,43.72,0,0,0-3.54-5.54h0l-.64-.84c-3.45-4-8.67-8.36-11-11.2-2.69-3.33-2.77-6.45-2.91-8.87-.39-6.55,2.26-10.51,5.1-14.39C112.77,23.12,114.31,22,117.61,18.2Z" })));
} };
exports.default = WebstormPlain;