@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 2.31 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: 'PhoneShake24Filled',
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: 'M12.34 4.07a2.25 2.25 0 0 1 2.756 1.59l2.758 10.29a2.25 2.25 0 0 1-1.592 2.756l-4.595 1.23a2.25 2.25 0 0 1-2.756-1.592L6.157 8.058a2.25 2.25 0 0 1 1.59-2.755L12.34 4.07zm2.35 11.21a.75.75 0 0 0-.919-.531l-1.932.518l-.096.033a.75.75 0 0 0 .484 1.415l1.932-.517l.097-.033a.75.75 0 0 0 .434-.886zm3.988-12.887a.75.75 0 0 1 1.018-.3c.319.175.754.51 1.183 1.031c.432.525.765 1.144.956 1.86A4.877 4.877 0 0 1 21.72 7.9a3.75 3.75 0 0 1-.307.68a.75.75 0 0 1-1.328-.69l.047-.09a3.398 3.398 0 0 0 .255-2.429a3.401 3.401 0 0 0-.666-1.294c-.294-.357-.581-.579-.745-.668a.75.75 0 0 1-.298-1.017zM17.5 4.443a.75.75 0 0 1 1.051-.141c.134.101.306.265.478.491c.188.249.334.525.416.831c.117.437.093.872-.013 1.284l-.052.177a1.801 1.801 0 0 1-.048.131a.75.75 0 0 1-1.417-.483l.05-.148a1.065 1.065 0 0 0 .03-.573a.933.933 0 0 0-.162-.313a1.367 1.367 0 0 0-.158-.176l-.033-.028a.75.75 0 0 1-.142-1.051zM2.54 15.412a.75.75 0 0 1 1.344.659l-.095.193a3.536 3.536 0 0 0-.168 2.335c.134.5.363.935.661 1.309c.258.322.51.539.68.652l.067.042a.75.75 0 1 1-.75 1.299c-.315-.182-.745-.527-1.168-1.057a5.044 5.044 0 0 1-.94-1.857a5.017 5.017 0 0 1 .086-2.914c.1-.3.204-.524.283-.66zm2.135 1.346a.75.75 0 0 1 1.418.477l-.049.148a1.074 1.074 0 0 0-.03.574c.029.103.085.21.164.316c.06.079.118.14.158.178l.033.028a.75.75 0 0 1-.915 1.188a2.606 2.606 0 0 1-.475-.493a2.42 2.42 0 0 1-.413-.828a2.515 2.515 0 0 1 .01-1.282l.052-.176a1.82 1.82 0 0 1 .047-.13z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})