@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 2.04 kB
JavaScript
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: 'Scratchpad24Regular',
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.783 2.007c1.243 0 2.217 1 2.217 2.243v3.995c-.32-.588-.82-1.12-1.5-1.597V4.257c0-.414-.303-.75-.717-.75H6.257a.75.75 0 0 0-.75.75l-.007 15.5c0 .414.343.745.757.743h1.356c.753.002 1.52.007 2.38.005l1.39-.006l.41.002l1.52-.003c.541.265 1.072.39 1.188.433c-.02.484.037.84.173 1.07h-3.587l-1.59.006c-1.16 0-2.167-.007-3.24-.007A2.25 2.25 0 0 1 4 19.757l.007-15.5a2.25 2.25 0 0 1 2.25-2.25h11.526zM21.25 13a.75.75 0 0 1 .743.649l.007.101v.75c0 2.922-2.178 5.25-5 5.604v1.146a.75.75 0 0 1-1.493.102l-.007-.102v-1.146c-2.745-.345-4.882-2.558-4.995-5.368L10.5 14.5v-.75a.75.75 0 0 1 1.493-.101l.007.101v.75c0 2.348 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 1 1-6.5 0v-4A3.25 3.25 0 0 1 16.25 7zm0 1.5a1.75 1.75 0 0 0-1.75 1.75v4a1.75 1.75 0 1 0 3.5 0v-4a1.75 1.75 0 0 0-1.75-1.75zM9.665 13c-.036.036-.075.12-.115.25a1.66 1.66 0 0 0-.051.447v.803H8.25a.75.75 0 0 1-.102-1.493L8.25 13h1.415zM8.25 10h3.754l-.008 1.5H8.25a.75.75 0 0 1-.102-1.493L8.25 10zm5.25-3c-.31.264-.526.48-.65.65c-.089.121-.2.3-.331.538l-.169.312h-4.1a.75.75 0 0 1-.102-1.493L8.25 7h5.25z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})