UNPKG

@mithril-icons/devicon

Version:

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

23 lines (22 loc) 2.31 kB
"use strict"; var __assign = (this && this.__assign) || function () { __assign = Object.assign || function(t) { for (var s, i = 1, n = arguments.length; i < n; i++) { s = arguments[i]; for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; } return t; }; return __assign.apply(this, arguments); }; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); var mithril_1 = __importDefault(require("mithril")); var BehanceOriginal = { view: function (_a) { var attrs = _a.attrs; return mithril_1.default("svg", __assign({ "id": "Behance", "xmlns": "http://www.w3.org/2000/svg", "xmlns:xlink": "http://www.w3.org/1999/xlink", "viewBox": "0 0 128 128" }, attrs), mithril_1.default("defs", {}, mithril_1.default("style", {}, ".cls-1{fill:url(#linear-gradient);}.cls-2{fill:#fff;}"), mithril_1.default("linearGradient", { "id": "linear-gradient", "x1": 64, "y1": 2.16, "x2": 64, "y2": 125.84, "gradientUnits": "userSpaceOnUse" }, mithril_1.default("stop", { "offset": 0, "stop-color": "#005cff" }), mithril_1.default("stop", { "offset": 1, "stop-color": "#0047ad" }))), mithril_1.default("title", {}, "Artboard 12"), mithril_1.default("g", { "id": "original" }, mithril_1.default("rect", { "class": "cls-1", "x": 2.16, "y": 2.16, "width": 123.68, "height": 123.67, "rx": 14.59, "ry": 14.59 }), mithril_1.default("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" }), mithril_1.default("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" }), mithril_1.default("rect", { "class": "cls-2", "x": 79.86, "y": 32.93, "width": 28.38, "height": 8.47 }))); } }; exports.default = BehanceOriginal;