UNPKG

@mithril-icons/clarity

Version:

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

4 lines (3 loc) 1.91 kB
import m from 'mithril'; const VmwAppOutlineAlerted = { 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", {}, "vmw-app-outline-alerted"), m("polygon", { "points": "28 22 30 22 30 30 22 30 22 28 20 28 20 32 32 32 32 20 28 20 28 22", "class": "clr-i-outline--alerted clr-i-outline-path-1--alerted" }), m("polygon", { "points": "14 30 6 30 6 22 8 22 8 20 4 20 4 32 16 32 16 28 14 28 14 30", "class": "clr-i-outline--alerted clr-i-outline-path-2--alerted" }), m("polygon", { "points": "8 14 6 14 6 6 14 6 14 8 16 8 16 4 4 4 4 16 8 16 8 14", "class": "clr-i-outline--alerted clr-i-outline-path-3--alerted" }), m("rect", { "x": 11, "y": 11, "width": 6, "height": 6, "class": "clr-i-outline--alerted clr-i-outline-path-4--alerted" }), m("rect", { "x": 11, "y": 19, "width": 6, "height": 6, "class": "clr-i-outline--alerted clr-i-outline-path-5--alerted" }), m("rect", { "x": 19, "y": 19, "width": 6, "height": 6, "class": "clr-i-outline--alerted clr-i-outline-path-6--alerted" }), m("path", { "d": "M25,15.4H22.23A3.69,3.69,0,0,1,19,13.56l0-.1V17h6Z", "class": "clr-i-outline--alerted clr-i-outline-path-7--alerted" }), m("polygon", { "points": "22.45 4 20 4 20 8 20.14 8 22.45 4", "class": "clr-i-outline--alerted clr-i-outline-path-8--alerted" }), m("rect", { "x": 28, "y": 15.4, "width": 4, "height": 0.6, "class": "clr-i-outline--alerted clr-i-outline-path-9--alerted" }), m("path", { "d": "M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z", "class": "clr-i-outline--alerted clr-i-outline-path-10--alerted clr-i-alert" }), m("rect", { "x": 0, "y": 0, "width": 36, "height": 36, "fill-opacity": 0 })) }; export default VmwAppOutlineAlerted;