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.52 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 16 16' } exports.default = (0, vue_1.defineComponent)({ name: 'Translate16Regular', 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.487 4.105a.5.5 0 1 0-.978-.21c-.07.33-.132.649-.185.956a12.22 12.22 0 0 1-1.292-.016a.5.5 0 0 0-.068.998c.39.026.797.034 1.21.023c-.05.403-.085.783-.107 1.143c-.907.424-1.51 1.026-1.83 1.673c-.395.802-.36 1.725.2 2.298c.38.387.924.429 1.398.323c.215-.048.434-.129.651-.239l.044.121a.5.5 0 1 0 .937-.35a5.032 5.032 0 0 1-.122-.37c.716-.65 1.338-1.643 1.563-2.915c.104.026.2.058.286.096c.44.19.705.526.808.914c.206.775-.225 1.923-1.683 2.484a.5.5 0 1 0 .359.933c1.834-.705 2.653-2.307 2.29-3.673a2.363 2.363 0 0 0-1.377-1.576a2.913 2.913 0 0 0-.593-.183V6.5a.5.5 0 0 0-1-.018a5.184 5.184 0 0 0-.901.152c.023-.267.054-.546.093-.838a14.317 14.317 0 0 0 1.923-.309a.5.5 0 0 0-.229-.973c-.484.113-1.003.201-1.53.26c.04-.217.084-.44.133-.669zm-2.353 5.01c.158-.32.445-.665.906-.962c.012.75.084 1.382.184 1.902c-.22.136-.428.222-.607.262c-.298.066-.425-.006-.464-.046c-.176-.18-.289-.61-.019-1.157zM11.9 7.495a4.243 4.243 0 0 1-.789 1.744c-.051-.441-.08-.956-.07-1.55l.121-.037c.267-.078.512-.13.738-.157zM5.493 4.797A3.707 3.707 0 0 0 3.57 4.76a3.773 3.773 0 0 0-.748.268l-.048.025l-.015.009l-.006.002l-.001.002H2.75a.5.5 0 0 0 .495.87l.003-.002a2.773 2.773 0 0 1 .559-.202a2.707 2.707 0 0 1 1.404.025c.405.118.578.34.673.609c.078.222.103.476.11.755a8.323 8.323 0 0 0-.659-.1c-.689-.074-1.655-.084-2.363.35c-1.46.894-1.247 3.178.454 3.701c.761.234 1.5.054 2.07-.187c.178-.075.347-.16.502-.244v.355a.5.5 0 1 0 1 0V7.438c0-.38 0-.917-.171-1.405c-.192-.543-.593-1.019-1.334-1.236zm.505 3.345v1.334a5.9 5.9 0 0 1-.89.488c-.469.198-.947.288-1.389.152c-.84-.258-.984-1.428-.225-1.892c.401-.246 1.067-.28 1.734-.208c.297.032.567.082.77.126z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })