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.39 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: 'Drafts16Regular', 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: 'M10.27 2.001a2.621 2.621 0 0 1 3.712 3.702l-7.469 7.491a1.5 1.5 0 0 1-.558.354l-3.969 1.416a.75.75 0 0 1-.958-.96l1.426-3.963a1.5 1.5 0 0 1 .349-.551l7.467-7.489zm3.002.704a1.621 1.621 0 0 0-2.294.002l-.782.784l2.293 2.293l.785-.787a1.621 1.621 0 0 0-.002-2.292zm-1.489 3.787L9.49 4.199l-5.979 5.997a.5.5 0 0 0-.116.184l-1.247 3.464l3.47-1.238a.5.5 0 0 0 .187-.118l5.978-5.996zM8.857 2H1.5a.5.5 0 1 0 0 1h6.36l.997-1zM6.863 4H1.5a.5.5 0 1 0 0 1h4.366l.997-1zM4.87 6H1.5a.5.5 0 1 0 0 1h2.373l.997-1z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })