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.36 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 24 24' } exports.default = (0, vue_1.defineComponent)({ name: 'BinFull24Regular', 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: 'M17.38 2.345a.75.75 0 0 1-.224 1.036l-11.852 7.62H9.5v-.75c0-.967.784-1.75 1.75-1.75h3.25v-.75c0-.967.784-1.75 1.75-1.75h3c.966 0 1.75.783 1.75 1.75V11h.25a.75.75 0 0 1 .75.75v7A3.25 3.25 0 0 1 18.75 22H5.25A3.25 3.25 0 0 1 2 18.75v-7a.75.75 0 0 1 .344-.632l14-9a.75.75 0 0 1 1.037.226zM19.5 11V7.75a.25.25 0 0 0-.25-.25h-3a.25.25 0 0 0-.25.25V11h3.5zm-5 0v-1h-3.25a.25.25 0 0 0-.25.25V11h3.5zm-11 1.5v6.25c0 .967.784 1.75 1.75 1.75h13.5a1.75 1.75 0 0 0 1.75-1.75V12.5h-17z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })