UNPKG

@mithril-icons/devicon

Version:

Mithril icons generated from http://konpa.github.io/devicon/

23 lines (22 loc) 2.14 kB
"use strict"; 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 RubymineOriginal = { view: function (_a) { var attrs = _a.attrs; return mithril_1.default("svg", __assign({ "id": "ruby_mine", "data-name": "ruby mine", "xmlns": "http://www.w3.org/2000/svg", "viewBox": "0 0 128 128" }, attrs), mithril_1.default("defs", {}, mithril_1.default("style", {}, ".cls-1{fill:#c12c4c;}.cls-2{fill:#fa930d;}")), mithril_1.default("title", {}, "Artboard 14"), mithril_1.default("g", { "id": "original" }, mithril_1.default("path", { "class": "cls-1", "d": "M122.19,97.45c-1.28-2-13.17-18.24-14.14-20.19l-.35-.69.64-.46A38.51,38.51,0,0,0,124.67,44.7V43.64c0-8.69-3-17-8.34-22.77C110.13,14.11,101.22,10.14,91,9.4V34.54c5.37,1.54,9,6.52,9,13,0,7.4-5.73,11.34-10.54,14.19l-1.91,1.16a13.63,13.63,0,0,0-6.49,11.89,20.74,20.74,0,0,0,1.85,8.27L84.61,86,102.05,111l.28.43,2.35,3.42a10.44,10.44,0,0,0,6,3.88,12.94,12.94,0,0,0,10-1.79,10.83,10.83,0,0,0,4.91-7.37l.21-2.08A18.65,18.65,0,0,0,122.19,97.45Z" }), mithril_1.default("path", { "class": "cls-2", "d": "M85.39,9.14A37.23,37.23,0,0,0,76.28,11v0c-.26.09-.51.21-.77.3-.89.32-1.76.65-2.62,1-.33.15-.65.33-1,.49-.85.42-1.72.8-2.54,1.28v0a36.86,36.86,0,0,0-5.76,4.14A37,37,0,0,0,2.15,46a.61.61,0,0,0,0,.12h0V116.9H27.34V93h0V80.5h0V74.72l0-28.57h0a.78.78,0,0,1,0-.12A11.82,11.82,0,0,1,51,45.92V46a.63.63,0,0,0,0,.12h0V74.53h0l0,42.37h25.2l0-43.07h0l0-27.69h0s0,0,0,0,0-.06,0-.08,0-.07,0-.1a8.8,8.8,0,0,1,.1-.92V44.4a11.75,11.75,0,0,1,9.06-9.85V9.14h0Z" }))); } }; exports.default = RubymineOriginal;