@mithril-icons/octicons
Version:
Mithril icons generated from https://octicons.github.com/
4 lines (3 loc) • 544 B
JavaScript
import m from 'mithril';
const FileSymlinkFile = { view: ({ attrs }) => m("svg", Object.assign({ "version": 1.1, "width": 12, "height": 16, "viewBox": "0 0 12 16", "class": "octicon octicon-file-symlink-file", "aria-hidden": "true" }, attrs), m("path", { "fill-rule": "evenodd", "d": "M8.5 1H1c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h10c.55 0 1-.45 1-1V4.5L8.5 1zM11 14H1V2h7l3 3v9zM6 4.5l4 3-4 3v-2c-.98-.02-1.84.22-2.55.7-.71.48-1.19 1.25-1.45 2.3.02-1.64.39-2.88 1.13-3.73.73-.84 1.69-1.27 2.88-1.27v-2H6z" })) };
export default FileSymlinkFile;