@mithril-icons/devicon
Version:
Mithril icons generated from http://konpa.github.io/devicon/
4 lines (3 loc) • 769 B
JavaScript
import m from 'mithril';
const CakephpPlain = { view: ({ attrs }) => m("svg", Object.assign({ "id": "Devicon", "xmlns": "http://www.w3.org/2000/svg", "viewBox": "0 0 128 128" }, attrs), m("defs", {}, m("style", {}, ".cls-1{fill:#d43d44;}")), m("title", {}, "Artboard 12"), m("g", { "id": "original" }, m("path", { "class": "cls-1", "d": "M2,73.69V93c0,10.69,27.75,19.35,62,19.35V93C29.75,93,2,84.36,2,73.69Z" }), m("path", { "class": "cls-1", "d": "M64,54.34l48.5,12c8.44-3.3,13.51-7.5,13.51-12V35c0-10.68-27.76-19.35-62-19.35S2,24.29,2,35V54.34C2,65,29.75,73.69,64,73.69V54.34Z" }), m("path", { "class": "cls-1", "d": "M112.49,85.74,64,73.69V93l48.5,12.05C120.93,101.78,126,97.59,126,93V73.69C126,78.24,120.93,82.43,112.49,85.74Z" }))) };
export default CakephpPlain;