@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.44 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: 'Gas24Filled',
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: 'M13.145 2.306A.75.75 0 0 1 13.75 2h4.5a.75.75 0 0 1 .75.75V6.5a.762.762 0 0 1-.01.12A2.744 2.744 0 0 1 20 8.75v10.5A2.75 2.75 0 0 1 17.25 22H6.75A2.75 2.75 0 0 1 4 19.25V8.75A2.75 2.75 0 0 1 6.75 6h.75v-.25A1.75 1.75 0 0 0 5.75 4h-1a.75.75 0 0 1 0-1.5h1A3.25 3.25 0 0 1 9 5.75V6h1.437l2.708-3.694zM17.5 3.5h-3.37L12.297 6h4.953c.084 0 .168.004.25.011V3.5zm-9.28 6.72a.75.75 0 0 0 0 1.06L10.94 14l-2.72 2.72a.75.75 0 1 0 1.06 1.06L12 15.06l2.72 2.72a.75.75 0 1 0 1.06-1.06L13.06 14l2.72-2.72a.75.75 0 1 0-1.06-1.06L12 12.94l-2.72-2.72a.75.75 0 0 0-1.06 0z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})