@mithril-icons/clarity
Version:
Mithril icons generated from https://clarity.design/icons
4 lines (3 loc) • 869 B
JavaScript
import m from 'mithril';
const TapeDriveSolidBadged = { view: ({ attrs }) => m("svg", Object.assign({ "xmlns": "http://www.w3.org/2000/svg", "width": 36, "height": 36, "viewBox": "0 0 36 36" }, attrs), m("title", {}, "tape-drive-solid-badged"), m("g", { "id": "e6c10aaa-04d3-40e7-911f-0a280855c83c", "data-name": "Layer 4" }, m("path", { "d": "M12.21,23a5,5,0,1,0-5-5A5,5,0,0,0,12.21,23Zm0-7a2,2,0,1,1-2,2A2,2,0,0,1,12.21,16Z" }), m("path", { "d": "M23.79,23a5,5,0,1,0-5-5A5,5,0,0,0,23.79,23Zm0-7a2,2,0,1,1-2,2A2,2,0,0,1,23.79,16Z" })), m("g", { "id": "b585f356-dc07-48d7-b5de-cfe268a8c2d5", "data-name": "Layer 3" }, m("path", { "d": "M30,13.5V24H6V12H25.51a7.49,7.49,0,0,1-3-6H4A2,2,0,0,0,2,8V28a2,2,0,0,0,2,2H32a2,2,0,0,0,2-2V12.34A7.49,7.49,0,0,1,30,13.5Z" }), m("circle", { "cx": 30, "cy": 6, "r": 5, "fill": "#e62700" }))) };
export default TapeDriveSolidBadged;