UNPKG

@mithril-icons/clarity

Version:

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

4 lines (3 loc) 1.21 kB
import m from 'mithril'; const IndentLine = { 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", {}, "indent-line"), m("path", { "d": "M31.06,9h-26a1,1,0,1,1,0-2h26a1,1,0,1,1,0,2Z", "class": "clr-i-outline clr-i-outline-path-1" }), m("path", { "d": "M31.06,14h-17a1,1,0,0,1,0-2h17a1,1,0,1,1,0,2Z", "class": "clr-i-outline clr-i-outline-path-2" }), m("path", { "d": "M31.06,19h-17a1,1,0,0,1,0-2h17a1,1,0,1,1,0,2Z", "class": "clr-i-outline clr-i-outline-path-3" }), m("path", { "d": "M31.06,24h-17a1,1,0,0,1,0-2h17a1,1,0,1,1,0,2Z", "class": "clr-i-outline clr-i-outline-path-4" }), m("path", { "d": "M31.06,29h-26a1,1,0,0,1,0-2h26a1,1,0,1,1,0,2Z", "class": "clr-i-outline clr-i-outline-path-5" }), m("path", { "d": "M5.56,22.54a1,1,0,0,1-.7-1.71L7.68,18,4.86,15.17a1,1,0,0,1,0-1.41,1,1,0,0,1,1.41,0L10.51,18,6.27,22.24A1,1,0,0,1,5.56,22.54Z", "class": "clr-i-outline clr-i-outline-path-6" }), m("rect", { "x": 0, "y": 0, "width": 36, "height": 36, "fill-opacity": 0 })) }; export default IndentLine;