@mithril-icons/clarity
Version:
Mithril icons generated from https://clarity.design/icons
4 lines (3 loc) • 1 kB
JavaScript
import m from 'mithril';
const WrenchLine = { 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", {}, "wrench-line"), m("path", { "d": "M33.18,26.11,20.35,13.28A9.28,9.28,0,0,0,7.54,2.79l-1.34.59,5.38,5.38L8.76,11.59,3.38,6.21,2.79,7.54A9.27,9.27,0,0,0,13.28,20.35L26.11,33.18a2,2,0,0,0,2.83,0l4.24-4.24A2,2,0,0,0,33.18,26.11Zm-5.66,5.66L13.88,18.12l-.57.16a7.27,7.27,0,0,1-9.31-7,7.2,7.2,0,0,1,.15-1.48l4.61,4.61,5.66-5.66L9.81,4.15a7.27,7.27,0,0,1,8.47,9.16l-.16.57L31.77,27.53Z", "class": "clr-i-outline clr-i-outline-path-1" }), m("circle", { "cx": 27.13, "cy": 27.09, "r": 1.3, "transform": "translate(-11.21 27.12) rotate(-45)", "class": "clr-i-outline clr-i-outline-path-2" }), m("rect", { "x": 0, "y": 0, "width": 36, "height": 36, "fill-opacity": 0 })) };
export default WrenchLine;