UNPKG

vue2-el-bpmn

Version:

Vue2+ElementUI+BPMN2.0整合(基于Bpmn Process Designer)

21 lines (15 loc) 1.47 kB
/** * 该文件由 .my/core/build/svg.js 生成 */ import Vue from 'vue' import globalConfig from '$ui/config' const Icon = ({props}) => { const attrs = {...globalConfig.svg, ...props} return ( <svg {...{attrs: attrs}}> <path d="M957.70125 411c-6.7-100.7-28-199.3-63.7-294.3a31.81 31.81 0 0 0-23.1-20c-10.6-2.3-21.6 0.9-29.3 8.5-58.8 58-125.6 104.3-198.8 137.7-41.9 19.1-89.6 35-137.8 45.9-8.3 1.9-16.6 3.6-24.9 5.2v-0.1c0-12.1-9.8-21.9-21.9-21.9H209.90125C95.10125 272-0.39875 365.9 0.00125 480.7c0.2 56.9 23.5 108.7 61.1 146.2 22.5 22.5 50.1 39.9 80.8 50.3 16.3 5.5 27.5 20.5 28.3 37.8 0.7 16.6 3.2 33.1 7.4 49.2 14.1 54.2 44.2 92.2 70.7 116.7 14.3 13.2 37.1 10.6 48.1-5.5l18.3-26.8c8.7-12.8 7.2-30.1-3.9-40.9-15-14.6-32.2-37-40.2-67.7 0-0.2-0.1-0.4-0.2-0.6-6.7-26 13.2-51.3 40.1-51.3h147.7c12.1 0 21.9-9.8 21.9-21.9 8.4 1.6 16.7 3.3 25 5.1 47.8 10.7 95.4 26.6 137.7 45.9 73.1 33.4 140 79.7 198.8 137.7 6 6 14.1 9.2 22.5 9.2 2.3 0 4.6-0.2 6.9-0.8 10.6-2.3 19.3-9.8 23.1-20 35.7-94.9 57.1-193.6 63.8-294.2 19.8-8.8 34.3-36.4 34.3-69s-14.7-60.3-34.5-69.1zM849.90125 775.3c-54.9-47.7-115.4-86.7-180.6-116.4C623.00125 637.8 571.00125 620.4 519.00125 608.8c-12.9-2.9-26-5.5-39-7.7V359c13.1-2.3 26.1-4.9 39.1-7.8 52.4-11.8 104.4-29.2 150.2-50.1 65.2-29.7 125.7-68.8 180.6-116.4C880.50125 280.2 896.00125 379.3 896.00125 480s-15.5 199.8-46.1 295.3z"/> </svg> ) } Vue.component('icon-speaker-fill', Icon) export default Icon