UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

37 lines (36 loc) 2.44 kB
'use strict' 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: 'PhoneShake24Regular', 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: 'M18.678 2.393a.75.75 0 0 1 1.017-.3c.32.175.755.51 1.184 1.031c.432.525.765 1.144.956 1.86A4.878 4.878 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.4 3.4 0 0 0-.666-1.294c-.294-.357-.581-.579-.745-.668a.75.75 0 0 1-.298-1.017zM14.69 15.279a.75.75 0 0 0-.919-.53l-1.932.518l-.096.032a.75.75 0 0 0 .484 1.416l1.932-.517l.097-.033a.75.75 0 0 0 .434-.886zm.406-9.618a2.25 2.25 0 0 0-2.757-1.59L7.747 5.302a2.25 2.25 0 0 0-1.59 2.755l2.754 10.286a2.25 2.25 0 0 0 2.756 1.592l4.595-1.23a2.25 2.25 0 0 0 1.592-2.756L15.096 5.66zm-2.368-.142a.75.75 0 0 1 .92.53l2.757 10.29a.75.75 0 0 1-.53.918l-4.596 1.23a.75.75 0 0 1-.919-.53L7.606 7.67a.75.75 0 0 1 .53-.918l4.592-1.233zm5.823-1.217a.75.75 0 1 0-.909 1.193l.033.028c.04.037.099.098.158.176a.933.933 0 0 1 .163.313a1.067 1.067 0 0 1-.03.573l-.05.148a.75.75 0 0 0 1.416.483a1.8 1.8 0 0 0 .048-.13l.052-.178c.106-.412.13-.847.013-1.284a2.402 2.402 0 0 0-.416-.83a2.597 2.597 0 0 0-.478-.492zM2.54 15.412a.75.75 0 0 1 1.344.658l-.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.045 5.045 0 0 1-.94-1.857a5.017 5.017 0 0 1 .086-2.914c.1-.3.204-.524.283-.66zm3.115.939a.75.75 0 0 0-.98.406c-.015.035-.03.078-.047.13l-.051.176c-.104.41-.128.846-.01 1.282c.08.304.225.58.412.828c.17.227.342.391.475.493a.75.75 0 0 0 .915-1.188l-.033-.029a1.379 1.379 0 0 1-.158-.177a.945.945 0 0 1-.163-.316a1.075 1.075 0 0 1 .03-.574l.048-.148a.75.75 0 0 0-.438-.883z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })