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.73 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 24 24' } exports.default = (0, vue_1.defineComponent)({ name: 'Multiplier18X24Regular', 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: 'M16 9.5a2.6 2.6 0 0 1-.86 1.929c.817.583 1.36 1.499 1.36 2.571c0 1.86-1.636 3.25-3.5 3.25S9.5 15.86 9.5 14c0-1.072.543-1.988 1.36-2.571A2.6 2.6 0 0 1 10 9.5c0-1.6 1.429-2.75 3-2.75c1.572 0 3 1.15 3 2.75zm-3-1.25c-.914 0-1.5.64-1.5 1.25s.586 1.25 1.5 1.25s1.5-.64 1.5-1.25s-.586-1.25-1.5-1.25zM11 14c0 .9.827 1.75 2 1.75c1.174 0 2-.85 2-1.75s-.826-1.75-2-1.75c-1.173 0-2 .85-2 1.75zm7.28-1.78a.75.75 0 0 0-1.06 1.06l1.22 1.22l-1.22 1.22a.75.75 0 1 0 1.06 1.06l1.22-1.22l1.22 1.22a.75.75 0 0 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.22zM8.5 16.25a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0zM5.453 7.028A.75.75 0 0 1 6 7.75v8.5a.75.75 0 0 1-1.5 0V9.833c-.382.369-.84.746-1.364 1.06a.75.75 0 0 1-.772-1.286c.676-.405 1.24-.965 1.642-1.44a8.264 8.264 0 0 0 .598-.798l.005-.009l.001-.001a.749.749 0 0 1 .843-.331z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })