@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 2.28 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: 'InkStroke24Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M3.253 2.93a.75.75 0 0 1 .817-.677l3.745.35c2.652.263 5.193.58 7.278.94c2.047.352 3.764.761 4.688 1.249a2.3 2.3 0 0 1 .662.492c.192.22.362.552.29.957c-.066.372-.307.632-.52.8a3.488 3.488 0 0 1-.818.452c-1.234.511-3.595 1.005-7.328 1.493c-2.38.312-3.895.615-4.758.89l.077.023c.41.121.934.24 1.548.353c1.226.225 2.768.418 4.404.564c1.24.111 2.567.287 3.697.51c.564.112 1.09.237 1.538.376c.43.134.848.299 1.152.51c.15.104.335.26.454.489a1 1 0 0 1 .03.88a1.338 1.338 0 0 1-.49.55c-.18.122-.397.225-.634.317c-.927.357-2.604.69-5.237 1.005c-2.618.313-4.217.711-5.11 1.117c-.448.203-.65.378-.73.483c-.05.064-.043.083-.039.097l.002.004c.015.06.081.194.287.391c.199.19.48.394.832.602c.702.415 1.601.797 2.466 1.093l3.246 1.046a.75.75 0 0 1-.46 1.428l-3.266-1.053c-.923-.316-1.928-.737-2.749-1.222a6.087 6.087 0 0 1-1.106-.81c-.303-.29-.587-.656-.702-1.097c-.126-.485-.022-.971.297-1.39c.293-.384.748-.687 1.302-.938c1.111-.505 2.9-.923 5.552-1.24c2.287-.273 3.724-.55 4.543-.802a13.825 13.825 0 0 0-1.47-.364a35.234 35.234 0 0 0-3.54-.488c-1.661-.149-3.253-.346-4.54-.583a16.887 16.887 0 0 1-1.703-.39c-.461-.137-.9-.304-1.212-.525a1.305 1.305 0 0 1-.46-.542a.996.996 0 0 1 .06-.901c.134-.232.338-.39.516-.5c.187-.116.411-.218.66-.31c.977-.363 2.705-.714 5.348-1.06c3.748-.49 5.922-.966 6.95-1.392l.125-.055c-.732-.34-2.16-.696-4.108-1.032c-2.037-.35-4.537-.663-7.17-.924l-3.739-.35a.75.75 0 0 1-.677-.816z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})