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.74 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 32 32' } exports.default = (0, vue_1.defineComponent)({ name: 'CloudCheckmark32Regular', 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: 'M11.399 7.008C10.439 8.182 10 9.7 10 11a1 1 0 0 1-1 1c-3.624 0-5 2.528-5 4c0 .855.216 1.835.878 2.591C5.515 19.322 6.708 20 9 20h4.852c-.185.64-.3 1.31-.338 2H9c-2.707 0-4.515-.82-5.628-2.091C2.284 18.665 2 17.145 2 16c0-2.356 1.93-5.53 6.057-5.953c.172-1.456.74-3.016 1.794-4.305C11.166 4.134 13.201 3 16 3c1.7 0 3.682.562 5.258 1.851c1.421 1.163 2.473 2.887 2.697 5.206c1.378.165 2.714.683 3.781 1.508C29.063 12.589 30 14.114 30 16c0 .463-.04.912-.124 1.342a9.052 9.052 0 0 0-1.942-2.017c-.173-.868-.681-1.607-1.42-2.177C25.577 12.424 24.296 12 23 12a1 1 0 0 1-1-1c0-2.2-.866-3.666-2.008-4.601C18.818 5.439 17.3 5 16 5c-2.2 0-3.666.866-4.601 2.008zM30 22.5a7.5 7.5 0 1 1-15 0a7.5 7.5 0 0 1 15 0zm-2.707-2.767a.75.75 0 0 0-1.06-.026l-4.745 4.519l-2.233-2.031a.75.75 0 0 0-1.01 1.11l2.75 2.5a.75.75 0 0 0 1.022-.012l5.25-5a.75.75 0 0 0 .026-1.06z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })