@mithril-icons/devicon
Version:
Mithril icons generated from http://konpa.github.io/devicon/
23 lines (22 loc) • 2.17 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 SlackPlain = { view: function (_a) {
var attrs = _a.attrs;
return mithril_1.default("svg", __assign({ "id": "slack", "xmlns": "http://www.w3.org/2000/svg", "viewBox": "0 0 128 128" }, attrs), mithril_1.default("defs", {}, mithril_1.default("style", {}, ".cls-1{fill:#2d333a;}")), mithril_1.default("title", {}, "Artboard 7"), mithril_1.default("g", { "id": "plain" }, mithril_1.default("polygon", { "class": "cls-1", "points": "53.03 58.97 58.38 74.4 74.97 69.03 69.62 53.6 53.03 58.97" }), mithril_1.default("polygon", { "class": "cls-1", "points": "53.03 58.97 58.38 74.4 74.97 69.03 69.62 53.6 53.03 58.97" }), mithril_1.default("path", { "class": "cls-1", "d": "M120.91,47.51C108.1,6.27,89.61-3.35,46.93,9S-5.72,39.26,7.09,80.49s31.3,50.85,74,38.48S133.72,88.74,120.91,47.51ZM99.32,74.27l-8,2.6,2.79,8A6.17,6.17,0,0,1,90,92.8a6.63,6.63,0,0,1-2.21.32,6.42,6.42,0,0,1-5.94-4.24l-2.79-8L62.47,86.2l2.79,8a6.17,6.17,0,0,1-4.06,7.87,6.63,6.63,0,0,1-2.21.32A6.42,6.42,0,0,1,53,98.19l-2.79-8-8,2.6a6.64,6.64,0,0,1-2.21.32,6.42,6.42,0,0,1-5.94-4.24A6.17,6.17,0,0,1,38.12,81l8-2.6L40.82,62.92l-8,2.6a6.63,6.63,0,0,1-2.21.32,6.42,6.42,0,0,1-5.94-4.24,6.17,6.17,0,0,1,4.06-7.87l8-2.6-2.79-8A6.17,6.17,0,0,1,38,35.2a6.49,6.49,0,0,1,8.15,3.92l2.79,8,16.6-5.37-2.79-8a6.17,6.17,0,0,1,4.06-7.87A6.49,6.49,0,0,1,75,29.81l2.79,8,8-2.6a6.49,6.49,0,0,1,8.15,3.92A6.17,6.17,0,0,1,89.88,47l-8,2.6,5.35,15.43,8-2.6a6.49,6.49,0,0,1,8.15,3.92A6.17,6.17,0,0,1,99.32,74.27Z" })));
} };
exports.default = SlackPlain;