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.51 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 16 16' } exports.default = (0, vue_1.defineComponent)({ name: 'NotePin16Regular', 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: 'M6.611 1.46l1.927 1.927a1.5 1.5 0 0 1-.404 2.41l-1.647.802a1 1 0 0 0-.507.572L5.6 8.273a1 1 0 0 1-1.653.38L3 7.706L1.707 8.998H1v-.707L2.293 7l-.948-.948a1 1 0 0 1 .38-1.652l1.102-.38A1 1 0 0 0 3.4 3.51l.802-1.647a1.5 1.5 0 0 1 2.41-.404zM2 11.5V9.927l.954-.954l.046.045V11.5A1.5 1.5 0 0 0 4.5 13H8v-2.5A2.5 2.5 0 0 1 10.5 8H13V4.5A1.5 1.5 0 0 0 11.5 3H9.462a2.341 2.341 0 0 0-.128-.139L8.473 2H11.5A2.5 2.5 0 0 1 14 4.5v3.672a2.5 2.5 0 0 1-.732 1.767l-3.329 3.329A2.5 2.5 0 0 1 8.172 14H4.5A2.5 2.5 0 0 1 2 11.5zm7 1.25c.083-.055.16-.118.232-.19l3.329-3.328c.071-.071.134-.149.19-.232H10.5A1.5 1.5 0 0 0 9 10.5v2.25z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })