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.71 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: 'Options24Regular', 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: 'M8.75 13.5a3.251 3.251 0 0 1 3.163 2.498L21.25 16a.75.75 0 0 1 .102 1.493l-.102.007h-9.337a3.251 3.251 0 0 1-6.326 0H2.75a.75.75 0 0 1-.102-1.493L2.75 16h2.837a3.251 3.251 0 0 1 3.163-2.5zm0 1.5a1.75 1.75 0 0 0-1.652 1.172l-.021.063l-.039.148a1.756 1.756 0 0 0 .02.815l.04.13l.025.069a1.75 1.75 0 0 0 3.28-.069l.04-.13l-.018.06a1.75 1.75 0 0 0 .048-.815l-.03-.137l-.02-.07l-.047-.134A1.75 1.75 0 0 0 8.75 15zm6.5-11a3.251 3.251 0 0 1 3.163 2.5h2.837a.75.75 0 0 1 .102 1.493L21.25 8h-2.837a3.251 3.251 0 0 1-6.326 0H2.75a.75.75 0 0 1-.102-1.493L2.75 6.5l9.337-.002A3.251 3.251 0 0 1 15.25 4zm0 1.5a1.75 1.75 0 0 0-1.652 1.173l-.021.062l-.038.148a1.757 1.757 0 0 0 .019.815l.04.13l.025.069a1.75 1.75 0 0 0 3.28-.068l.04-.131l-.018.06a1.75 1.75 0 0 0 .048-.815l-.03-.137l-.02-.07l-.047-.134A1.75 1.75 0 0 0 15.25 5.5z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })