UNPKG

@mithril-icons/clarity

Version:

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

4 lines (3 loc) 1.01 kB
import m from 'mithril'; const FlowChartSolid = { 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-solid"), 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-solid clr-i-solid-path-1" }), m("rect", { "x": 2, "y": 23, "width": 14, "height": 10, "rx": 2, "ry": 2, "class": "clr-i-solid clr-i-solid-path-2" }), m("rect", { "x": 20, "y": 23, "width": 14, "height": 10, "rx": 2, "ry": 2, "class": "clr-i-solid clr-i-solid-path-3" }), m("rect", { "x": 11, "y": 3, "width": 14, "height": 10, "rx": 2, "ry": 2, "class": "clr-i-solid clr-i-solid-path-4" }), m("rect", { "x": 0, "y": 0, "width": 36, "height": 36, "fill-opacity": 0 })) }; export default FlowChartSolid;