@mithril-icons/devicon
Version:
Mithril icons generated from http://konpa.github.io/devicon/
4 lines (3 loc) • 1.53 kB
JavaScript
import m from 'mithril';
const SketchLine = { view: ({ attrs }) => m("svg", Object.assign({ "id": "Sketch", "xmlns": "http://www.w3.org/2000/svg", "viewBox": "0 0 128 128" }, attrs), m("defs", {}, m("style", {}, ".cls-1{fill:#fdad00;}")), m("title", {}, "Artboard 14"), m("g", { "id": "line" }, m("path", { "class": "cls-1", "d": "M63.81,118.63l-61-70.46v-.31L29.42,12.41l.17-.1L64,8.7l34.43,3.61.17.1L125.2,47.85v.31l-61,70.46ZM3.32,48,64,118.08,124.68,48,98.25,12.79,64,9.2,29.75,12.79Z" }), m("path", { "class": "cls-1", "d": "M63.81,118.63l-61-70.46L3,47.75H27.71l.22.14,36.29,70.46ZM3.55,48.25l59.27,68.47L27.56,48.25Z" }), m("path", { "class": "cls-1", "d": "M64.19,118.63l-.41-.28,36.29-70.46.22-.14H125l.19.41Zm36.26-70.38L65.18,116.72l59.27-68.47Z" }), m("path", { "class": "cls-1", "d": "M64.22,118.58h-.44L27.49,48.11l.22-.36h72.58l.22.36ZM28.12,48.25,64,117.92,99.88,48.25Z" }), m("path", { "class": "cls-1", "d": "M27.89,48.17,27.46,48l1.91-35.44.22-.23L64,8.7l.21.42Zm2-35.39L28,47.32,63.36,9.27Z" }), m("path", { "class": "cls-1", "d": "M100.11,48.17l-36.29-39L64,8.7l34.38,3.6.22.23L100.54,48ZM64.64,9.27,100,47.32,98.14,12.78Z" }), m("path", { "class": "cls-1", "d": "M125,48.25H100.29L100,48,98.13,12.57l.45-.16L125.2,47.85Zm-24.47-.5h24L98.68,13.36Z" }), m("path", { "class": "cls-1", "d": "M100.29,48.25H27.71l-.18-.42,36.29-39h.37l36.29,39Zm-72-.5H99.72L64,9.32Z" }), m("path", { "class": "cls-1", "d": "M27.71,48.25H3l-.2-.4L29.42,12.41l.45.16L28,48ZM3.5,47.75h24l1.85-34.39Z" }))) };
export default SketchLine;