@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.99 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: 'Multiplier12X24Filled',
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: 'M10.343 10.488a1 1 0 0 0 1.142-.815v.002v-.006l.002-.01v.002a1.286 1.286 0 0 1 .21-.436c.153-.202.452-.475 1.153-.475c.723 0 1.065.219 1.227.425c.174.22.318.648.187 1.406c-.06.35-.208.52-.473.68c-.254.155-.527.252-.9.386a25.79 25.79 0 0 0-.549.2c-.6.23-1.35.568-1.928 1.249c-.6.705-.914 1.652-.914 2.904a1 1 0 0 0 1 1h4.75a1 1 0 1 0 0-2h-3.628c.084-.284.2-.473.316-.61c.239-.28.59-.472 1.117-.674c.1-.038.215-.079.34-.123c.435-.155.99-.352 1.433-.62c.67-.407 1.233-1.036 1.407-2.054c.188-1.092.057-2.164-.586-2.981c-.655-.832-1.672-1.188-2.8-1.188c-1.37 0-2.246.602-2.75 1.275a3.288 3.288 0 0 0-.576 1.26a1.673 1.673 0 0 0-.007.035l-.002.013v.005l-.001.003s-.03.192 0 .002a1 1 0 0 0 .83 1.145zM5.27 6.938a1 1 0 0 1 .73.964V16a1 1 0 0 1-2 0v-5.328a8.543 8.543 0 0 1-.985.685a1 1 0 0 1-1.03-1.714c1.246-.748 1.685-1.474 2.088-2.14l.073-.121a1 1 0 0 1 1.124-.443zm13.437 5.355a1 1 0 0 0-1.414 1.414l.793.793l-.793.793a1 1 0 0 0 1.414 1.414l.793-.793l.793.793a1 1 0 0 0 1.414-1.414l-.793-.793l.793-.793a1 1 0 0 0-1.414-1.414l-.793.793l-.793-.793zM7.75 17a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})