UNPKG

@mithril-icons/clarity

Version:

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

4 lines (3 loc) 1.1 kB
import m from 'mithril'; const StorageAdapterLine = { 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", {}, "storage-adapter-line"), m("path", { "d": "M6.06,30a1,1,0,0,1-1-1V8h-2a1,1,0,0,1,0-2h4V29A1,1,0,0,1,6.06,30Z", "class": "clr-i-outline clr-i-outline-path-1" }), m("path", { "d": "M30.06,27h-25V9h25a3,3,0,0,1,3,3V24A3,3,0,0,1,30.06,27Zm-23-2h23a1,1,0,0,0,1-1V12a1,1,0,0,0-1-1h-23Z", "class": "clr-i-outline clr-i-outline-path-2" }), m("rect", { "x": 22.06, "y": 20, "width": 6, "height": 2, "class": "clr-i-outline clr-i-outline-path-3" }), m("rect", { "x": 22.06, "y": 14, "width": 6, "height": 2, "class": "clr-i-outline clr-i-outline-path-4" }), m("path", { "d": "M19.06,22h-8V20h7V14h2v7A1,1,0,0,1,19.06,22Z", "class": "clr-i-outline clr-i-outline-path-5" }), m("rect", { "x": 0, "y": 0, "width": 36, "height": 36, "fill-opacity": 0 })) }; export default StorageAdapterLine;