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.7 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: 'Translate24Filled', 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: 'M16.953 5.303a1 1 0 0 0-1.906-.606c-.124.389-.236.899-.324 1.344c-.565.012-1.12 0-1.652-.038a1 1 0 1 0-.142 1.995c.46.032.934.048 1.416.047a25.649 25.649 0 0 0-.24 1.698c-1.263.716-2.142 1.684-2.636 2.7c-.624 1.283-.7 2.857.239 3.883c.675.736 1.704.758 2.499.588c.322-.068.654-.176.988-.32a1 1 0 0 0 1.746-.93a13.17 13.17 0 0 0-.041-.115a8.404 8.404 0 0 0 2.735-4.06c.286.251.507.55.658.864c.284.594.334 1.271.099 1.91c-.234.633-.78 1.313-1.84 1.843a1 1 0 0 0 .895 1.789c1.44-.72 2.385-1.758 2.821-2.94a4.436 4.436 0 0 0-.17-3.464a4.752 4.752 0 0 0-2.104-2.165C19.998 9.22 20 9.11 20 9a1 1 0 0 0-1.974-.23a5.984 5.984 0 0 0-1.796.138c.047-.305.102-.626.166-.964a20.142 20.142 0 0 0 2.842-.473a1 1 0 0 0-.476-1.942c-.622.152-1.286.272-1.964.358c.048-.208.1-.409.155-.584zm-3.686 8.015c.166-.34.414-.697.758-1.037c.02.348.053.67.098.973c.083.56.207 1.048.341 1.477a3.41 3.41 0 0 1-.674.227c-.429.092-.588.019-.614.006l-.004-.001c-.162-.193-.329-.774.095-1.645zm4.498-2.562a6.362 6.362 0 0 1-1.568 2.73a7.763 7.763 0 0 1-.095-.525a10.294 10.294 0 0 1-.088-1.904c.033-.013.067-.024.1-.036l1.651-.265zm-1.651.265l1.651-.265c-.495-.025-1.049.053-1.651.265zM7.536 6.29a6.342 6.342 0 0 0-4.456.33a1 1 0 0 0 .848 1.811a4.342 4.342 0 0 1 3.049-.222c.364.107.568.248.69.37c.12.123.203.27.257.454c.067.225.087.446.09.69a8.195 8.195 0 0 0-.555-.117c-1.146-.199-2.733-.215-4.262.64c-1.271.713-1.796 2.168-1.682 3.448c.12 1.326.94 2.679 2.572 3.136c1.48.414 2.913-.045 3.877-.507l.08-.04a1 1 0 0 0 1.96-.281V10.5c0-.053.002-.12.005-.2c.012-.417.034-1.16-.168-1.838a3.043 3.043 0 0 0-.755-1.29c-.394-.398-.91-.694-1.547-.881h-.003zm-.419 5.287c.344.06.647.143.887.222v2.197a7.021 7.021 0 0 1-.905.524c-.792.38-1.682.605-2.473.384c-.698-.195-1.06-.742-1.119-1.389c-.062-.693.243-1.286.667-1.523c.987-.553 2.06-.569 2.943-.415z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })