@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.19 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 20 20'
}
export default defineComponent({
name: 'BinFull20Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M14.752 2.932a.5.5 0 1 0-.504-.864l-12 7A.5.5 0 0 0 2 9.5v6A2.5 2.5 0 0 0 4.5 18h11a2.5 2.5 0 0 0 2.5-2.5v-6a.5.5 0 0 0-.5-.5H17V6.5A1.5 1.5 0 0 0 15.5 5h-2A1.5 1.5 0 0 0 12 6.5V7H9.5A1.5 1.5 0 0 0 8 8.5V9H4.35l10.402-6.068zM12 8v1H9v-.5a.5.5 0 0 1 .5-.5H12zm1 1V6.5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 .5.5V9h-3z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})