UNPKG

@vicons/fluent

Version:

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

37 lines (36 loc) 2.64 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: 'HandDraw24Regular', 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: 'M19.405 2.598c.316.253.595.636.595 1.152c0 .784-.5 1.296-1.068 1.594c-.545.285-1.258.442-2.01.537c-1.45.184-3.345.168-5.185.153l-.243-.002c-1.956-.016-3.829-.021-5.212.183c-.698.103-1.19.25-1.49.423c-.268.156-.292.27-.292.361l.001.002c.005.009.023.038.075.083c.11.097.314.213.636.327c.638.226 1.534.376 2.486.468c.1.01.201.019.302.027v1.505a25.077 25.077 0 0 1-.447-.039c-.986-.095-2.028-.258-2.843-.547c-.405-.144-.807-.337-1.12-.61c-.325-.283-.59-.69-.59-1.214c0-.784.462-1.326 1.04-1.66c.548-.318 1.266-.498 2.022-.61c1.523-.225 3.525-.215 5.444-.2l.182.002c1.893.016 3.698.03 5.046-.14c.702-.089 1.2-.22 1.502-.378c.194-.102.246-.176.26-.222a.487.487 0 0 0-.028-.024c-.098-.078-.287-.178-.598-.276c-.615-.196-1.49-.324-2.46-.4c-1.595-.127-3.288-.107-4.198-.096L10.75 3a.75.75 0 0 1 0-1.5l.418-.004c.894-.011 2.685-.033 4.36.1c1 .08 2.014.217 2.797.466c.389.124.776.292 1.08.535zm-5.41 6.731c-.067-1.36-.897-2.328-2.246-2.328C10.342 7 9.5 8.056 9.5 9.509v4.168l-.259-.08c-1.191-.348-2.124-.367-2.826-.016c-.953.476-1.444 1.332-1.419 2.44a.75.75 0 0 0 .416.655l2.363 1.176l.097.052l.094.058l1.884 1.256l.193.139c.44.338.792.778 1.027 1.283l.029.062l.079.155a2.25 2.25 0 0 0 2.28 1.124l2.418-.347l.166-.03a2.25 2.25 0 0 0 1.689-1.617l1.048-3.923l.042-.18a3.25 3.25 0 0 0-2.601-3.857l-2.22-.402V9.508l-.004-.18zm-2.992.038c.034-.592.286-.866.746-.866c.496 0 .75.318.75 1.008v2.742l.008.107a.75.75 0 0 0 .608.63l2.905.53l.07.016a1.75 1.75 0 0 1 1.239 2.143L16.28 19.6l-.036.105a.75.75 0 0 1-.582.444l-2.418.347l-.108.008a.75.75 0 0 1-.678-.434l-.03-.063l-.121-.244a4.964 4.964 0 0 0-1.626-1.793l-1.884-1.256l-.174-.108l-.181-.097l-1.905-.948l.038-.12c.09-.228.256-.392.51-.519c.437-.218 1.418-.078 2.878.524A.75.75 0 0 0 11 14.753V9.51l.004-.142z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })