UNPKG

@vicons/fluent

Version:

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

35 lines (34 loc) 1.51 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 24 24' } export default defineComponent({ name: 'DialpadOff24Regular', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M3.28 2.22a.75.75 0 1 0-1.06 1.06L6.72 7.782a1.25 1.25 0 1 0 1.5 1.5l3.5 3.5a1.25 1.25 0 1 0 1.498 1.498l7.5 7.5a.75.75 0 0 0 1.061-1.06L3.28 2.22zM18.246 14c0 .298-.104.571-.278.786l-1.758-1.758a1.25 1.25 0 0 1 2.036.972zM13.25 9c0 .299-.105.573-.28.788L11.212 8.03A1.25 1.25 0 0 1 13.25 9zM8.254 4c0 .3-.106.575-.282.79L6.214 3.032A1.25 1.25 0 0 1 8.254 4zM12 17.75a1.25 1.25 0 1 1 0 2.5a1.25 1.25 0 0 1 0-2.5zm-4.996-5a1.25 1.25 0 1 1 0 2.5a1.25 1.25 0 0 1 0-2.5zm9.992-5a1.25 1.25 0 1 1 0 2.5a1.25 1.25 0 0 1 0-2.5zM12 2.75a1.25 1.25 0 1 1 0 2.5a1.25 1.25 0 0 1 0-2.5zm4.996 0a1.25 1.25 0 1 1 0 2.5a1.25 1.25 0 0 1 0-2.5z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })