@mithril-icons/devicon
Version:
Mithril icons generated from http://konpa.github.io/devicon/
4 lines (3 loc) • 1.35 kB
JavaScript
import m from 'mithril';
const RubymineOriginal = { view: ({ attrs }) => m("svg", Object.assign({ "id": "ruby_mine", "data-name": "ruby mine", "xmlns": "http://www.w3.org/2000/svg", "viewBox": "0 0 128 128" }, attrs), m("defs", {}, m("style", {}, ".cls-1{fill:#c12c4c;}.cls-2{fill:#fa930d;}")), m("title", {}, "Artboard 14"), m("g", { "id": "original" }, m("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" }), m("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" }))) };
export default RubymineOriginal;