UNPKG

@mithril-icons/devicon

Version:

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

4 lines (3 loc) 1.9 kB
import m from 'mithril'; const LinkedinPlainWordmark = { 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:#1d1d1b;}")), m("title", {}, "Artboard 15"), m("g", { "id": "plain-wordmark" }, m("polygon", { "class": "cls-1", "points": "0.85 51.73 5.79 51.73 5.79 69.71 14.93 69.71 14.93 74.27 0.85 74.27 0.85 51.73" }), m("path", { "class": "cls-1", "d": "M17.11,59h4.74V74.26H17.11Zm2.37-7.59a2.75,2.75,0,1,1-2.75,2.75,2.75,2.75,0,0,1,2.75-2.75" }), m("polygon", { "class": "cls-1", "points": "41.69 51.73 46.43 51.73 46.43 65.2 51.81 58.98 57.62 58.98 51.4 66.05 57.49 74.27 51.53 74.27 46.49 66.72 46.43 66.72 46.43 74.27 41.69 74.27 41.69 51.73" }), m("path", { "class": "cls-1", "d": "M24.48,59H29v2.09h.06a5,5,0,0,1,4.49-2.47c4.81,0,5.69,3.16,5.69,7.27v8.38H34.54V66.84c0-1.77,0-4-2.47-4s-2.85,1.93-2.85,3.92v7.55H24.48Z" }), m("path", { "class": "cls-1", "d": "M67.61,64.85a2.84,2.84,0,0,0-2.91-2.91,3.16,3.16,0,0,0-3.35,2.91Zm4,6.77a8.35,8.35,0,0,1-6.48,3c-4.74,0-8.54-3.16-8.54-8.07s3.8-8.06,8.54-8.06c4.43,0,7.21,3.16,7.21,8.06v1.49h-11a3.54,3.54,0,0,0,3.57,3,4,4,0,0,0,3.38-1.87Z" }), m("path", { "class": "cls-1", "d": "M82.23,62.68A3.89,3.89,0,1,0,86,66.57a3.6,3.6,0,0,0-3.8-3.89M90.4,74.26H86v-2H86a6,6,0,0,1-4.71,2.4c-4.56,0-7.56-3.29-7.56-7.94,0-4.27,2.66-8.19,7-8.19a5.73,5.73,0,0,1,4.87,2h.06v-8.8H90.4Z" }), m("path", { "id": "plain", "d": "M124.6,47H97.36A2.33,2.33,0,0,0,95,49.34V76.69A2.33,2.33,0,0,0,97.36,79H124.6A2.34,2.34,0,0,0,127,76.69V49.34A2.34,2.34,0,0,0,124.6,47ZM104.48,74.27H99.74V59h4.74Zm-2.37-17.34a2.75,2.75,0,1,1,2.75-2.75A2.75,2.75,0,0,1,102.11,56.93Zm20.13,17.34H117.5V66.85c0-1.77,0-4-2.46-4s-2.85,1.93-2.85,3.92v7.55h-4.74V59H112V61.1h.06a5,5,0,0,1,4.49-2.46c4.8,0,5.69,3.16,5.69,7.27Z" }))) }; export default LinkedinPlainWordmark;