@mithril-icons/devicon
Version:
Mithril icons generated from http://konpa.github.io/devicon/
4 lines (3 loc) • 1.36 kB
JavaScript
import m from 'mithril';
const WebstormOriginal = { view: ({ attrs }) => m("svg", Object.assign({ "id": "webstorm", "xmlns": "http://www.w3.org/2000/svg", "viewBox": "0 0 128 128" }, attrs), m("defs", {}, m("style", {}, ".cls-1{fill:#2788b5;}.cls-2{fill:#fa930d;}")), m("title", {}, "Artboard 14"), m("g", { "id": "original" }, m("path", { "class": "cls-1", "d": "M75.78,113.66c1.28-1.6,2.79-3.36,4.58-5.42l.89-1c1.11-1.29,2-2.28,2.93-3.24a70.64,70.64,0,0,0,6.09-7.36c2.74-3.74,4.51-6.55,4.22-11.37-.14-2.48-.24-4.18-1.86-6.18a66.7,66.7,0,0,0-4.69-4.78c-2.07-2-3.87-3.9-6.31-6.44s-5.6-9-5.6-9a41.4,41.4,0,0,1-3.19-10.74l-7.18-36.8H45.22l-10,46.41L26.35,11.28H2.22L24,116.72H44.32L54.49,71.08l9,45.64h9.44Z" }), m("path", { "class": "cls-2", "d": "M118.34,17.59c2.14-2.48,3.9-4.48,5.34-6.3H91.24c-1.93,2.46-5.85,7.21-8.09,11.43-3,5.58-5.39,9.76-5.63,20l.11,3.31c0,4.9,3.5,12.08,3.5,12.08a43.35,43.35,0,0,0,3.58,5.61h0l.65.85c3.5,4,8.78,8.48,11.12,11.35,2.73,3.37,2.8,6.53,3,9,.39,6.65-2.29,10.65-5.17,14.58-4.35,5.93-5.92,7-9.27,10.91-2.14,2.47-3.89,4.48-5.34,6.29h33.51a90.25,90.25,0,0,0,7-11.42c3-5.58,5.39-9.76,5.63-20L125.68,82c0-4.9-3.5-12.09-3.5-12.09a44.31,44.31,0,0,0-3.59-5.61h0l-.64-.85c-3.5-4-8.79-8.48-11.12-11.35-2.73-3.38-2.8-6.54-3-9-.4-6.64,2.29-10.65,5.17-14.58C113.42,22.57,115,21.46,118.34,17.59Z" }))) };
export default WebstormOriginal;