@mithril-icons/clarity
Version:
Mithril icons generated from https://clarity.design/icons
4 lines (3 loc) • 1.15 kB
JavaScript
import m from 'mithril';
const MediaChangerLine = { 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"), m("g", { "id": "a29051cd-f44c-4c21-9fc8-7ef7ad7836ef", "data-name": "Layer 4" }, m("path", { "d": "M30,4H6A2,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-2V6A2,2,0,0,0,30,4ZM6,30V6H30V30Z" }), 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("path", { "d": "M27.22,10H20v4a.8.8,0,1,0,1.59,0V11.6h5.63a.8.8,0,1,0,0-1.6Z" }), 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 }))) };
export default MediaChangerLine;