@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 2.71 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 20 20'
}
export default defineComponent({
name: 'Translate20Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M14.166 4.029a.5.5 0 0 1 .305.638c-.12.341-.253.81-.353 1.194c.57-.085 1.149-.204 1.769-.348a.5.5 0 1 1 .225.974a21.3 21.3 0 0 1-2.24.416c-.096.454-.17.868-.227 1.247A5.42 5.42 0 0 1 15 8.02V8a.5.5 0 0 1 1 0c0 .057 0 .113-.002.169c1.141.31 1.98 1.071 2.345 2.057c.615 1.66-.214 3.653-2.64 4.731a.5.5 0 1 1-.406-.914c2.073-.921 2.494-2.428 2.109-3.47c-.219-.589-.728-1.124-1.493-1.387c-.23 1.538-.892 2.76-1.684 3.607c.084.173.167.35.235.522a.5.5 0 1 1-.93.37a5.084 5.084 0 0 0-.086-.205c-.42.3-.857.507-1.277.604c-.577.132-1.208.068-1.637-.39c-.645-.689-.69-1.833-.248-2.853c.38-.876 1.133-1.723 2.299-2.3c.054-.468.135-.982.248-1.552c-.44.019-.893.014-1.367-.018a.5.5 0 1 1 .067-.997c.53.035 1.031.034 1.524.002c.104-.421.294-1.143.471-1.643a.5.5 0 0 1 .638-.304zM12.501 9.74c-.657.441-1.074.981-1.298 1.498c-.349.805-.215 1.477.06 1.772c.094.1.3.186.683.098c.312-.072.685-.252 1.066-.551a5.85 5.85 0 0 1-.38-1.205a7.488 7.488 0 0 1-.131-1.612zm1.28 2.039c.535-.684.978-1.613 1.146-2.764c-.388-.01-.816.04-1.281.163a5.83 5.83 0 0 0-.121.043c-.059.833-.01 1.45.087 1.935c.046.23.104.434.169.623zM6.92 5.216a5.039 5.039 0 0 0-3.68.328a3.722 3.722 0 0 0-.297.169l-.02.013l-.006.004l-.002.001l-.002.002l.035.051l-.035-.051a.5.5 0 0 0 .566.824h-.001l.007-.004a2.73 2.73 0 0 1 .208-.117a4.039 4.039 0 0 1 2.947-.26c.712.21 1.026.593 1.186.985c.155.38.176.797.178 1.172c-.543-.149-1.212-.296-1.921-.325c-1.036-.043-2.197.163-3.207 1.003c-.888.74-1.094 1.87-.807 2.842a2.968 2.968 0 0 0 2.248 2.082c.906.188 1.862-.071 2.642-.414c.38-.167.736-.362 1.046-.554v.533a.5.5 0 1 0 1 0V8.445c0-.392 0-1.04-.253-1.662c-.272-.668-.82-1.27-1.832-1.568zm-.879 3.79c.722.03 1.406.203 1.964.366v2.385a7.585 7.585 0 0 1-1.448.849c-.705.31-1.43.476-2.037.35A1.968 1.968 0 0 1 3.03 11.57c-.194-.658-.041-1.35.488-1.79c.763-.634 1.652-.81 2.525-.773z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})