@mithril-icons/clarity
Version:
Mithril icons generated from https://clarity.design/icons
4 lines (3 loc) • 1.09 kB
JavaScript
import m from 'mithril';
const TrashLine = { 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", {}, "trash-line"), m("path", { "class": "clr-i-outline clr-i-outline-path-1", "d": "M27.14,34H8.86A2.93,2.93,0,0,1,6,31V11.23H8V31a.93.93,0,0,0,.86,1H27.14A.93.93,0,0,0,28,31V11.23h2V31A2.93,2.93,0,0,1,27.14,34Z" }), m("path", { "class": "clr-i-outline clr-i-outline-path-2", "d": "M30.78,9H5A1,1,0,0,1,5,7H30.78a1,1,0,0,1,0,2Z" }), m("rect", { "class": "clr-i-outline clr-i-outline-path-3", "x": 21, "y": 13, "width": 2, "height": 15 }), m("rect", { "class": "clr-i-outline clr-i-outline-path-4", "x": 13, "y": 13, "width": 2, "height": 15 }), m("path", { "class": "clr-i-outline clr-i-outline-path-5", "d": "M23,5.86H21.1V4H14.9V5.86H13V4a2,2,0,0,1,1.9-2h6.2A2,2,0,0,1,23,4Z" }), m("rect", { "x": 0, "y": 0, "width": 36, "height": 36, "fill-opacity": 0 })) };
export default TrashLine;