@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.9 kB
JavaScript
Object.defineProperty(exports, '__esModule', { value: true })
const vue_1 = require('vue')
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 24 24'
}
exports.default = (0, vue_1.defineComponent)({
name: 'DualScreenVibrate24Filled',
render: function render(_ctx, _cache) {
return (
(0, vue_1.openBlock)(),
(0, vue_1.createElementBlock)(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
(0, vue_1.createElementVNode)(
'g',
{
fill: 'none'
},
[
(0, vue_1.createElementVNode)('path', {
d: 'M11.5 5.998v13l-4.25.001a1.75 1.75 0 0 1-1.745-1.606l-.006-.144v-9.5a1.75 1.75 0 0 1 1.607-1.744l.143-.006h4.25zM16.75 6a1.75 1.75 0 0 1 1.745 1.607l.006.143v9.5a1.75 1.75 0 0 1-1.607 1.744l-.143.006l-4.252-.001v-13l4.252.001zm-1.5 9.5h-1l-.102.007a.75.75 0 0 0 0 1.486l.102.007h1l.102-.007a.75.75 0 0 0-.102-1.493zm-5.5 0h-1l-.102.007a.75.75 0 0 0 0 1.486L8.75 17h1l.101-.007A.75.75 0 0 0 9.75 15.5zm11.366-7.461l.06.09l.045.093l.582 1.456a2.75 2.75 0 0 1-.244 2.515l-.109.156l-.151.202a1.25 1.25 0 0 0-.207 1.077l.046.137l.583 1.457a.75.75 0 0 1-1.349.649l-.044-.092l-.583-1.457a2.75 2.75 0 0 1 .244-2.514l.11-.157l.151-.202a1.25 1.25 0 0 0 .206-1.077l-.045-.137l-.583-1.456a.75.75 0 0 1 1.288-.74zm-17.549 0l.06.09l.045.093l.583 1.456a2.75 2.75 0 0 1-.244 2.515l-.11.156l-.151.202a1.25 1.25 0 0 0-.206 1.077l.045.137l.583 1.457a.75.75 0 0 1-1.349.649l-.044-.092l-.582-1.457a2.75 2.75 0 0 1 .244-2.514l.109-.157l.151-.202a1.25 1.25 0 0 0 .207-1.077l-.046-.137l-.583-1.456a.75.75 0 0 1 1.288-.74z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})