@mithril-icons/clarity
Version:
Mithril icons generated from https://clarity.design/icons
4 lines (3 loc) • 1.28 kB
JavaScript
import m from 'mithril';
const MediaChangerOutlineBadged = { view: ({ attrs }) => m("svg", Object.assign({ "xmlns": "http://www.w3.org/2000/svg", "width": 36, "height": 36, "viewBox": "0 0 36 36" }, attrs), m("title", {}, "media-changer-outline-badged"), m("g", { "id": "fec5729f-304f-41fd-9533-e6b90aa63014", "data-name": "Layer 3" }, m("rect", { "x": 20, "y": 18, "width": 2, "height": 2 }), m("rect", { "x": 24, "y": 18, "width": 2, "height": 2 }), m("rect", { "x": 20, "y": 22, "width": 2, "height": 2 }), m("rect", { "x": 24, "y": 22, "width": 2, "height": 2 }), m("rect", { "x": 8.81, "y": 10, "width": 8.14, "height": 2 }), m("rect", { "x": 8.81, "y": 14, "width": 8.14, "height": 2 }), m("rect", { "x": 8.81, "y": 18, "width": 8.14, "height": 2 }), m("rect", { "x": 8.81, "y": 22, "width": 8.14, "height": 2 }), m("rect", { "x": 8.81, "y": 26, "width": 8.14, "height": 2 }), m("path", { "d": "M20,14a.8.8,0,1,0,1.59,0V11.6H25A7.74,7.74,0,0,1,23.66,10H20Z" }), m("path", { "d": "M30,13.5h0V30H6V6H22.5V6a7.37,7.37,0,0,1,.28-2H6A2,2,0,0,0,4,6V30a2,2,0,0,0,2,2H7.88v1.57a1,1,0,0,0,2,0V32h16v1.57a1,1,0,0,0,2,0V32H30a2,2,0,0,0,2-2V13.22A7.37,7.37,0,0,1,30,13.5Z" }), m("circle", { "cx": 30, "cy": 6, "r": 5, "fill": "#e62700" }))) };
export default MediaChangerOutlineBadged;