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.67 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: 'TextBulletListSquareWarning20Filled', 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: 'M3.002 5.001a2 2 0 0 1 2-2h9.997a2 2 0 0 1 2 2v6.866l-.982-1.702A2.336 2.336 0 0 0 12.55 9.5H8.496a.5.5 0 0 0 0 1h3.285L10.34 13H8.496a.5.5 0 0 0 0 1h1.267l-1.458 2.527c-.086.15-.155.308-.205.471H5.002a2 2 0 0 1-2-2V5.001zM7 6.497a.75.75 0 1 0-1.5 0a.75.75 0 0 0 1.5 0zm0 3.505a.75.75 0 1 0-1.5 0a.75.75 0 0 0 1.5 0zm-.75 4.25a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5zm1.746-7.757a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 0-1h-5a.5.5 0 0 0-.5.5zm5.65 3.551a1.335 1.335 0 0 1 1.505.618l3.67 6.363a1.314 1.314 0 0 1-.493 1.797a1.34 1.34 0 0 1-.663.176h-7.338c-.37 0-.701-.148-.942-.388a1.307 1.307 0 0 1-.214-1.585l3.67-6.363c.182-.316.475-.529.806-.618zm.85 2.453a.5.5 0 1 0-1 .002l.005 2.502a.5.5 0 1 0 1-.002l-.005-2.502zm-.495 5.5a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })