@mithril-icons/devicon
Version:
Mithril icons generated from http://konpa.github.io/devicon/
4 lines (3 loc) • 855 B
JavaScript
import m from 'mithril';
const LinkedinOriginal = { view: ({ attrs }) => m("svg", Object.assign({ "id": "Linkedin", "xmlns": "http://www.w3.org/2000/svg", "viewBox": "0 0 128 128" }, attrs), m("defs", {}, m("style", {}, ".cls-1{fill:#0076b2;}.cls-2{fill:#fff;}")), m("title", {}, "Artboard 12"), m("g", { "id": "original" }, m("path", { "class": "cls-1", "d": "M116,3H12a8.91,8.91,0,0,0-9,8.8V116.22A8.91,8.91,0,0,0,12,125H116a8.93,8.93,0,0,0,9-8.81V11.77A8.93,8.93,0,0,0,116,3Z" }), m("path", { "class": "cls-2", "d": "M21.06,48.73H39.17V107H21.06Zm9.06-29a10.5,10.5,0,1,1-10.5,10.49,10.5,10.5,0,0,1,10.5-10.49" }), m("path", { "class": "cls-2", "d": "M50.53,48.73H67.89v8h.24c2.42-4.58,8.32-9.41,17.13-9.41C103.6,47.28,107,59.35,107,75v32H88.89V78.65c0-6.75-.12-15.44-9.41-15.44s-10.87,7.36-10.87,15V107H50.53Z" }))) };
export default LinkedinOriginal;