@mithril-icons/clarity
Version:
Mithril icons generated from https://clarity.design/icons
4 lines (3 loc) • 747 B
JavaScript
import m from 'mithril';
const StepForwardSolid = { 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", {}, "step-forward-solid"), m("path", { "class": "clr-i-solid clr-i-solid-path-1", "d": "M5,31.9a2,2,0,0,1-2-2V5.44A2,2,0,0,1,6.12,3.81L23.18,16a2,2,0,0,1,0,3.25h0L6.12,31.52A2,2,0,0,1,5,31.9Z" }), m("rect", { "class": "clr-i-solid clr-i-solid-path-2", "x": 25.95, "y": 3.67, "width": 7, "height": 28, "rx": 2, "ry": 2 }), m("rect", { "x": 0, "y": 0, "width": 36, "height": 36, "fill-opacity": 0 })) };
export default StepForwardSolid;