UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

37 lines (36 loc) 1.79 kB
'use strict' 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 28 28' } exports.default = (0, vue_1.defineComponent)({ name: 'Multiplier18X28Regular', 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: 'M5.972 8.034a.75.75 0 0 1 .528.716v10.5a.75.75 0 0 1-1.5 0V10.96c-.453.458-1.046.943-1.864 1.434a.75.75 0 0 1-.772-1.286c1.526-.915 2.077-1.745 2.579-2.5c.063-.094.125-.188.188-.28a.75.75 0 0 1 .84-.293zM18.5 11c0 .89-.414 1.645-1.049 2.176c1.076.689 1.799 1.847 1.799 3.199c0 2.193-1.902 3.875-4.125 3.875S11 18.568 11 16.375c0-1.352.723-2.51 1.799-3.2c-.635-.53-1.049-1.286-1.049-2.175c0-1.761 1.624-3 3.375-3S18.5 9.24 18.5 11zm-3.375-1.5c-1.148 0-1.875.776-1.875 1.5s.727 1.5 1.875 1.5C16.273 12.5 17 11.724 17 11s-.727-1.5-1.875-1.5zM12.5 16.375c0 1.258 1.12 2.375 2.625 2.375s2.625-1.117 2.625-2.375S16.63 14 15.125 14S12.5 15.117 12.5 16.375zm7.72-2.155a.75.75 0 0 1 1.06 0L23 15.94l1.72-1.72a.75.75 0 1 1 1.06 1.06L24.06 17l1.72 1.72a.75.75 0 1 1-1.06 1.06L23 18.06l-1.72 1.72a.75.75 0 1 1-1.06-1.06L21.94 17l-1.72-1.72a.75.75 0 0 1 0-1.06zM9.5 19.25a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })