@mithril-icons/clarity
Version:
Mithril icons generated from https://clarity.design/icons
4 lines (3 loc) • 1.19 kB
JavaScript
import m from 'mithril';
const FileGroupLine = { 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", {}, "file-group-line"), m("path", { "class": "clr-i-outline clr-i-outline-path-1", "d": "M31,34H13a1,1,0,0,1-1-1V11a1,1,0,0,1,1-1H31a1,1,0,0,1,1,1V33A1,1,0,0,1,31,34ZM14,32H30V12H14Z" }), m("rect", { "class": "clr-i-outline clr-i-outline-path-2", "x": 16, "y": 16, "width": 12, "height": 2 }), m("rect", { "class": "clr-i-outline clr-i-outline-path-3", "x": 16, "y": 20, "width": 12, "height": 2 }), m("rect", { "class": "clr-i-outline clr-i-outline-path-4", "x": 16, "y": 24, "width": 12, "height": 2 }), m("path", { "class": "clr-i-outline clr-i-outline-path-5", "d": "M6,24V4H24V3a1,1,0,0,0-1-1H5A1,1,0,0,0,4,3V25a1,1,0,0,0,1,1H6Z" }), m("path", { "class": "clr-i-outline clr-i-outline-path-6", "d": "M10,28V8H28V7a1,1,0,0,0-1-1H9A1,1,0,0,0,8,7V29a1,1,0,0,0,1,1h1Z" }), m("rect", { "x": 0, "y": 0, "width": 36, "height": 36, "fill-opacity": 0 })) };
export default FileGroupLine;