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.41 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 12 12' } exports.default = (0, vue_1.defineComponent)({ name: 'Drop12Regular', 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 1a.5.5 0 0 1 .354.146v.002c.256.255 1.032 1.03 1.746 2.069C8.806 4.244 9.5 5.597 9.5 7c0 1.337-.36 2.352-1.019 3.035C7.821 10.718 6.928 11 6 11c-.928 0-1.822-.282-2.481-.965C2.86 9.352 2.5 8.337 2.5 7c0-1.403.694-2.756 1.4-3.783a14.898 14.898 0 0 1 1.745-2.07h.001A.5.5 0 0 1 6 1zm0 1.216c-.338.358-.821.907-1.275 1.567C4.055 4.756 3.5 5.903 3.5 7c0 1.163.311 1.898.738 2.34c.427.442 1.033.66 1.762.66c.729 0 1.335-.218 1.762-.66c.427-.442.738-1.177.738-2.34c0-1.097-.556-2.244-1.225-3.217A13.353 13.353 0 0 0 6 2.216z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })