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.27 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 48 48' } exports.default = (0, vue_1.defineComponent)({ name: 'PinOff48Filled', 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: 'M29.524 31.292l12.092 12.092a1.25 1.25 0 1 0 1.768-1.767l-37-37a1.25 1.25 0 1 0-1.768 1.767L16.71 18.477l-6.25 2.159c-1.92.663-2.484 3.108-1.047 4.544l5.82 5.82L6 40.233V42h1.768L17 32.768l5.82 5.82c1.437 1.437 3.881.874 4.544-1.046l2.16-6.25zm11.692-7.502l-8.082 4.041l-12.965-12.964l4.041-8.082c1.45-2.9 5.315-3.527 7.608-1.235L42.45 16.183c2.293 2.292 1.665 6.157-1.234 7.607z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })