@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.35 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: 'Steps24Filled',
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: 'M12 3.375C12 2.615 12.616 2 13.375 2h3.75c.76 0 1.375.616 1.375 1.375V9H17V3.5h-3.5v3.625c0 .76-.616 1.375-1.375 1.375H8.5v3.625c0 .76-.616 1.375-1.375 1.375H3.5V17H9v1.5H3.375C2.615 18.5 2 17.884 2 17.125v-3.75C2 12.615 2.616 12 3.375 12H7V8.375C7 7.615 7.616 7 8.375 7H12V3.375zm3 8c0-.76.616-1.375 1.375-1.375h3.75c.76 0 1.375.616 1.375 1.375v6.875a3.25 3.25 0 0 1-3.25 3.25h-6.875c-.76 0-1.375-.616-1.375-1.375v-3.75c0-.76.616-1.375 1.375-1.375H15v-3.625z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})