@vicons/material
Version:
Vue3 SVG icon components integrated from [`material-design-icons`](https://github.com/google/material-design-icons)
31 lines (30 loc) • 1.24 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: 'CurrencyPoundRound',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'path',
{
d: 'M17.21 17.61c-.47-.24-1.03-.05-1.31.4c-.36.6-.97.99-1.9.99H9.1c.83-1 1.5-2.34 1.5-4c0-.35-.03-.69-.08-1H13c.55 0 1-.45 1-1s-.45-1-1-1H9.82C9 10.42 8 9.6 8 8c0-1.93 1.57-3.5 3.5-3.5c1.2 0 2.26.61 2.89 1.53c.27.4.77.59 1.22.4c.6-.25.8-.99.43-1.53A5.497 5.497 0 0 0 6 8c0 1.78.79 2.9 1.49 4H7c-.55 0-1 .45-1 1s.45 1 1 1h1.47c.08.31.13.64.13 1c0 1.9-1.29 3.11-2.06 3.66c-.34.24-.54.63-.54 1.05c0 .71.58 1.29 1.29 1.29H14c1.55 0 2.95-.76 3.63-2c.28-.51.09-1.14-.42-1.39z',
fill: 'currentColor'
},
null,
-1 /* HOISTED */
)
])
)
)
}
})