@mithril-icons/octicons
Version:
Mithril icons generated from https://octicons.github.com/
4 lines (3 loc) • 440 B
JavaScript
import m from 'mithril';
const LinkExternal = { view: ({ attrs }) => m("svg", Object.assign({ "version": 1.1, "width": 12, "height": 16, "viewBox": "0 0 12 16", "class": "octicon octicon-link-external", "aria-hidden": "true" }, attrs), m("path", { "fill-rule": "evenodd", "d": "M11 10h1v3c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V3c0-.55.45-1 1-1h3v1H1v10h10v-3zM6 2l2.25 2.25L5 7.5 6.5 9l3.25-3.25L12 8V2H6z" })) };
export default LinkExternal;