@mithril-icons/clarity
Version:
Mithril icons generated from https://clarity.design/icons
4 lines (3 loc) • 1.17 kB
JavaScript
import m from 'mithril';
const SwitchLine = { 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", {}, "switch-line"), m("path", { "d": "M5.71,14H20.92V12H5.71L9.42,8.27A1,1,0,1,0,8,6.86L1.89,13,8,19.14a1,1,0,1,0,1.42-1.4Z", "class": "clr-i-outline clr-i-outline-path-1" }), m("rect", { "x": 23, "y": 12, "width": 3, "height": 2, "class": "clr-i-outline clr-i-outline-path-2" }), m("rect", { "x": 28, "y": 12, "width": 2, "height": 2, "class": "clr-i-outline clr-i-outline-path-3" }), m("path", { "d": "M27.92,17.86a1,1,0,0,0-1.42,1.41L30.21,23H15v2H30.21L26.5,28.74a1,1,0,1,0,1.42,1.4L34,24Z", "class": "clr-i-outline clr-i-outline-path-4" }), m("rect", { "x": 10, "y": 23, "width": 3, "height": 2, "class": "clr-i-outline clr-i-outline-path-5" }), m("rect", { "x": 6, "y": 23, "width": 2, "height": 2, "class": "clr-i-outline clr-i-outline-path-6" }), m("rect", { "x": 0, "y": 0, "width": 36, "height": 36, "fill-opacity": 0 })) };
export default SwitchLine;