@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.25 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 24 24'
}
export default defineComponent({
name: 'RotateLeft24Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M14.5 15a.75.75 0 0 1 0-1.5h.5c2.485 0 4.5-1.567 4.5-3.5c0-1.874-1.895-3.405-4.275-3.496L15 6.5H8.061l1.72 1.72a.75.75 0 0 1-.977 1.133L8.72 9.28l-3-3a.75.75 0 0 1 0-1.06l3-3l.084-.073A.75.75 0 0 1 9.78 3.28L8.062 5H15c3.314 0 6 2.239 6 5s-2.686 5-6 5h-.5zm-11-4.633a.5.5 0 0 0-.5.5V20a1 1 0 0 0 1 1h16.138a.5.5 0 0 0 .251-.933L3.751 10.434a.5.5 0 0 0-.251-.067z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})