@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.53 kB
JavaScript
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 28 28'
}
export default defineComponent({
name: 'SlideText28Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M7.728 9A.728.728 0 0 0 7 9.728v.044c0 .402.326.728.728.728h5.544A.728.728 0 0 0 14 9.772v-.044A.728.728 0 0 0 13.272 9H7.728zm0 4a.728.728 0 0 0-.728.728v.044c0 .402.326.728.728.728h10.544a.728.728 0 0 0 .728-.728v-.044a.728.728 0 0 0-.728-.728H7.728zM7 17.728c0-.402.326-.728.728-.728h7.544c.402 0 .728.326.728.728v.044a.728.728 0 0 1-.728.728H7.728A.728.728 0 0 1 7 17.772v-.044zM5.754 4a3.75 3.75 0 0 0-3.75 3.75v12.5A3.75 3.75 0 0 0 5.754 24H22.25A3.75 3.75 0 0 0 26 20.25V7.75A3.75 3.75 0 0 0 22.25 4H5.755zm-2.25 3.75a2.25 2.25 0 0 1 2.25-2.25H22.25a2.25 2.25 0 0 1 2.25 2.25v12.5a2.25 2.25 0 0 1-2.25 2.25H5.755a2.25 2.25 0 0 1-2.25-2.25V7.75z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})