@mithril-icons/clarity
Version:
Mithril icons generated from https://clarity.design/icons
4 lines (3 loc) • 1.02 kB
JavaScript
import m from 'mithril';
const ServerLine = { 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-line"), m("path", { "class": "clr-i-outline clr-i-outline-path-1", "d": "M18,24.3a2.48,2.48,0,1,0,2.48,2.47A2.48,2.48,0,0,0,18,24.3Zm0,3.6a1.13,1.13,0,1,1,1.13-1.12A1.13,1.13,0,0,1,18,27.9Z" }), m("path", { "class": "clr-i-outline clr-i-outline-path-2", "d": "M25.65,3.6H10.35A1.35,1.35,0,0,0,9,4.95V32.4H27V4.95A1.35,1.35,0,0,0,25.65,3.6Zm-.45,27H10.8V5.4H25.2Z" }), m("rect", { "class": "clr-i-outline clr-i-outline-path-3", "x": 12.6, "y": 7.2, "width": 10.8, "height": 1.44 }), m("rect", { "class": "clr-i-outline clr-i-outline-path-4", "x": 12.6, "y": 10.8, "width": 10.8, "height": 1.44 }), m("rect", { "x": 0, "y": 0, "width": 36, "height": 36, "fill-opacity": 0 })) };
export default ServerLine;