UNPKG

@vicons/fluent

Version:

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

35 lines (34 loc) 1.47 kB
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue' const _hoisted_1 = { xmlns: 'http://www.w3.org/2000/svg', 'xmlns:xlink': 'http://www.w3.org/1999/xlink', viewBox: '0 0 16 16' } export default defineComponent({ name: 'PaintBucket16Regular', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M7.5 1a.5.5 0 0 1 .5.5v.928c.157.072.304.173.434.302l3.712 3.71a1.5 1.5 0 0 1 0 2.12L7.078 13.63a1.5 1.5 0 0 1-2.147-.026l-3.62-3.801a1.5 1.5 0 0 1 .026-2.096L6.313 2.73c.197-.197.435-.328.687-.392V1.5a.5.5 0 0 1 .5-.5zM7 4.5V3.457L2.457 8h8.836l.146-.146a.5.5 0 0 0 0-.707L8 3.71v.79a.5.5 0 1 1-1 0zM1.955 9a.5.5 0 0 0 .08.112l3.62 3.801a.5.5 0 0 0 .716.009L10.293 9H1.955zm10.966 1.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.315zm-1.24 1.973l.819-.936l.819.936c.616.704.116 1.805-.819 1.805c-.935 0-1.435-1.101-.819-1.805z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })