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.72 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 24 24' } exports.default = (0, vue_1.defineComponent)({ name: 'Scratchpad24Filled', 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: 'M17.782 2C19.239 2.056 20 3.21 20 4.177l.004 4.084A4.244 4.244 0 0 0 16.25 6c-1.044 0-2 .376-2.74 1H8.25a.75.75 0 0 0 0 1.5h4.125c-.21.467-.337.97-.368 1.5H8.25a.75.75 0 0 0 0 1.5H12v.668a1.74 1.74 0 0 0-.59-.16L11.25 12c-.698 0-1.3.409-1.582 1H8.25a.75.75 0 0 0 0 1.5H9.5c0 3.004 1.976 5.53 4.76 6.361l.24.067v.322c0 .268.06.522.168.749L6.252 22c-1.053 0-2.152-.84-2.246-2.027L4 19.811V4.186c0-.925.816-2.09 2.078-2.18L6.253 2h11.529zm3.468 11a.75.75 0 0 1 .743.648l.007.102v.75c0 2.921-2.178 5.25-5 5.603v1.147a.75.75 0 0 1-1.493.102l-.007-.102v-1.147c-2.745-.344-4.882-2.557-4.995-5.367L10.5 14.5v-.75a.75.75 0 0 1 1.493-.102l.007.102v.75c0 2.347 1.903 4.15 4.25 4.15c2.276 0 4.134-1.695 4.245-3.938l.005-.212v-.75a.75.75 0 0 1 .75-.75zm-5-6a3.25 3.25 0 0 1 3.25 3.25v4a3.25 3.25 0 0 1-6.5 0v-4A3.25 3.25 0 0 1 16.25 7z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })