@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.25 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: 'Attach24Filled',
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 2a6 6 0 0 1 4.397 10.084l-.19.194l-8.727 8.727l-.053.05l-.056.045a3.721 3.721 0 0 1-5.253-5.242l.149-.164l.015-.011l7.29-7.304a1 1 0 0 1 1.416 1.413l-7.29 7.304l-.012.008a1.721 1.721 0 0 0 2.289 2.553l.122-.1l.001.001l8.702-8.7l.159-.165a4 4 0 0 0-5.753-5.554l-.155.16l-.018.012l-9.326 9.33a1 1 0 0 1-1.414-1.415l9.309-9.313l.046-.043A5.985 5.985 0 0 1 16.001 2z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})