@mithril-icons/devicon
Version:
Mithril icons generated from http://konpa.github.io/devicon/
4 lines (3 loc) • 1.82 kB
JavaScript
import m from 'mithril';
const SlackOriginal = { 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:#80cade;}.cls-2{fill:#db015c;}.cls-3{fill:#e8a900;}.cls-4{fill:#41b088;}.cls-5{fill:#ca161a;}.cls-6{fill:#3b1d37;}.cls-7{fill:#69852c;}.cls-8{fill:#118f79;}")), m("title", {}, "Artboard 9"), m("g", { "id": "original" }, m("path", { "class": "cls-1", "d": "M12.81,67.6a10.2,10.2,0,0,1-9.94-7c-.06-.17-.1-.33-.15-.49A10.69,10.69,0,0,1,9.64,47.07L97,17.8a11.82,11.82,0,0,1,3.19-.47,10.47,10.47,0,0,1,10.21,7.14l.13.42c1.63,5.71-2.43,10.81-7.29,12.44L16.36,67a11.3,11.3,0,0,1-3.55.6Z" }), m("path", { "class": "cls-2", "d": "M27.37,110.55a10.19,10.19,0,0,1-10-6.89c-.05-.16-.1-.32-.15-.49A10.76,10.76,0,0,1,24.16,90L111.5,60.46a11.24,11.24,0,0,1,3.47-.58A10.55,10.55,0,0,1,125.15,67l.13.44A11.05,11.05,0,0,1,124,76.28c-1.25,1.95-5.19,3.66-5.19,3.66l-87.68,30a12,12,0,0,1-3.71.63Z" }), m("path", { "class": "cls-3", "d": "M100.08,110.74a10.72,10.72,0,0,1-10.27-7.31L60.66,16.84l-.15-.49A10.74,10.74,0,0,1,81,10l29.15,86.58.08.28a10.73,10.73,0,0,1-10.17,13.89Z" }), m("path", { "class": "cls-4", "d": "M56.75,125.33A10.73,10.73,0,0,1,46.48,118L17.33,31.43l-.15-.48a10.72,10.72,0,0,1,6.9-13.12,10.89,10.89,0,0,1,3.34-.56,10.72,10.72,0,0,1,10.27,7.31l29.14,86.59c.05.15.1.32.15.48a10.73,10.73,0,0,1-10.23,13.68h0Z" }), m("path", { "class": "cls-5", "d": "M85.71,91.24,106,84.29,99.39,64.56,79,71.44Z" }), m("path", { "class": "cls-6", "d": "M42.45,106l20.32-6.95L56.08,79.2,35.73,86.08Z" }), m("path", { "class": "cls-7", "d": "M71.24,48.26l20.33-6.94L85,21.82,64.64,28.64Z" }), m("path", { "class": "cls-8", "d": "M28,63,48.3,56.09,41.65,36.34,21.29,43.16,28,63Z" }))) };
export default SlackOriginal;