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.25 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 32 32' } exports.default = (0, vue_1.defineComponent)({ name: 'Edit32Regular', 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: 'M27.314 4.687a4 4 0 0 1 0 5.657L12.54 25.117a4.999 4.999 0 0 1-2.323 1.315l-4.582 1.146a1 1 0 0 1-1.213-1.213l1.146-4.582a5 5 0 0 1 1.315-2.323L21.657 4.687a4 4 0 0 1 5.657 0zM20.243 8.93L8.298 20.874a3 3 0 0 0-.789 1.394l-.741 2.965l2.965-.741a3.001 3.001 0 0 0 1.394-.79L23.07 11.759L20.243 8.93zM23.07 6.1l-1.414 1.415l2.828 2.828L25.9 8.93A2 2 0 0 0 23.07 6.1z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })