UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

37 lines (36 loc) 1.37 kB
'use strict' 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 20 20' } exports.default = (0, vue_1.defineComponent)({ name: 'Classification20Filled', 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.565 16.477a1 1 0 0 1-1.414 0L3.494 10.82a1 1 0 0 1 0-1.414l1.414-1.415l-.083-.093a1 1 0 0 1 .083-1.32L6.676 4.81a2.5 2.5 0 0 1 3.536 0l1.312 1.313l1.44-2.418a2.444 2.444 0 0 1 3.828-.479a2.424 2.424 0 0 1-.496 3.81l-2.44 1.418l1.305 1.306a2.5 2.5 0 0 1 0 3.535l-1.767 1.768a1 1 0 0 1-1.415 0l-1.414 1.414zm-4.95-7.778l-1.414 1.414l5.657 5.657l1.414-1.414l-5.657-5.657zm8.208-4.483l-1.568 2.637l.87.87l2.669-1.552a1.425 1.425 0 0 0 .008-2.458a1.444 1.444 0 0 0-1.979.503z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })