@mithril-icons/clarity
Version:
Mithril icons generated from https://clarity.design/icons
4 lines (3 loc) • 952 B
JavaScript
import m from 'mithril';
const DeploySolid = { 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", {}, "deploy-solid"), m("path", { "class": "clr-i-solid clr-i-solid-path-1", "d": "M33,2H22.1a1,1,0,0,0,0,2h8.53l-8.82,9a1,1,0,1,0,1.43,1.4L32,5.46V13.9a1,1,0,0,0,2,0V3A1,1,0,0,0,33,2Z" }), m("path", { "class": "clr-i-solid clr-i-solid-path-2", "d": "M12.46,10.73a1,1,0,0,0-1,0l-8.68,5L12,21l9.19-5.26Z" }), m("path", { "class": "clr-i-solid clr-i-solid-path-3", "d": "M2,27.73a1,1,0,0,0,.5.87L11,33.46v-11L2,17.28Z" }), m("path", { "class": "clr-i-solid clr-i-solid-path-4", "d": "M13,33.46l8.5-4.86a1,1,0,0,0,.5-.87V17.29l-9,5.15Z" }), m("rect", { "x": 0, "y": 0, "width": 36, "height": 36, "fill-opacity": 0 })) };
export default DeploySolid;