factory_web/src/assets/icons/Shengchan.vue

16 lines
664 B
Vue

<template>
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48">
<defs>
<mask id="ipSPlan0">
<g fill="none" stroke-width="4">
<path fill="#fff" stroke="#fff" stroke-linejoin="round" d="M5 19h38v22a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2z" />
<path stroke="#fff" stroke-linejoin="round" d="M5 10a2 2 0 0 1 2-2h34a2 2 0 0 1 2 2v9H5z" />
<path stroke="#000" stroke-linecap="round" stroke-linejoin="round" d="m16 31l6 6l12-12" />
<path stroke="#fff" stroke-linecap="round" d="M16 5v8m16-8v8" />
</g>
</mask>
</defs>
<path fill="currentColor" d="M0 0h48v48H0z" mask="url(#ipSPlan0)" />
</svg>
</template>