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.43 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: 'BoxSearch24Filled', 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: 'M13.409 2.513a3.75 3.75 0 0 0-2.818 0l-2.19.888l9.592 3.73l3.374-1.303a1.747 1.747 0 0 0-.46-.275l-7.498-3.04zM22 7.191l-9.25 3.574v1.713A5.5 5.5 0 0 1 22 16.452v-9.26zm-10.75 7.666a5.498 5.498 0 0 0-.25 1.644c0 .572.088 1.125.25 1.644v3.543a3.748 3.748 0 0 1-.659-.199l-7.498-3.04A1.75 1.75 0 0 1 2 16.827V7.192l9.25 3.574v4.092zm-8.617-9.03L12 9.448l3.917-1.514l-9.543-3.71l-3.281 1.33c-.17.069-.324.162-.46.275zm17.535 13.281a4.5 4.5 0 1 0-1.06 1.06l2.612 2.613a.75.75 0 1 0 1.06-1.06l-2.612-2.613zm-.668-2.607a3 3 0 1 1-6 0a3 3 0 0 1 6 0z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })