@mithril-icons/devicon
Version:
Mithril icons generated from http://konpa.github.io/devicon/
4 lines (3 loc) • 1.45 kB
JavaScript
import m from 'mithril';
const BehanceOriginal = { view: ({ attrs }) => m("svg", Object.assign({ "id": "Behance", "xmlns": "http://www.w3.org/2000/svg", "xmlns:xlink": "http://www.w3.org/1999/xlink", "viewBox": "0 0 128 128" }, attrs), m("defs", {}, m("style", {}, ".cls-1{fill:url(#linear-gradient);}.cls-2{fill:#fff;}"), m("linearGradient", { "id": "linear-gradient", "x1": 64, "y1": 2.16, "x2": 64, "y2": 125.84, "gradientUnits": "userSpaceOnUse" }, m("stop", { "offset": 0, "stop-color": "#005cff" }), m("stop", { "offset": 1, "stop-color": "#0047ad" }))), m("title", {}, "Artboard 12"), m("g", { "id": "original" }, m("rect", { "class": "cls-1", "x": 2.16, "y": 2.16, "width": 123.68, "height": 123.67, "rx": 14.59, "ry": 14.59 }), m("path", { "class": "cls-2", "d": "M52.63,60.28s10.5-.78,10.5-13.09S54.54,28.87,43.66,28.87H7.86v68.8h35.8s21.85.69,21.85-20.31C65.51,77.36,66.47,60.28,52.63,60.28Zm-29-19.18h20s4.87,0,4.87,7.16-2.86,8.2-6.11,8.2H23.64Zm19.1,44.34H23.64V67.06h20s7.25-.1,7.25,9.45C50.91,84.46,45.61,85.36,42.74,85.44Z" }), m("path", { "class": "cls-2", "d": "M94.66,46.38c-26.46,0-26.43,26.43-26.43,26.43s-1.82,26.3,26.43,26.3c0,0,23.54,1.34,23.54-18.29H106.1s.4,7.4-11,7.4c0,0-12.11.81-12.11-12h35.65S122.51,46.38,94.66,46.38Zm10.76,20.68H82.82s1.48-10.6,12.11-10.6S105.42,67.06,105.42,67.06Z" }), m("rect", { "class": "cls-2", "x": 79.86, "y": 32.93, "width": 28.38, "height": 8.47 }))) };
export default BehanceOriginal;