UNPKG

@vicons/fluent

Version:

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

37 lines (36 loc) 2.04 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: 'Multiplier12X24Regular', 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-.332zm4.965 3.218a.75.75 0 0 0 .83-.676a1.358 1.358 0 0 1 .224-.504c.177-.244.54-.566 1.378-.566c.773 0 1.2.236 1.424.52c.232.295.374.803.237 1.603c-.076.44-.283.69-.613.906c-.28.184-.59.311-.976.47c-.16.066-.334.138-.524.22c-.592.26-1.28.614-1.805 1.263c-.54.666-.843 1.558-.843 2.768a.75.75 0 0 0 .75.75h4.75a.75.75 0 0 0 0-1.5h-3.942c.085-.502.257-.835.45-1.074c.292-.36.704-.597 1.24-.832c.115-.05.241-.102.375-.157c.43-.176.937-.384 1.348-.654c.605-.396 1.108-.978 1.268-1.906c.18-1.05.048-2.042-.537-2.785C14.86 7.34 13.926 7 12.85 7c-1.32 0-2.133.553-2.592 1.184a2.859 2.859 0 0 0-.497 1.185a1.447 1.447 0 0 0-.005.03v.011l-.001.005v.002c-.001.002-.044.4 0 .002a.75.75 0 0 0 .663.827zm7.863 1.974a.75.75 0 0 0-1.061 1.06l1.22 1.22l-1.22 1.22a.75.75 0 0 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.501 0a.75.75 0 0 1 1.5 0z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })