@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.62 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: 'Gas24Regular',
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: 'M8.22 10.22a.75.75 0 0 1 1.06 0L12 12.94l2.72-2.72a.75.75 0 1 1 1.06 1.06L13.06 14l.47.469l2 2l.001.002l.25.249a.75.75 0 1 1-1.061 1.06l-.25-.249l-2-2l-.47-.47l-2.72 2.72a.75.75 0 0 1-1.06-1.061L10.94 14l-2.72-2.72a.75.75 0 0 1 0-1.06zM13.75 2a.75.75 0 0 0-.605.306L10.437 6H9v-.25A3.25 3.25 0 0 0 5.75 2.5h-1a.75.75 0 0 0 0 1.5h1c.966 0 1.75.784 1.75 1.75V6h-.75A2.75 2.75 0 0 0 4 8.75v10.5A2.75 2.75 0 0 0 6.75 22h10.5A2.75 2.75 0 0 0 20 19.25V8.75c0-.858-.393-1.625-1.01-2.13c.007-.039.01-.079.01-.12V2.75a.75.75 0 0 0-.75-.75h-4.5zm3.75 4.011A2.784 2.784 0 0 0 17.25 6h-4.953l1.833-2.5h3.37v2.511zM6.75 7.5h10.5c.69 0 1.25.56 1.25 1.25v10.5c0 .69-.56 1.25-1.25 1.25H6.75c-.69 0-1.25-.56-1.25-1.25V8.75c0-.69.56-1.25 1.25-1.25z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})