@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.54 kB
JavaScript
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue'
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 24 24'
}
export default defineComponent({
name: 'DocumentBulletListOff24Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M4 5.06V20a2 2 0 0 0 2 2h12a2 2 0 0 0 1.804-1.135l.915.916a.75.75 0 0 0 1.061-1.061L3.28 2.22a.75.75 0 1 0-1.06 1.06L4 5.06zm12.473 12.474l.493.493a.75.75 0 0 1-.716.973h-5.5a.75.75 0 0 1 0-1.5h5.5c.078 0 .152.012.223.034zM14.939 16H10.75a.75.75 0 0 1 0-1.5h2.69l1.5 1.5zm-3-3H10.75a.75.75 0 0 1-.263-1.453L11.939 13zM7 12.25a.75.75 0 1 1 1.5 0a.75.75 0 0 1-1.5 0zm0 3a.75.75 0 1 1 1.5 0a.75.75 0 0 1-1.5 0zm0 3a.75.75 0 1 1 1.5 0a.75.75 0 0 1-1.5 0zM16.25 13h-.068L20 16.818V10h-6c-.49 0-.94-.177-1.288-.47l1.97 1.97h1.568a.75.75 0 0 1 0 1.5zM12 8c0 .49.177.94.47 1.288L5.306 2.124C5.522 2.044 5.756 2 6 2h6v6zm1.5 0V2.5l6 6H14a.5.5 0 0 1-.5-.5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})