UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

37 lines (36 loc) 2.21 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: 'TextFootnote24Regular', 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: 'M20.5 7.263a5.27 5.27 0 0 1-.607.475a.75.75 0 0 1-.832-1.248c.764-.51 1.33-1.321 1.456-1.9A.75.75 0 0 1 22 4.75v6.5a.75.75 0 0 1-1.5 0V7.263zm-8.278 10.493a.875.875 0 0 1-.222-.61V7.91c0-.246.074-.468.237-.645l.003-.004a.844.844 0 0 1 .628-.26c.243 0 .457.085.622.262a.907.907 0 0 1 .245.647v2.84c.183-.19.39-.355.625-.492l.001-.001a2.988 2.988 0 0 1 1.524-.396c1.004 0 1.829.38 2.45 1.135c.62.752.916 1.739.916 2.935c0 1.2-.297 2.19-.916 2.941c-.623.752-1.455 1.128-2.471 1.128a3.03 3.03 0 0 1-1.546-.396a2.862 2.862 0 0 1-.64-.508v.05a.836.836 0 0 1-.243.61a.836.836 0 0 1-.61.244a.802.802 0 0 1-.6-.24l-.003-.004zm4.75-1.976c.335-.435.516-1.043.516-1.85c0-.801-.181-1.406-.516-1.842c-.329-.427-.77-.64-1.35-.64c-.55 0-.995.216-1.352.665c-.354.446-.542 1.045-.542 1.818c0 .778.188 1.378.542 1.825c.356.443.8.658 1.352.658c.581 0 1.022-.212 1.35-.634zM2 17.186c0 .235.093.438.27.594l.007.007c.18.147.399.213.64.213a.893.893 0 0 0 .55-.174c.156-.118.265-.287.336-.484l.88-2.39H8.56l.886 2.39v.002c.072.196.18.364.336.482c.159.12.348.174.55.174c.24 0 .46-.067.637-.217a.764.764 0 0 0 .28-.597c0-.138-.039-.29-.098-.446L7.71 7.774a1.244 1.244 0 0 0-.413-.572A1.086 1.086 0 0 0 6.64 7c-.254 0-.486.063-.682.202a1.228 1.228 0 0 0-.425.58l-3.435 8.959c-.06.155-.098.307-.098.445zm4.625-7.603L8 13.36H5.25l1.375-3.777z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })