@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.61 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: 'ImageProhibited24Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M6.5 12a5.5 5.5 0 1 0 0-11a5.5 5.5 0 0 0 0 11zm0-1.5a3.981 3.981 0 0 1-2.248-.691l5.557-5.557A4 4 0 0 1 6.5 10.5zM3.191 8.748a4 4 0 0 1 5.557-5.557L3.191 8.748zM4.5 12.687a6.472 6.472 0 0 1-1.5-.709v5.772A3.25 3.25 0 0 0 6.25 21h11.5A3.25 3.25 0 0 0 21 17.75V6.25A3.25 3.25 0 0 0 17.75 3h-5.772c.297.463.536.967.709 1.5h5.063c.966 0 1.75.784 1.75 1.75v11.5c0 .209-.037.409-.104.595l-5.822-5.702l-.128-.116a2.25 2.25 0 0 0-3.02.116l-5.823 5.7a1.747 1.747 0 0 1-.103-.593v-5.063zm8.025 1.028L18.33 19.4a1.746 1.746 0 0 1-.581.099H6.25c-.204 0-.4-.035-.582-.099l5.807-5.686l.084-.071a.75.75 0 0 1 .966.07zm4.98-4.963a2.252 2.252 0 1 0-4.505 0a2.252 2.252 0 0 0 4.504 0zm-3.005 0a.752.752 0 1 1 1.504 0a.752.752 0 0 1-1.504 0z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})