@mithril-icons/devicon
Version:
Mithril icons generated from http://konpa.github.io/devicon/
23 lines (22 loc) • 2.71 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 SlackOriginal = { 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:#80cade;}.cls-2{fill:#db015c;}.cls-3{fill:#e8a900;}.cls-4{fill:#41b088;}.cls-5{fill:#ca161a;}.cls-6{fill:#3b1d37;}.cls-7{fill:#69852c;}.cls-8{fill:#118f79;}")), mithril_1.default("title", {}, "Artboard 9"), mithril_1.default("g", { "id": "original" }, mithril_1.default("path", { "class": "cls-1", "d": "M12.81,67.6a10.2,10.2,0,0,1-9.94-7c-.06-.17-.1-.33-.15-.49A10.69,10.69,0,0,1,9.64,47.07L97,17.8a11.82,11.82,0,0,1,3.19-.47,10.47,10.47,0,0,1,10.21,7.14l.13.42c1.63,5.71-2.43,10.81-7.29,12.44L16.36,67a11.3,11.3,0,0,1-3.55.6Z" }), mithril_1.default("path", { "class": "cls-2", "d": "M27.37,110.55a10.19,10.19,0,0,1-10-6.89c-.05-.16-.1-.32-.15-.49A10.76,10.76,0,0,1,24.16,90L111.5,60.46a11.24,11.24,0,0,1,3.47-.58A10.55,10.55,0,0,1,125.15,67l.13.44A11.05,11.05,0,0,1,124,76.28c-1.25,1.95-5.19,3.66-5.19,3.66l-87.68,30a12,12,0,0,1-3.71.63Z" }), mithril_1.default("path", { "class": "cls-3", "d": "M100.08,110.74a10.72,10.72,0,0,1-10.27-7.31L60.66,16.84l-.15-.49A10.74,10.74,0,0,1,81,10l29.15,86.58.08.28a10.73,10.73,0,0,1-10.17,13.89Z" }), mithril_1.default("path", { "class": "cls-4", "d": "M56.75,125.33A10.73,10.73,0,0,1,46.48,118L17.33,31.43l-.15-.48a10.72,10.72,0,0,1,6.9-13.12,10.89,10.89,0,0,1,3.34-.56,10.72,10.72,0,0,1,10.27,7.31l29.14,86.59c.05.15.1.32.15.48a10.73,10.73,0,0,1-10.23,13.68h0Z" }), mithril_1.default("path", { "class": "cls-5", "d": "M85.71,91.24,106,84.29,99.39,64.56,79,71.44Z" }), mithril_1.default("path", { "class": "cls-6", "d": "M42.45,106l20.32-6.95L56.08,79.2,35.73,86.08Z" }), mithril_1.default("path", { "class": "cls-7", "d": "M71.24,48.26l20.33-6.94L85,21.82,64.64,28.64Z" }), mithril_1.default("path", { "class": "cls-8", "d": "M28,63,48.3,56.09,41.65,36.34,21.29,43.16,28,63Z" })));
} };
exports.default = SlackOriginal;