UNPKG

@mithril-icons/devicon

Version:

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

4 lines (3 loc) 585 B
import m from 'mithril'; const ErlangPlain = { view: ({ attrs }) => m("svg", Object.assign({ "xmlns": "http://www.w3.org/2000/svg", "viewBox": "0 0 128 128" }, attrs), m("g", { "fill": "#A90533" }, m("path", { "d": "M18.2 24.1l-17.2-.1v80h19.7v-.1c-9.7-10.3-15.5-24.7-15.4-41.8-.1-15.1 4.7-28.2 12.9-38zM111.1 103.9zM127 24h-16.4c6.2 9 9.6 19.3 9.1 32.1.1 1.2.1 1.9 0 4.9h-73.4c0 22 7.7 38.3 27.3 38.4 13.5-.1 23.2-10.1 29.9-20.9l19 9.5c-3.4 6.1-7.2 11-11.4 16h15.9v-80zM110.5 24.1zM65.1 25.6c-9 0-16.8 7.4-17.6 16.4h33.5c-.3-9-6.8-16.4-15.9-16.4z" }))) }; export default ErlangPlain;