@mithril-icons/devicon
Version:
Mithril icons generated from http://konpa.github.io/devicon/
4 lines (3 loc) • 1.27 kB
JavaScript
import m from 'mithril';
const BehancePlain = { view: ({ attrs }) => m("svg", Object.assign({ "id": "Behance", "xmlns": "http://www.w3.org/2000/svg", "viewBox": "0 0 128 128" }, attrs), m("defs", {}, m("style", {}, ".cls-1{fill:#1d1d1b;}")), m("title", {}, "Artboard 14"), m("g", { "id": "plain" }, m("path", { "class": "cls-1", "d": "M48.53,48.26c0-7.16-4.87-7.16-4.87-7.16h-20V56.45H42.42C45.66,56.45,48.53,55.41,48.53,48.26Z" }), m("path", { "class": "cls-1", "d": "M43.66,67.06h-20V85.44h19.1c2.87-.08,8.18-1,8.18-8.94C50.91,67,43.66,67.06,43.66,67.06Z" }), m("path", { "class": "cls-1", "d": "M94.93,56.45c-10.63,0-12.11,10.6-12.11,10.6h22.6S105.56,56.45,94.93,56.45Z" }), m("path", { "class": "cls-1", "d": "M111.25,2.16H16.75A14.59,14.59,0,0,0,2.16,16.75v94.49a14.59,14.59,0,0,0,14.59,14.59h94.49a14.59,14.59,0,0,0,14.59-14.59V16.75A14.59,14.59,0,0,0,111.25,2.16ZM79.86,32.92h28.38V41.4H79.86ZM65.51,77.36c0,21-21.85,20.31-21.85,20.31H7.86V28.87h35.8c10.88,0,19.47,6,19.47,18.32s-10.5,13.09-10.5,13.09C66.47,60.28,65.51,77.36,65.51,77.36Zm53.09-1.12H83c0,12.78,12.11,12,12.11,12,11.43,0,11-7.4,11-7.4H118.2c0,19.64-23.54,18.29-23.54,18.29-28.25,0-26.43-26.3-26.43-26.3s0-26.43,26.43-26.43C122.51,46.38,118.61,76.24,118.61,76.24Z" }))) };
export default BehancePlain;