@mithril-icons/clarity
Version:
Mithril icons generated from https://clarity.design/icons
4 lines (3 loc) • 981 B
JavaScript
import m from 'mithril';
const IdBadgeSolid = { 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", {}, "id-badge-solid"), m("circle", { "cx": 18, "cy": 17.77, "r": 4.23, "class": "clr-i-solid clr-i-solid-path-1" }), m("path", { "d": "M21,4a2,2,0,0,0-2-2H17a2,2,0,0,0-2,2v6h6Z", "class": "clr-i-solid clr-i-solid-path-2" }), m("path", { "d": "M10.26,27a1.13,1.13,0,0,0-.26.73V30H26V27.7a1.12,1.12,0,0,0-.26-.73A9.9,9.9,0,0,0,18,23.69,9.9,9.9,0,0,0,10.26,27Z", "class": "clr-i-solid clr-i-solid-path-3" }), m("path", { "d": "M28,6H23V8h5V32H8V8h5V6H8A2,2,0,0,0,6,8V32a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V8A2,2,0,0,0,28,6Z", "class": "clr-i-solid clr-i-solid-path-4" }), m("rect", { "x": 0, "y": 0, "width": 36, "height": 36, "fill-opacity": 0 })) };
export default IdBadgeSolid;