@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.77 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 24 24'
}
export default defineComponent({
name: 'Multiplier2X24Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M6.161 10.245a.75.75 0 0 0 .836-.668a1.383 1.383 0 0 1 .23-.507c.182-.247.55-.57 1.39-.57c.775 0 1.285.239 1.572.558c.279.31.451.811.322 1.565c-.073.425-.283.675-.638.897c-.299.187-.632.317-1.043.477c-.168.066-.348.136-.544.217c-.619.257-1.339.608-1.89 1.252c-.572.667-.896 1.564-.896 2.784a.75.75 0 0 0 .75.75h5a.75.75 0 0 0 0-1.5H7.062c.09-.492.269-.82.472-1.058c.312-.364.755-.605 1.327-.842c.121-.05.255-.103.397-.158c.454-.177.982-.382 1.41-.65c.626-.391 1.159-.973 1.32-1.915c.19-1.096-.03-2.095-.684-2.822C10.657 7.336 9.69 7 8.616 7c-1.32 0-2.134.552-2.596 1.18a2.883 2.883 0 0 0-.508 1.182a1.445 1.445 0 0 0-.004.03l-.002.01v.008c-.001.002-.047.388-.001.001a.75.75 0 0 0 .656.834zm8.119 1.975a.75.75 0 0 0-1.06 1.06l1.219 1.22l-1.22 1.22a.75.75 0 1 0 1.061 1.06l1.22-1.22l1.22 1.22a.75.75 0 1 0 1.06-1.06l-1.22-1.22l1.22-1.22a.75.75 0 1 0-1.06-1.06l-1.22 1.22l-1.22-1.22z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})