UNPKG

@vicons/fa

Version:

Vue3 SVG icon components integrated from [`font-awesome`](https://github.com/FortAwesome/Font-Awesome)

31 lines (30 loc) 1.36 kB
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 640 512' } export default defineComponent({ name: 'ToiletPaperSlash', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'path', { d: 'M64 192v172.13c0 41.12-9.75 62.75-31.12 126.87A16 16 0 0 0 48 512h280.86a31.87 31.87 0 0 0 30.38-21.87c9.31-27.83 18-53.35 22.18-85.55l-316-244.25C64.53 170.66 64 181.19 64 192zm569.82 266.09l-102-78.81C575.28 360.91 608 284.32 608 192C608 86 565 0 512 0s-96 86-96 192c0 42 7 80.4 18.43 112L384 265v-73c0-83.62 23.63-153.5 60.5-192H160c-23.33 0-44.63 16.83-61.26 44.53L45.46 3.38A16 16 0 0 0 23 6.19L3.37 31.45a16 16 0 0 0 2.81 22.46l588.36 454.72a16 16 0 0 0 22.46-2.82l19.64-25.26a16 16 0 0 0-2.82-22.46zM512 256c-17.63 0-32-28.62-32-64s14.37-64 32-64s32 28.63 32 64s-14.38 64-32 64z', fill: 'currentColor' }, null, -1 /* HOISTED */ ) ]) ) ) } })