@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 2.64 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 24 24'
}
exports.default = (0, vue_1.defineComponent)({
name: 'Translate24Regular',
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.961 5.987a.75.75 0 0 0-1.423-.473a21.42 21.42 0 0 0-.42 1.512c-.736.026-1.446.018-2.067-.024a.75.75 0 1 0-.102 1.496c.563.039 1.19.05 1.844.038c-.144.765-.241 1.449-.3 2.064c-1.215.642-2.061 1.504-2.539 2.412c-.613 1.166-.66 2.556.206 3.443c.571.584 1.408.64 2.129.485a4.665 4.665 0 0 0 1.24-.474l.018.046a.75.75 0 0 0 1.405-.524a9.628 9.628 0 0 0-.17-.424a7.63 7.63 0 0 0 2.285-4.047c.638.312 1.07.836 1.278 1.4a2.48 2.48 0 0 1-.097 1.952c-.308.636-.933 1.265-2.015 1.681a.75.75 0 1 0 .538 1.4c1.387-.533 2.33-1.402 2.827-2.427a3.98 3.98 0 0 0 .154-3.127a4.036 4.036 0 0 0-2.505-2.424c.002-.073.003-.147.003-.222a.75.75 0 0 0-1.5-.026a5.939 5.939 0 0 0-1.672.237c.064-.455.148-.953.257-1.5c1.185-.089 2.364-.252 3.337-.48a.75.75 0 0 0-.344-1.46c-.767.18-1.69.317-2.637.405c.085-.33.18-.67.27-.94zm-3.68 7.723c.227-.43.6-.886 1.147-1.3c.017.492.065.926.137 1.317c.094.52.236.974.386 1.373c-.306.171-.632.3-.977.374c-.485.104-.687-.012-.742-.068c-.24-.245-.394-.853.05-1.696zm4.315-2.487a6.648 6.648 0 0 1-1.414 2.848a6.24 6.24 0 0 1-.142-.612a8.618 8.618 0 0 1-.111-1.866c.11-.042.222-.082.339-.12a4.718 4.718 0 0 1 1.328-.25zM7.96 6.53a6.067 6.067 0 0 0-4.576.467a.75.75 0 1 0 .725 1.313a4.57 4.57 0 0 1 3.431-.34c.773.227 1.098.64 1.264 1.056c.133.332.175.691.188 1.042c-.27-.075-.581-.15-.923-.21c-1.132-.202-2.682-.263-4.122.427c-1.586.76-2.13 2.316-1.902 3.697c.224 1.356 1.216 2.666 2.8 2.951c1.43.258 2.805-.256 3.757-.761A9.34 9.34 0 0 0 9 15.95v.3a.75.75 0 0 0 1.5 0v-5.79c0-.454 0-1.236-.3-1.99c-.331-.829-1.005-1.578-2.237-1.94h-.001zm-.153 4.804c.483.086.898.206 1.19.305v2.506a8.296 8.296 0 0 1-1.099.702c-.84.447-1.849.779-2.787.61c-.845-.152-1.445-.866-1.586-1.72c-.138-.83.179-1.673 1.07-2.1c1.037-.496 2.226-.478 3.212-.303z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})