@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 2.04 kB
JavaScript
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue'
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 24 24'
}
export default defineComponent({
name: 'DualScreenVibrate24Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M16.75 5.996a1.75 1.75 0 0 1 1.745 1.607l.006.143v9.504a1.75 1.75 0 0 1-1.607 1.744l-.143.006H7.249a1.75 1.75 0 0 1-1.744-1.607l-.006-.143V7.746a1.75 1.75 0 0 1 1.607-1.744l.143-.006h9.502zm-5.25 1.5H7.25a.25.25 0 0 0-.244.193l-.007.057v9.504a.25.25 0 0 0 .193.243l.057.007H11.5V7.495zm5.25 0H12.5V17.5h4.25a.25.25 0 0 0 .244-.192l.007-.057V7.746a.25.25 0 0 0-.193-.243l-.057-.007zm-1.5 7.51a.75.75 0 0 1 .102 1.494l-.102.006h-1a.75.75 0 0 1-.102-1.493l.102-.006h1zm-5.5 0A.75.75 0 0 1 9.85 16.5l-.102.006H8.75a.75.75 0 0 1-.102-1.493l.102-.006h1zm11.366-6.968l.06.091l.045.092l.582 1.456a2.75 2.75 0 0 1-.244 2.515l-.109.157l-.151.201a1.25 1.25 0 0 0-.207 1.078l.046.137l.583 1.456a.75.75 0 0 1-1.349.65l-.044-.093l-.583-1.456a2.75 2.75 0 0 1 .244-2.515l.11-.157l.151-.201a1.25 1.25 0 0 0 .206-1.078l-.045-.136l-.583-1.457a.75.75 0 0 1 1.288-.74zm-17.549 0l.06.091l.045.092l.583 1.456a2.75 2.75 0 0 1-.244 2.515l-.11.157l-.151.201a1.25 1.25 0 0 0-.206 1.078l.045.136l.583 1.457a.75.75 0 0 1-1.349.649l-.044-.092l-.582-1.456a2.75 2.75 0 0 1 .244-2.515l.109-.157l.151-.201a1.25 1.25 0 0 0 .207-1.078l-.046-.137l-.583-1.456a.75.75 0 0 1 1.288-.74z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})