UNPKG

@mithril-icons/clarity

Version:

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

4 lines (3 loc) 1.03 kB
import m from 'mithril'; const UnarchiveSolid = { 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", {}, "unarchive-solid"), m("path", { "d": "M18,21a3,3,0,0,1-2.22-1H5V32a2,2,0,0,0,2,2H29a2,2,0,0,0,2-2V20H20.21A3,3,0,0,1,18,21Zm4,3a1,1,0,0,1-1,1H15a1,1,0,0,1,0-2h6A1,1,0,0,1,22,24Z", "class": "clr-i-solid clr-i-solid-path-1" }), m("path", { "d": "M15,12H5.5A1.5,1.5,0,0,0,4,13.5V18H15Z", "class": "clr-i-solid clr-i-solid-path-2" }), m("path", { "d": "M30.5,12H21v6H32V13.5A1.5,1.5,0,0,0,30.5,12Z", "class": "clr-i-solid clr-i-solid-path-3" }), m("path", { "d": "M13,9.55,17,5.6V18a1,1,0,1,0,2,0V5.6l4,3.95a1,1,0,1,0,1.41-1.42L18,1.78,11.61,8.13A1,1,0,0,0,13,9.55Z", "class": "clr-i-solid clr-i-solid-path-4" }), m("rect", { "x": 0, "y": 0, "width": 36, "height": 36, "fill-opacity": 0 })) }; export default UnarchiveSolid;