@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.7 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 16 16'
}
exports.default = (0, vue_1.defineComponent)({
name: 'Classification16Regular',
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: 'M10.854 4.1c.208.02.45.133.682.365c.232.232.346.474.364.682c.017.192-.042.41-.268.636c-.53.53-1.435 1.12-2.512 1.82l-.063.04l-.7-.699l.041-.063c.7-1.077 1.29-1.982 1.82-2.512c.226-.226.444-.285.636-.268zM9.78 8.367c1.01-.656 1.969-1.286 2.559-1.876c.416-.416.602-.918.557-1.431c-.044-.498-.3-.947-.653-1.3c-.354-.354-.803-.61-1.3-.654c-.514-.046-1.016.14-1.432.557c-.59.59-1.22 1.548-1.877 2.559L6.586 5.172a2 2 0 0 0-2.829 0l-.707.708a1 1 0 0 0 0 1.414l-.53.53a1.25 1.25 0 0 0 0 1.768l3.889 3.889a1.25 1.25 0 0 0 1.768 0l.53-.53a1 1 0 0 0 1.414 0l.707-.708a2 2 0 0 0 0-2.828L9.78 8.366zm-.857.558l1.198 1.198a1 1 0 0 1 0 1.414l-.707.707l-5.657-5.656l.707-.707a1 1 0 0 1 1.415 0l1.198 1.197l1.56 1.56l.286.287zm-5.166-.923L8 12.243l-.53.53a.25.25 0 0 1-.354 0L3.227 8.886a.25.25 0 0 1 0-.354l.53-.53z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})