UNPKG

@mithril-icons/clarity

Version:

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

4 lines (3 loc) 1 kB
import m from 'mithril'; const HourglassSolid = { 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", {}, "hourglass-solid"), m("path", { "d": "M6.67,4h22a1,1,0,0,0,0-2h-22a1,1,0,1,0,0,2Z", "class": "clr-i-solid clr-i-solid-path-1" }), m("path", { "d": "M28.67,32h-22a1,1,0,0,0,0,2h22a1,1,0,1,0,0-2Z", "class": "clr-i-solid clr-i-solid-path-2" }), m("path", { "d": "M22.55,15.67A6.07,6.07,0,0,0,25,11.12V6H10.06v5.12a6.07,6.07,0,0,0,2.45,4.55,11.48,11.48,0,0,0,2.91,1.72v1.16a11.48,11.48,0,0,0-2.91,1.72,6.07,6.07,0,0,0-2.45,4.55v5.12H25V24.82a6.07,6.07,0,0,0-2.45-4.55,11.48,11.48,0,0,0-2.91-1.72V17.39A11.48,11.48,0,0,0,22.55,15.67Z", "class": "clr-i-solid clr-i-solid-path-3" }), m("rect", { "x": 0, "y": 0, "width": 36, "height": 36, "fill-opacity": 0 })) }; export default HourglassSolid;