UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

41 lines (40 loc) 1.71 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 20 20' } exports.default = (0, vue_1.defineComponent)({ name: 'WarningShield20Filled', 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: 'M7.686 1.852L1.127 13.777A1.5 1.5 0 0 0 2.442 16h7.934a7.266 7.266 0 0 1-.371-2.117v-.008L10 13.593v-2.51c0-.743.589-1.416 1.4-1.416c.891 0 1.73-.351 2.555-1.195l-3.64-6.62a1.5 1.5 0 0 0-2.629 0zM9 5.75a.75.75 0 0 1 .75.75v4a.75.75 0 0 1-1.5 0v-4A.75.75 0 0 1 9 5.75zm.75 7a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0z', fill: 'currentColor' }), (0, vue_1.createElementVNode)('path', { d: 'M17 10.347a4.629 4.629 0 0 1-1-.582a6.056 6.056 0 0 1-.716-.642a.389.389 0 0 0-.566 0c-.995 1.035-2.095 1.544-3.318 1.544c-.22 0-.4.187-.4.417v2.5l.004.266c.027.797.174 1.514.44 2.15A4.813 4.813 0 0 0 13 18c.524.4 1.15.727 1.874.979c.083.028.171.028.254 0c2.56-.89 3.873-2.712 3.873-5.394v-2.501L18.992 11a.405.405 0 0 0-.392-.333a4.053 4.053 0 0 1-1.6-.32z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })