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.29 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: 'PaintBucket16Filled', 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: 'M8 1.5a.5.5 0 1 0-1 0v.838c-.252.064-.49.195-.687.392L1.337 7.706a1.5 1.5 0 0 0-.026 2.096l3.62 3.8a1.5 1.5 0 0 0 2.147.027l5.068-5.068a1.5 1.5 0 0 0 0-2.122L8.434 2.73c-.13-.128-.277-.23-.434-.301V1.5zM11.293 8H2.457L7 3.457V4.5a.5.5 0 0 0 1 0v-.79l3.439 3.437a.5.5 0 0 1 0 .707L11.293 8zm1.628 2.222a.56.56 0 0 0-.842 0l-1.15 1.315C9.746 12.887 10.705 15 12.5 15s2.753-2.113 1.572-3.463l-1.15-1.315z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })