UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

37 lines (36 loc) 1.93 kB
'use strict' 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: 'Sanitize24Filled', 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: 'M3.621 10.62a3 3 0 0 1 0-4.242L6.88 3.121a3 3 0 0 1 4.242 0l3.667 3.666c-.046.07-.087.144-.123.22A1.75 1.75 0 0 0 12 8.5v4.528a4.117 4.117 0 0 0-.5-.031c-.665 0-1.246.165-1.694.391a2.895 2.895 0 0 0-.753.542a2.111 2.111 0 0 0-.232.286a1.856 1.856 0 0 0-.3 1.306l-4.9-4.9zM17 7.75v5.75a.5.5 0 0 0 1 0v-5a.75.75 0 0 1 1.5 0v5.497a.5.5 0 1 0 1 0V9.75a.75.75 0 0 1 1.5 0v7c0 .623-.274 1.385-.56 2.036a20.72 20.72 0 0 1-.977 1.902A2.643 2.643 0 0 1 18.158 22h-1.139a2.75 2.75 0 0 1-2.225-1.135l-1.377-1.897l-1.658-1.891l-1.907-1.192a.75.75 0 0 1-.352-.636c0-.236.104-.407.15-.476c.06-.087.127-.157.185-.21c.119-.109.264-.204.42-.283c.318-.16.745-.284 1.245-.284c.53 0 1.07.153 1.503.316A.773.773 0 0 1 13 14.25V8.5a.75.75 0 0 1 1.5 0v5a.5.5 0 0 0 1 0V7.75a.75.75 0 0 1 1.5 0zM4.251 14a.75.75 0 0 1 .75.75v.747h.746a.75.75 0 0 1 0 1.5H5v.756a.75.75 0 0 1-1.5 0v-.756H2.75a.75.75 0 0 1 0-1.5h.751v-.748a.75.75 0 0 1 .75-.75zm4.75 4.25a.75.75 0 0 0-1.5 0v.747H6.75a.75.75 0 0 0 0 1.5h.751v.756a.75.75 0 1 0 1.5 0v-.756h.746a.75.75 0 0 0 0-1.5H9v-.747z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })