@mithril-icons/clarity
Version:
Mithril icons generated from https://clarity.design/icons
4 lines (3 loc) • 905 B
JavaScript
import m from 'mithril';
const HardDiskLine = { 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", {}, "hard-disk-line"), m("path", { "class": "clr-i-outline clr-i-outline-path-1", "d": "M34,21.08,30.86,8.43A2,2,0,0,0,28.94,7H7.06A2,2,0,0,0,5.13,8.47L2,21.08a1,1,0,0,0,0,.24V29a2,2,0,0,0,2,2H32a2,2,0,0,0,2-2V21.31A1,1,0,0,0,34,21.08ZM4,29V21.44L7.06,9H28.93L32,21.44V29Z" }), m("rect", { "class": "clr-i-outline clr-i-outline-path-2", "x": 6, "y": 20, "width": 24, "height": 2 }), m("rect", { "class": "clr-i-outline clr-i-outline-path-3", "x": 26, "y": 24, "width": 4, "height": 2 }), m("rect", { "x": 0, "y": 0, "width": 36, "height": 36, "fill-opacity": 0 })) };
export default HardDiskLine;