@mithril-icons/clarity
Version:
Mithril icons generated from https://clarity.design/icons
4 lines (3 loc) • 612 B
JavaScript
import m from 'mithril';
const AnimationSolid = { 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", {}, "animation_solid"), m("g", { "id": "bb9f4e02-7318-4dbb-9960-e0435cf0cad7", "data-name": "Layer 3" }, m("path", { "d": "M3.5,23.77a6.41,6.41,0,0,0,9.33,8.67A11.65,11.65,0,0,1,3.5,23.77Z" }), m("path", { "d": "M7.68,14.53a9.6,9.6,0,0,0,13.4,13.7A14.11,14.11,0,0,1,7.68,14.53Z" }), m("path", { "d": "M21.78,2A12.12,12.12,0,1,1,9.66,14.15,12.12,12.12,0,0,1,21.78,2" }))) };
export default AnimationSolid;