@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.45 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: 'RotateLeft24Regular',
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: 'M15.015 5c.084 0 .167.002.25.005h.017a6.79 6.79 0 0 1 3.131.883C19.976 6.79 21 8.295 21 10c0 1.708-1.027 3.216-2.596 4.118A6.833 6.833 0 0 1 15 15h-.5a.75.75 0 1 1 0-1.5h.5c.963 0 1.856-.235 2.588-.636C18.744 12.23 19.5 11.184 19.5 10s-.756-2.23-1.912-2.864a5.357 5.357 0 0 0-2.363-.632L15 6.5H8.061l1.72 1.72a.75.75 0 0 1-.977 1.133L8.72 9.28h-.001l-3-3a.75.75 0 0 1 0-1.06l3-3l.085-.073a.75.75 0 0 1 .977 1.132L8.062 5H15.015zm5.374 15.067a.5.5 0 0 1-.25.933H4a1 1 0 0 1-1-1v-9.133a.5.5 0 0 1 .75-.433l16.639 9.633zm-3.974-.567L4.5 12.602V19.5h11.915z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})