@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 2.72 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 20 20'
}
exports.default = (0, vue_1.defineComponent)({
name: 'Translate20Filled',
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: 'M14.417 4.017a.75.75 0 1 0-1.402-.533c-.138.362-.282.83-.398 1.234c-.61.04-1.218.044-1.82.006a.75.75 0 0 0-.095 1.497a15.37 15.37 0 0 0 1.533.018c-.123.565-.215 1.081-.28 1.554c-1.309.624-2.172 1.542-2.613 2.514c-.512 1.128-.481 2.45.318 3.264c.542.552 1.325.606 1.992.464c.443-.095.9-.285 1.345-.556l.03.066a.75.75 0 1 0 1.379-.59a7.638 7.638 0 0 0-.211-.444a7.061 7.061 0 0 0 1.815-3.506c.66.287 1.11.755 1.325 1.243c.224.508.23 1.087-.053 1.652c-.286.571-.9 1.186-2.016 1.66a.75.75 0 0 0 .586 1.38c1.359-.576 2.29-1.404 2.772-2.369a3.396 3.396 0 0 0 .084-2.929c-.45-1.016-1.355-1.801-2.542-2.178v-.039a.75.75 0 0 0-1.472-.203a6.347 6.347 0 0 0-1.14.072c.065-.363.147-.756.247-1.181a24.344 24.344 0 0 0 2.207-.38a.75.75 0 1 0-.318-1.466a24.22 24.22 0 0 1-1.452.271c.06-.187.12-.367.179-.521zm-3.71 6.91c.201-.442.562-.915 1.127-1.326c.008.546.063 1.017.154 1.437c.09.42.212.774.344 1.087c-.36.237-.705.381-.993.443c-.42.09-.577-.015-.61-.048c-.213-.218-.38-.804-.021-1.593zm3.83-2.211a5.644 5.644 0 0 1-1.016 2.278a4.518 4.518 0 0 1-.067-.271c-.1-.465-.154-1.059-.1-1.863c.424-.1.82-.144 1.184-.144zM5.985 5.204a4.922 4.922 0 0 0-3.865.459a2.572 2.572 0 0 0-.068.043l-.022.014l-.007.005l-.003.002l-.001.001l-.002.001a.75.75 0 0 0 .852 1.235l.002-.002l.028-.017a3.311 3.311 0 0 1 .706-.302a3.422 3.422 0 0 1 1.956 0c.574.17.8.467.918.76c.08.197.116.41.133.628a7.749 7.749 0 0 0-1.474-.218c-1.01-.042-2.167.162-3.175 1.01c-.926.778-1.13 1.962-.839 2.958c.292.998 1.1 1.9 2.303 2.152c.928.195 1.885-.076 2.63-.407c.198-.088.388-.183.568-.281v.005a.75.75 0 1 0 1.5 0V8.497c0-.366 0-1.02-.254-1.655c-.283-.703-.857-1.332-1.885-1.637h-.001zm-.91 4.108c.554.023 1.085.143 1.55.273v1.89a6.755 6.755 0 0 1-1.177.68c-.633.281-1.239.41-1.713.31a1.553 1.553 0 0 1-1.171-1.104c-.156-.534-.027-1.062.364-1.39c.638-.536 1.385-.69 2.148-.659z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})