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.75 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 24 24' } export default defineComponent({ name: 'PaintBrushArrowUp24Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M12 2a2 2 0 0 0-2 2v3.5H7.112c-1.174 0-2.077.993-2.04 2.131c.013.392.022 1.355.021 1.869H19V9.75a2.25 2.25 0 0 0-2.25-2.25H14V4a2 2 0 0 0-2-2zM4.855 15.114c.089-.72.184-2.114.184-2.114H19v1.169a1.749 1.749 0 0 0-1.988.344l-2.5 2.5a1.75 1.75 0 0 0 2.038 2.794V22h-5.996c.165-.384.36-.872.532-1.388a9.53 9.53 0 0 0 .356-1.341a4.377 4.377 0 0 0 .056-.463l.002-.035v-.023s0-.75-.75-.75a.75.75 0 0 0-.75.739c0 .004 0 .017-.003.039c-.004.043-.013.12-.032.232c-.04.226-.125.597-.302 1.128A16.835 16.835 0 0 1 8.91 22H7.566c.122-.267.262-.584.407-.929c.406-.969.88-2.235 1.02-3.215a.75.75 0 0 0-1.485-.212c-.11.77-.512 1.879-.918 2.847A32.382 32.382 0 0 1 5.91 22H3.75a.75.75 0 0 1-.63-1.157c.948-1.465 1.47-3.581 1.735-5.729zM16.28 18.78a.75.75 0 1 1-1.06-1.06l2.5-2.5a.75.75 0 0 1 1.06 0l2.5 2.5a.75.75 0 1 1-1.06 1.06L19 17.56v4.69a.75.75 0 0 1-1.5 0v-4.69l-1.22 1.22z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })