UNPKG

@mithril-icons/clarity

Version:

Mithril icons generated from https://clarity.design/icons

4 lines (3 loc) 1.18 kB
import m from 'mithril'; const TableLine = { view: ({ attrs }) => m("svg", Object.assign({ "version": 1.1, "width": 36, "height": 36, "viewBox": "0 0 36 36", "preserveAspectRatio": "xMidYMid meet", "xmlns": "http://www.w3.org/2000/svg", "xmlns:xlink": "http://www.w3.org/1999/xlink" }, attrs), m("title", {}, "table-line"), m("path", { "d": "M8,34a1,1,0,0,1-1-1V2.92a1,1,0,0,1,2,0V33A1,1,0,0,1,8,34Z", "class": "clr-i-outline clr-i-outline-path-1" }), m("path", { "d": "M17,33.92a1,1,0,0,1-1-1V9.1a1,1,0,1,1,2,0V32.92A1,1,0,0,1,17,33.92Z", "class": "clr-i-outline clr-i-outline-path-2" }), m("path", { "d": "M26,34a1,1,0,0,1-1-1V9a1,1,0,0,1,2,0V33A1,1,0,0,1,26,34Z", "class": "clr-i-outline clr-i-outline-path-3" }), m("path", { "d": "M33.11,18h-25a1,1,0,1,1,0-2h25a1,1,0,1,1,0,2Z", "class": "clr-i-outline clr-i-outline-path-4" }), m("path", { "d": "M33.1,26.94H8.1A1,1,0,1,1,8.1,25h25a1,1,0,1,1,0,1.92Z", "class": "clr-i-outline clr-i-outline-path-5" }), m("path", { "d": "M33,8.92H3A1,1,0,1,1,3,7H33a1,1,0,1,1,0,1.94Z", "class": "clr-i-outline clr-i-outline-path-6" }), m("rect", { "x": 0, "y": 0, "width": 36, "height": 36, "fill-opacity": 0 })) }; export default TableLine;