UNPKG

@vicons/fluent

Version:

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

35 lines (34 loc) 1.66 kB
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue' const _hoisted_1 = { xmlns: 'http://www.w3.org/2000/svg', 'xmlns:xlink': 'http://www.w3.org/1999/xlink', viewBox: '0 0 24 24' } export default defineComponent({ name: 'CalculatorMultiple24Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M6.137 2A3.137 3.137 0 0 0 3 5.137v11.226A3.137 3.137 0 0 0 6.137 19.5h8.726A3.137 3.137 0 0 0 18 16.363V5.137A3.137 3.137 0 0 0 14.863 2H6.137zM7.75 5h5.5c.966 0 1.75.784 1.75 1.75v1a1.75 1.75 0 0 1-1.75 1.75h-5.5A1.75 1.75 0 0 1 6 7.75v-1C6 5.784 6.784 5 7.75 5zm-2 7a1.25 1.25 0 1 1 2.5 0a1.25 1.25 0 0 1-2.5 0zm4.75-1.25a1.25 1.25 0 1 1 0 2.5a1.25 1.25 0 0 1 0-2.5zm0 3.5a1.25 1.25 0 1 1 0 2.5a1.25 1.25 0 0 1 0-2.5zm-3.5 0a1.25 1.25 0 1 1 0 2.5a1.25 1.25 0 0 1 0-2.5zM12.75 12a1.25 1.25 0 1 1 2.5 0a1.25 1.25 0 0 1-2.5 0zM14 14.25a1.25 1.25 0 1 1 0 2.5a1.25 1.25 0 0 1 0-2.5zm-8.2 6.237A2.75 2.75 0 0 0 8.259 22h6.992c2.9 0 5.25-2.35 5.25-5.25v-9.5a2.75 2.75 0 0 0-1.514-2.457c.01.113.014.228.014.344V16.75a3.75 3.75 0 0 1-3.75 3.75H6.137c-.113 0-.225-.005-.336-.013z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })