UNPKG

@mithril-icons/devicon

Version:

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

4 lines (3 loc) 1.03 kB
import m from 'mithril'; const IntellijOriginal = { view: ({ attrs }) => m("svg", Object.assign({ "id": "intelij", "xmlns": "http://www.w3.org/2000/svg", "viewBox": "0 0 128 128" }, attrs), m("defs", {}, m("style", {}, ".cls-1{fill:#fa930d;}.cls-2{fill:#136ba2;}")), m("title", {}, "Artboard 14"), m("g", { "id": "original" }, m("path", { "class": "cls-1", "d": "M5.55,64.73A17.08,17.08,0,1,0,22.63,47.64,17.11,17.11,0,0,0,5.55,64.73Z" }), m("path", { "class": "cls-2", "d": "M107.48,4.73c-9.39,0-15,7.56-15,20.23v77.8c0,12.66,5.59,20.23,15,20.23s15-7.56,15-20.23v-26h0V25C122.45,12.3,116.85,4.73,107.48,4.73Z" }), m("path", { "class": "cls-2", "d": "M81.25,6.38H19.88v0a14.92,14.92,0,0,0,0,29.81v.11H51.29v27.2c0,.22,0,.43,0,.66h0c0,.18,0,.36,0,.54A28.7,28.7,0,0,1,22.66,93.4c-.26,0-.51,0-.77,0l-.08.1c-.42,0-.85-.07-1.29-.07a14.94,14.94,0,1,0,0,29.87c.45,0,.9,0,1.34-.07l0,.05.78,0A58.65,58.65,0,0,0,81.25,64.73c0-.17,0-.35,0-.54h0c0-1.27,0-4.8,0-9.59,0,0,0-.07,0-.11S81.25,7.71,81.25,6.38Z" }))) }; export default IntellijOriginal;