UNPKG

@mithril-icons/devicon

Version:

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

4 lines (3 loc) 999 B
import m from 'mithril'; const IntellijPlain = { 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:#136ba2;}")), m("title", {}, "Artboard 15"), m("g", { "id": "plain" }, m("path", { "class": "cls-1", "d": "M4.87,64.74A17.28,17.28,0,1,0,22.15,47.45,17.31,17.31,0,0,0,4.87,64.74Z" }), m("path", { "class": "cls-1", "d": "M108,4c-9.5,0-15.16,7.65-15.16,20.46v78.7c0,12.81,5.65,20.46,15.14,20.46s15.16-7.65,15.16-20.46V76.87h0V24.51C123.13,11.7,117.47,4,108,4Z" }), m("path", { "class": "cls-1", "d": "M81.45,5.71H19.37v0a15.09,15.09,0,0,0,0,30.16V36H51.14V63.53c0,.23,0,.44,0,.66h0c0,.18,0,.36,0,.55a29,29,0,0,1-29,29c-.26,0-.52,0-.78,0l-.08.1c-.43,0-.86-.07-1.3-.07A15.11,15.11,0,1,0,20,124c.45,0,.91,0,1.35-.07l0,.05.79,0A59.33,59.33,0,0,0,81.45,64.74c0-.17,0-.35,0-.55h0c0-1.28,0-4.86,0-9.7,0,0,0-.08,0-.11S81.45,7.06,81.45,5.71Z" }))) }; export default IntellijPlain;