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.44 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: 'Pin48Regular', 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: 'M42.45 16.183L31.818 5.55c-2.293-2.292-6.158-1.665-7.608 1.235l-5.272 10.544a1.25 1.25 0 0 1-.71.623l-7.77 2.684c-1.92.663-2.483 3.108-1.046 4.544l5.82 5.82L6 40.233V42h1.768L17 32.768l5.82 5.82c1.437 1.437 3.881.874 4.544-1.046l2.685-7.77a1.25 1.25 0 0 1 .622-.71l10.545-5.272c2.9-1.45 3.527-5.315 1.234-7.607zm-12.4-8.865l10.632 10.633a2.25 2.25 0 0 1-.584 3.603l-10.545 5.272a3.75 3.75 0 0 0-1.867 2.13l-2.684 7.77a.25.25 0 0 1-.414.095L11.18 23.412a.25.25 0 0 1 .096-.413l7.77-2.684a3.75 3.75 0 0 0 2.13-1.868l5.271-10.544a2.25 2.25 0 0 1 3.604-.585z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })