@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.91 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: 'DocumentBulletListOff24Regular',
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: 'M7 12.25a.75.75 0 1 1 1.5 0a.75.75 0 0 1-1.5 0zm.75 2.25a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5zM7 18.25a.75.75 0 1 1 1.5 0a.75.75 0 0 1-1.5 0zM4 5.06L2.22 3.28a.75.75 0 1 1 1.06-1.06l18.5 18.5a.75.75 0 0 1-1.06 1.06l-.916-.915A2.001 2.001 0 0 1 18 22H6a2 2 0 0 1-2-2V5.06zm14.5 14.501l-1.534-1.534a.75.75 0 0 1-.716.973h-5.5a.75.75 0 0 1 0-1.5h5.5c.078 0 .152.012.223.034L14.939 16H10.75a.75.75 0 0 1 0-1.5h2.69l-1.5-1.5h-1.19a.75.75 0 0 1-.263-1.453L5.5 6.561V20a.5.5 0 0 0 .5.5h12a.5.5 0 0 0 .5-.5v-.439zM12 8c0 .492.178.942.473 1.29l.236.237c.349.295.8.473 1.291.473h4.5v5.318l1.5 1.5v-6.99a2 2 0 0 0-.586-1.414l-5.829-5.828a.493.493 0 0 0-.049-.04a.626.626 0 0 1-.036-.03a2.072 2.072 0 0 0-.219-.18a.652.652 0 0 0-.08-.044l-.048-.024l-.05-.029c-.054-.031-.109-.063-.166-.087a1.977 1.977 0 0 0-.624-.138c-.02-.001-.04-.004-.059-.007A.605.605 0 0 0 12.172 2H6c-.244 0-.478.044-.694.124L6.682 3.5H12V8zm1.5-3.379L17.378 8.5H14a.5.5 0 0 1-.5-.5V4.621zm2.75 6.879h-1.568l1.5 1.5h.068a.75.75 0 0 0 0-1.5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})