@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.93 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: 'Classification24Filled',
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: 'M9.018 6.002L7.527 7.504l-3.277.001a.75.75 0 0 0-.75.75v11.496c0 .414.336.75.75.75h11.5a.75.75 0 0 0 .75-.75l-.002-3.279L18 14.981v4.77A2.25 2.25 0 0 1 15.75 22H4.25A2.25 2.25 0 0 1 2 19.75V8.255a2.25 2.25 0 0 1 2.25-2.25l4.768-.003zM5.22 12.22l1.999-1.997a.75.75 0 0 1 .976-.073l.084.073l5.501 5.497a.75.75 0 0 1 .073.977l-.073.084l-2 2a.75.75 0 0 1-.976.073l-.084-.073l-5.5-5.5a.75.75 0 0 1-.073-.977l.073-.084l1.999-1.997l-2 1.997zm16.06-9.5a2.58 2.58 0 0 1-.468 4.015l-.147.085l-1.168.618l.516.515a3.25 3.25 0 0 1 .135 4.452l-.135.144l-1.233 1.232a.75.75 0 0 1-.976.073l-.084-.073l-.47-.47l-1.47 1.47a.75.75 0 0 1-.976.073l-.084-.073l-5.5-5.5a.75.75 0 0 1-.073-.977l.073-.084l1.469-1.47l-.47-.469a.75.75 0 0 1-.072-.977l.073-.084l1.231-1.23a3.254 3.254 0 0 1 4.452-.135l.144.135l.514.514l.618-1.167c.09-.17.199-.33.324-.475l.13-.141a2.578 2.578 0 0 1 3.647-.002zm-9.531 5.094l-.938.937l4.439 4.44l.94-.94l-4.441-4.437zm6.946-4.033c-.05.05-.096.106-.136.166l-.054.092l-.833 1.573l.716.717l1.575-.835a1.077 1.077 0 1 0-1.268-1.713z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})