@mithril-icons/clarity
Version:
Mithril icons generated from https://clarity.design/icons
4 lines (3 loc) • 1.13 kB
JavaScript
import m from 'mithril';
const FlowChartLine = { 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", {}, "flow-chart-line"), m("polygon", { "points": "9.8 18.8 26.2 18.8 26.2 21.88 27.8 21.88 27.8 17.2 18.8 17.2 18.8 14 17.2 14 17.2 17.2 8.2 17.2 8.2 21.88 9.8 21.88 9.8 18.8", "class": "clr-i-outline clr-i-outline-path-1" }), m("path", { "d": "M14,23H4a2,2,0,0,0-2,2v6a2,2,0,0,0,2,2H14a2,2,0,0,0,2-2V25A2,2,0,0,0,14,23ZM4,31V25H14v6Z", "class": "clr-i-outline clr-i-outline-path-2" }), m("path", { "d": "M32,23H22a2,2,0,0,0-2,2v6a2,2,0,0,0,2,2H32a2,2,0,0,0,2-2V25A2,2,0,0,0,32,23ZM22,31V25H32v6Z", "class": "clr-i-outline clr-i-outline-path-3" }), m("path", { "d": "M13,13H23a2,2,0,0,0,2-2V5a2,2,0,0,0-2-2H13a2,2,0,0,0-2,2v6A2,2,0,0,0,13,13Zm0-8H23v6H13Z", "class": "clr-i-outline clr-i-outline-path-4" }), m("rect", { "x": 0, "y": 0, "width": 36, "height": 36, "fill-opacity": 0 })) };
export default FlowChartLine;