@mithril-icons/devicon
Version:
Mithril icons generated from http://konpa.github.io/devicon/
4 lines (3 loc) • 1.37 kB
JavaScript
import m from 'mithril';
const SlackPlain = { view: ({ attrs }) => m("svg", Object.assign({ "id": "slack", "xmlns": "http://www.w3.org/2000/svg", "viewBox": "0 0 128 128" }, attrs), m("defs", {}, m("style", {}, ".cls-1{fill:#2d333a;}")), m("title", {}, "Artboard 7"), m("g", { "id": "plain" }, m("polygon", { "class": "cls-1", "points": "53.03 58.97 58.38 74.4 74.97 69.03 69.62 53.6 53.03 58.97" }), m("polygon", { "class": "cls-1", "points": "53.03 58.97 58.38 74.4 74.97 69.03 69.62 53.6 53.03 58.97" }), m("path", { "class": "cls-1", "d": "M120.91,47.51C108.1,6.27,89.61-3.35,46.93,9S-5.72,39.26,7.09,80.49s31.3,50.85,74,38.48S133.72,88.74,120.91,47.51ZM99.32,74.27l-8,2.6,2.79,8A6.17,6.17,0,0,1,90,92.8a6.63,6.63,0,0,1-2.21.32,6.42,6.42,0,0,1-5.94-4.24l-2.79-8L62.47,86.2l2.79,8a6.17,6.17,0,0,1-4.06,7.87,6.63,6.63,0,0,1-2.21.32A6.42,6.42,0,0,1,53,98.19l-2.79-8-8,2.6a6.64,6.64,0,0,1-2.21.32,6.42,6.42,0,0,1-5.94-4.24A6.17,6.17,0,0,1,38.12,81l8-2.6L40.82,62.92l-8,2.6a6.63,6.63,0,0,1-2.21.32,6.42,6.42,0,0,1-5.94-4.24,6.17,6.17,0,0,1,4.06-7.87l8-2.6-2.79-8A6.17,6.17,0,0,1,38,35.2a6.49,6.49,0,0,1,8.15,3.92l2.79,8,16.6-5.37-2.79-8a6.17,6.17,0,0,1,4.06-7.87A6.49,6.49,0,0,1,75,29.81l2.79,8,8-2.6a6.49,6.49,0,0,1,8.15,3.92A6.17,6.17,0,0,1,89.88,47l-8,2.6,5.35,15.43,8-2.6a6.49,6.49,0,0,1,8.15,3.92A6.17,6.17,0,0,1,99.32,74.27Z" }))) };
export default SlackPlain;