@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.82 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: 'FastAcceleration24Filled',
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: 'M13.5 4a8.5 8.5 0 1 1-4.822 15.5H1.752a.75.75 0 0 1-.102-1.493L1.752 18l5.268.001a8.514 8.514 0 0 1-1.022-1.5L3.747 16.5a.75.75 0 0 1-.102-1.493L3.747 15l1.627.001A8.499 8.499 0 0 1 5 12.5c0-2.098.76-4.018 2.019-5.5H2.75a.75.75 0 0 1-.102-1.493L2.75 5.5h5.927A8.46 8.46 0 0 1 13.5 4zm1.154 10.716c-.345.18-.738.282-1.154.282c-.412 0-.8-.1-1.143-.276l-1.096 1.096c.64.433 1.411.687 2.242.687c.834 0 1.608-.255 2.249-.691l-1.098-1.098zm-5.152-2.213c0 .836.256 1.613.695 2.255l1.093-1.091a2.488 2.488 0 0 1-.29-1.168c0-.417.103-.81.284-1.155l-1.091-1.09a3.983 3.983 0 0 0-.691 2.25zm7.316-2.242l-1.095 1.095c.176.342.276.731.276 1.143c0 .417-.102.81-.283 1.155l1.098 1.098c.436-.641.69-1.415.69-2.249c0-.83-.253-1.603-.686-2.242zM13.5 11.5a1 1 0 1 0 0 1.998a1 1 0 0 0 0-1.998zm.003-2.998c-.834 0-1.608.255-2.25.691l1.09 1.09c.346-.18.74-.283 1.157-.283c.421 0 .818.104 1.166.288l1.092-1.091a3.983 3.983 0 0 0-2.255-.695z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})