UNPKG

@mithril-icons/clarity

Version:

Mithril icons generated from https://clarity.design/icons

4 lines (3 loc) 1.18 kB
import m from 'mithril'; const ChatBubbleLine = { 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", {}, "chat-bubble-line"), m("path", { "d": "M18,2.5c-8.82,0-16,6.28-16,14s7.18,14,16,14a18,18,0,0,0,4.88-.68l5.53,3.52a1,1,0,0,0,1.54-.84l0-6.73a13,13,0,0,0,4-9.27C34,8.78,26.82,2.5,18,2.5ZM28.29,24.61a1,1,0,0,0-.32.73l0,5.34-4.38-2.79a1,1,0,0,0-.83-.11A16,16,0,0,1,18,28.5c-7.72,0-14-5.38-14-12s6.28-12,14-12,14,5.38,14,12A11.08,11.08,0,0,1,28.29,24.61Z", "class": "clr-i-outline clr-i-outline-path-1" }), m("path", { "d": "M25,15.5H11a1,1,0,0,0,0,2H25a1,1,0,0,0,0-2Z", "class": "clr-i-outline clr-i-outline-path-2" }), m("path", { "d": "M21.75,20.5h-7.5a1,1,0,0,0,0,2h7.5a1,1,0,0,0,0-2Z", "class": "clr-i-outline clr-i-outline-path-3" }), m("path", { "d": "M11.28,12.5H24.72a1,1,0,0,0,0-2H11.28a1,1,0,0,0,0,2Z", "class": "clr-i-outline clr-i-outline-path-4" }), m("rect", { "x": 0, "y": 0, "width": 36, "height": 36, "fill-opacity": 0 })) }; export default ChatBubbleLine;