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.64 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: 'Multiplier15X24Regular', 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.453 7.028A.75.75 0 0 1 6 7.75v8.5a.75.75 0 0 1-1.5 0V9.833c-.382.37-.84.746-1.364 1.06a.75.75 0 0 1-.772-1.286c.676-.405 1.24-.965 1.642-1.439a8.264 8.264 0 0 0 .598-.8l.005-.008h.001a.749.749 0 0 1 .843-.332zM10.75 7a.75.75 0 0 0-.749.7l-.25 3.75a.75.75 0 0 0 .855.793l2.201-.315a1.92 1.92 0 1 1 .272 3.822h-.355a2.276 2.276 0 0 1-1.686-.747l-.233-.257a.75.75 0 1 0-1.11 1.008l.232.257a3.776 3.776 0 0 0 2.797 1.239h.355a3.42 3.42 0 1 0-.484-6.807l-1.286.184l.142-2.127h3.799a.75.75 0 1 0 0-1.5h-4.5zm7.53 5.22a.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 0z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })