@mithril-icons/devicon
Version:
Mithril icons generated from http://konpa.github.io/devicon/
23 lines (22 loc) • 1.73 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 GatlingPlain = { view: function (_a) {
var attrs = _a.attrs;
return mithril_1.default("svg", __assign({ "version": 1.1, "id": "Layer_1", "xmlns": "http://www.w3.org/2000/svg", "xmlns:xlink": "http://www.w3.org/1999/xlink", "x": "0px", "y": "0px", "viewBox": "0 0 128 128", "style": "enable-background:new 0 0 128 128;", "xml:space": "preserve" }, attrs), mithril_1.default("style", { "type": "text/css" }, " .st0{fill:#E77500;}"), mithril_1.default("path", { "class": "st0", "d": "M94.3,3.9H33.7C17.1,3.9,3.5,17.5,3.5,34.1v60.6c0,16.6,13.6,30.2,30.2,30.2h60.6c16.6,0,30.2-13.6,30.2-30.2\n\tV34.1C124.5,17.5,110.9,3.9,94.3,3.9z M68.9,104.7c-22.4,3-44.2-12.9-46.6-34.1c-2.8-24.8,13.4-44.8,38.2-46.4\n\tc10.8-0.7,21.8-0.4,32.7,0c1.8,0.1,8.2,0.1,8.2,0.1s0,2.6,0,3.1c0.2,3.3-0.9,8-3.3,9.9c-3.7,2.9-8.7,4.7-13.4,5.4\n\tc-6.2,0.9-12.5,0.1-18.8,0.3C52,43.3,43.1,49.4,41.3,59.9C39.5,70.5,42.8,79,52.9,83.8C64,89.1,75.3,86,85.2,73.9\n\tc-12.5-2.4-28.5,3.9-30.2-17.1c17.2,0,33.8,0,50.4,0C109.5,81.8,94.5,101.2,68.9,104.7z" }));
} };
exports.default = GatlingPlain;