@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 2.27 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: 'Drag24Filled',
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: 'M12 16a1 1 0 0 1 .993.884L13 17v1.584l.293-.29a1 1 0 0 1 1.32-.084l.094.083a1 1 0 0 1 .083 1.32l-.083.095l-2 2l-.044.041l-.068.055l-.111.072l-.113.053l-.105.036l-.118.024l-.089.01h-.119l-.058-.005l-.116-.02l-.108-.033l-.081-.034l-.098-.052l-.096-.067a1.01 1.01 0 0 1-.09-.08l-2-2a1 1 0 0 1 1.32-1.498l.094.083l.293.293V17a1 1 0 0 1 .883-.994L12 16zm6.293-6.707a1 1 0 0 1 1.32-.083l.094.083l2 2l.041.044l.055.068l.072.111l.054.113l.035.106l.025.117l.01.09v.118l-.006.058l-.02.116l-.033.108l-.034.082l-.052.097l-.074.105l-.073.082l-2 2a1 1 0 0 1-1.498-1.32l.084-.095l.29-.292H17a1 1 0 0 1-.994-.884L16 12a1 1 0 0 1 .883-.993l.117-.006h1.585l-.292-.293a1 1 0 0 1-.084-1.32l.084-.095zm-14 0a1 1 0 0 1 1.497 1.32l-.083.095l-.293.293H7a1 1 0 0 1 .993.883L8 12a1 1 0 0 1-.884.993L7 13H5.415l.292.292a1 1 0 0 1 .083 1.32l-.083.095a1 1 0 0 1-1.32.083l-.094-.083l-2-2l-.097-.112l-.072-.111l-.053-.113l-.035-.105l-.025-.118l-.008-.063L2 11.98l.004-.07l.016-.111l.03-.112l.043-.11l.053-.098l.067-.096a.999.999 0 0 1 .08-.09l2-2zM12 9.25a2.75 2.75 0 1 1 0 5.5a2.75 2.75 0 0 1 0-5.5zm-.149-7.239l.074-.008l.13-.001l.12.014l.137.034l.111.044l.098.052l.104.074l.082.073l2 2a1 1 0 0 1-1.32 1.498l-.094-.083L13 5.415V7a1 1 0 0 1-.884.994L12 8a1 1 0 0 1-.993-.883L11 7V5.414l-.293.294a1 1 0 0 1-1.32.083l-.094-.083a1 1 0 0 1-.083-1.32l.083-.095l2-2l.112-.096l.11-.072l.114-.053l.105-.036l.117-.025z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})