UNPKG

@mithril-icons/clarity

Version:

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

4 lines (3 loc) 1.53 kB
import m from 'mithril'; const ServerOutlineAlerted = { 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", {}, "server-outline-alerted"), m("path", { "class": "clr-i-outline--alerted clr-i-outline-path-1--alerted", "d": "M15.2,27.8c0,1.5,1.2,2.8,2.8,2.8s2.8-1.2,2.8-2.8S19.5,25,18,25S15.2,26.2,15.2,27.8z M19.2,27.8c0,0.7-0.6,1.2-1.2,1.2s-1.2-0.6-1.2-1.2s0.6-1.2,1.2-1.2S19.2,27.1,19.2,27.8z" }), m("rect", { "class": "clr-i-outline--alerted clr-i-outline-path-2--alerted", "x": 13, "y": 21, "width": 10, "height": 1.6 }), m("polygon", { "class": "clr-i-outline--alerted clr-i-outline-path-3--alerted", "points": "21.3,6 12,6 12,7.6 20.4,7.6" }), m("path", { "class": "clr-i-outline--alerted clr-i-outline-path-4--alerted", "d": "M12,11.6h6.6c0-0.6,0.2-1.1,0.4-1.6h-7V11.6z" }), m("path", { "class": "clr-i-outline--alerted clr-i-outline-path-5--alerted", "d": "M26,15.4V32H10V4h12.5l1.1-2H9.5C8.7,2,8,2.7,8,3.5V34h20V15.4H26z" }), m("path", { "class": "clr-i-outline--alerted clr-i-outline-path-6--alerted clr-i-alert", "d": "M26.9,1.1L21.1,11c-0.4,0.6-0.2,1.4,0.3,1.8c0.2,0.2,0.5,0.2,0.8,0.2h11.5c0.7,0,1.3-0.5,1.3-1.2c0-0.3-0.1-0.5-0.2-0.8l-5.7-9.9c-0.4-0.6-1.1-0.8-1.8-0.5C27.1,0.8,27,1,26.9,1.1z" }), m("rect", { "x": 0, "y": 0, "width": 36, "height": 36, "fill-opacity": 0 })) }; export default ServerOutlineAlerted;