Compare commits
13 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
881e733159 | ||
|
|
7abb61630e | ||
|
|
3b0d158ea1 | ||
|
|
124572c83b | ||
|
|
4fcfb6a4d1 | ||
|
|
d58a2e43c6 | ||
|
|
5ecf78bb8a | ||
|
|
aa8f74eb9e | ||
|
|
7327637532 | ||
|
|
08bd4b33a0 | ||
|
|
b1675c4c33 | ||
|
|
758fa4b75f | ||
|
|
7bbb1e1fea |
@@ -9,9 +9,3 @@ strikethrough
|
|||||||
touchpad
|
touchpad
|
||||||
ungroup
|
ungroup
|
||||||
toc
|
toc
|
||||||
|
|
||||||
# Brands
|
|
||||||
codepen
|
|
||||||
codesandbox
|
|
||||||
dribbble
|
|
||||||
x.com
|
|
||||||
|
|||||||
43
.github/workflows/lucide-vue.yml
vendored
Normal file
@@ -0,0 +1,43 @@
|
|||||||
|
name: Lucide Vue checks
|
||||||
|
|
||||||
|
on:
|
||||||
|
pull_request:
|
||||||
|
paths:
|
||||||
|
- packages/lucide-vue/**
|
||||||
|
- packages/shared/**
|
||||||
|
- tools/build-icons/**
|
||||||
|
- tools/rollup-plugins/**
|
||||||
|
- pnpm-lock.yaml
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- uses: pnpm/action-setup@v4
|
||||||
|
- uses: actions/setup-node@v4
|
||||||
|
with:
|
||||||
|
cache: 'pnpm'
|
||||||
|
node-version-file: 'package.json'
|
||||||
|
|
||||||
|
- name: Install dependencies
|
||||||
|
run: pnpm install --frozen-lockfile
|
||||||
|
|
||||||
|
- name: Build
|
||||||
|
run: pnpm --filter @lucide/vue build
|
||||||
|
|
||||||
|
test:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- uses: pnpm/action-setup@v4
|
||||||
|
- uses: actions/setup-node@v4
|
||||||
|
with:
|
||||||
|
cache: 'pnpm'
|
||||||
|
node-version-file: 'package.json'
|
||||||
|
|
||||||
|
- name: Install dependencies
|
||||||
|
run: pnpm install --frozen-lockfile
|
||||||
|
|
||||||
|
- name: Test
|
||||||
|
run: pnpm --filter @lucide/vue test
|
||||||
1
.github/workflows/release.yml
vendored
@@ -60,6 +60,7 @@ jobs:
|
|||||||
'lucide-svelte',
|
'lucide-svelte',
|
||||||
'@lucide/astro',
|
'@lucide/astro',
|
||||||
'@lucide/svelte',
|
'@lucide/svelte',
|
||||||
|
'@lucide/vue',
|
||||||
]
|
]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@v6
|
||||||
|
|||||||
@@ -1,5 +0,0 @@
|
|||||||
{
|
|
||||||
"$schema": "../category.schema.json",
|
|
||||||
"title": "Brands",
|
|
||||||
"icon": "facebook"
|
|
||||||
}
|
|
||||||
@@ -15,10 +15,6 @@
|
|||||||
"name": "arrows",
|
"name": "arrows",
|
||||||
"title": "Arrows"
|
"title": "Arrows"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "brands",
|
|
||||||
"title": "Brands"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "buildings",
|
"name": "buildings",
|
||||||
"title": "Buildings"
|
"title": "Buildings"
|
||||||
|
|||||||
@@ -31,20 +31,12 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"lucide-vue-next": {
|
"@lucide/vue": {
|
||||||
"order": 2,
|
"order": 2,
|
||||||
"icon": "vue-next",
|
"icon": "vue",
|
||||||
|
"docsAlias": "lucide-vue",
|
||||||
|
"packageDirname": "vue",
|
||||||
"shields": [
|
"shields": [
|
||||||
{
|
|
||||||
"alt": "npm",
|
|
||||||
"src": "https://img.shields.io/npm/v/lucide-vue-next",
|
|
||||||
"href": "https://www.npmjs.com/package/lucide-vue-next"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"alt": "npm",
|
|
||||||
"src": "https://img.shields.io/npm/dw/lucide-vue-next",
|
|
||||||
"href": "https://www.npmjs.com/package/lucide-vue-next"
|
|
||||||
}
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"lucide-svelte": {
|
"lucide-svelte": {
|
||||||
|
|||||||
@@ -43,7 +43,7 @@ export default App;
|
|||||||
language: 'vue',
|
language: 'vue',
|
||||||
title: 'Vue',
|
title: 'Vue',
|
||||||
code: `<script setup>
|
code: `<script setup>
|
||||||
import { $PascalCase } from 'lucide-vue-next';
|
import { $PascalCase } from '@lucide/vue';
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
import { createLucideIcon } from 'lucide-react/src/lucide-react';
|
import { createLucideIcon } from 'lucide-react/src/lucide-react';
|
||||||
import { type LucideProps, type IconNode } from 'lucide-react/src/createLucideIcon';
|
import { type LucideProps, type IconNode } from 'lucide-react/src/types';
|
||||||
import { IconEntity } from '../theme/types';
|
import { IconEntity } from '../theme/types';
|
||||||
import { renderToStaticMarkup } from 'react-dom/server';
|
import { renderToStaticMarkup } from 'react-dom/server';
|
||||||
import { IconContent } from './generateZip';
|
import { IconContent } from './generateZip';
|
||||||
|
|||||||
@@ -74,7 +74,7 @@ const sidebar: UserConfig<DefaultTheme.Config>['themeConfig']['sidebar'] = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: 'Lucide Vue',
|
text: 'Lucide Vue',
|
||||||
link: '/guide/packages/lucide-vue-next',
|
link: '/guide/packages/lucide-vue',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: 'Lucide Svelte',
|
text: 'Lucide Svelte',
|
||||||
|
|||||||
@@ -1,23 +1,31 @@
|
|||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
|
import { useData } from 'vitepress';
|
||||||
import { computed } from 'vue';
|
import { computed } from 'vue';
|
||||||
|
|
||||||
const props = defineProps<{
|
const props = defineProps<{
|
||||||
modelValue: string
|
modelValue: string;
|
||||||
id: string
|
id: string;
|
||||||
}>()
|
}>();
|
||||||
|
|
||||||
const emit = defineEmits(['update:modelValue'])
|
const { isDark } = useData();
|
||||||
|
|
||||||
|
const emit = defineEmits(['update:modelValue']);
|
||||||
|
|
||||||
const value = computed({
|
const value = computed({
|
||||||
get: () => props.modelValue,
|
get: () => {
|
||||||
set: (val) => emit('update:modelValue', val)
|
if (props.modelValue == null || props.modelValue === 'currentColor') {
|
||||||
})
|
return isDark.value ? '#ffffff' : '#000000';
|
||||||
|
}
|
||||||
|
|
||||||
|
return props.modelValue;
|
||||||
|
},
|
||||||
|
set: (val) => emit('update:modelValue', val),
|
||||||
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div class="color-picker">
|
<div class="color-picker">
|
||||||
<div class="color-input-wrapper">
|
<div class="color-input-wrapper">
|
||||||
<!-- TODO: Add currentColor div if value is currentColor -->
|
|
||||||
<input
|
<input
|
||||||
type="color"
|
type="color"
|
||||||
:id="id"
|
:id="id"
|
||||||
@@ -33,6 +41,7 @@ const value = computed({
|
|||||||
class="color-input-text"
|
class="color-input-text"
|
||||||
aria-label="Color picker input"
|
aria-label="Color picker input"
|
||||||
v-model="value"
|
v-model="value"
|
||||||
|
placeholder="[default]"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
@@ -45,19 +54,21 @@ const value = computed({
|
|||||||
top: -5px;
|
top: -5px;
|
||||||
left: -5px;
|
left: -5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.color-input-wrapper {
|
.color-input-wrapper {
|
||||||
height: 24px;
|
height: 24px;
|
||||||
width: 24px;
|
width: 24px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
position: relative;
|
position: relative;
|
||||||
border-radius: 12px;
|
border-radius: 4px;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.color-picker {
|
.color-picker {
|
||||||
background: var(--color-picker-bg, var(--vp-c-bg-alt));
|
background: var(--color-picker-bg, var(--vp-c-bg-alt));
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
color: var(--vp-c-text-2);
|
color: var(--vp-c-text-2);
|
||||||
padding: 4px 8px;
|
padding: 3px 8px 3px 3px;
|
||||||
height: auto;
|
height: auto;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
@@ -66,6 +77,10 @@ const value = computed({
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 2px;
|
gap: 2px;
|
||||||
|
transition:
|
||||||
|
color 0.25s,
|
||||||
|
border-color 0.25s,
|
||||||
|
background-color 0.25s;
|
||||||
}
|
}
|
||||||
|
|
||||||
.color-input-text {
|
.color-input-text {
|
||||||
@@ -79,15 +94,18 @@ const value = computed({
|
|||||||
text-align: left;
|
text-align: left;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
cursor: text;
|
cursor: text;
|
||||||
transition: border-color 0.25s, background 0.4s ease;
|
transition:
|
||||||
|
border-color 0.25s,
|
||||||
|
background 0.4s ease;
|
||||||
|
letter-spacing: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.color-picker:hover, .color-picker:focus {
|
.color-picker:hover,
|
||||||
|
.color-picker:focus {
|
||||||
border-color: var(--vp-c-brand);
|
border-color: var(--vp-c-brand);
|
||||||
background: var(--vp-c-bg-alt);
|
background: var(--vp-c-bg-alt);
|
||||||
}
|
}
|
||||||
|
|
||||||
.color-input[value="currentColor"] {
|
.color-input[value='currentColor'] {
|
||||||
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@@ -1,22 +1,27 @@
|
|||||||
<script setup>
|
<script setup>
|
||||||
import createLucideIcon from 'lucide-vue-next/src/createLucideIcon'
|
import Icon from 'lucide-vue-next/src/Icon';
|
||||||
import { search } from '../../../data/iconNodes'
|
import { search } from '../../../data/iconNodes';
|
||||||
|
|
||||||
const SearchIcon = createLucideIcon('search', search)
|
|
||||||
|
|
||||||
defineProps({
|
defineProps({
|
||||||
shortcut: {
|
shortcut: {
|
||||||
type: String,
|
type: String,
|
||||||
required: false
|
required: false,
|
||||||
}
|
},
|
||||||
})
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<button class="fake-input">
|
<button class="fake-input">
|
||||||
<component :is="SearchIcon" class="search-icon"/>
|
<Icon
|
||||||
<slot/>
|
:iconNode="search"
|
||||||
<kbd v-if="shortcut" class="shortcut">{{ shortcut }}</kbd>
|
class="search-icon"
|
||||||
|
/>
|
||||||
|
<slot />
|
||||||
|
<kbd
|
||||||
|
v-if="shortcut"
|
||||||
|
class="shortcut"
|
||||||
|
>{{ shortcut }}</kbd
|
||||||
|
>
|
||||||
</button>
|
</button>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@@ -34,10 +39,14 @@ defineProps({
|
|||||||
cursor: text;
|
cursor: text;
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: 12px;
|
gap: 12px;
|
||||||
transition: color 0.25s, border-color 0.25s, background-color 0.25s;
|
transition:
|
||||||
|
color 0.25s,
|
||||||
|
border-color 0.25s,
|
||||||
|
background-color 0.25s;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fake-input:hover, .fake-input:focus {
|
.fake-input:hover,
|
||||||
|
.fake-input:focus {
|
||||||
border-color: var(--vp-c-brand);
|
border-color: var(--vp-c-brand);
|
||||||
background: var(--vp-c-bg-alt);
|
background: var(--vp-c-bg-alt);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -5,7 +5,6 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
|
|
||||||
.icon-button {
|
.icon-button {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
@@ -30,9 +29,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.icon-button:active {
|
.icon-button:active {
|
||||||
border-color: var(--vp-button-alt-active-border);
|
border-color: var(--vp-button-alt-active-border);
|
||||||
color: var(--vp-button-alt-active-text);
|
color: var(--vp-button-alt-active-text);
|
||||||
background-color: var(--vp-button-alt-active-bg);
|
background-color: var(--vp-button-alt-active-bg);
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-button.active {
|
.icon-button.active {
|
||||||
|
|||||||
@@ -1,60 +1,90 @@
|
|||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
export default {
|
export default {
|
||||||
inheritAttrs: false,
|
inheritAttrs: false,
|
||||||
}
|
};
|
||||||
|
|
||||||
export interface InputProps {
|
export interface InputProps {
|
||||||
type: string
|
type: string;
|
||||||
modelValue: string
|
modelValue: string;
|
||||||
shortcut?: string
|
shortcut?: string;
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { ref, onMounted, nextTick, watch } from 'vue'
|
import { ref, onMounted, nextTick, watch } from 'vue';
|
||||||
|
import Icon from 'lucide-vue-next/src/Icon';
|
||||||
|
import { x } from '../../../data/iconNodes';
|
||||||
|
import IconButton from './IconButton.vue';
|
||||||
|
|
||||||
const props = withDefaults(defineProps<InputProps>(), {
|
const props = withDefaults(defineProps<InputProps>(), {
|
||||||
type: 'text'
|
type: 'text',
|
||||||
})
|
});
|
||||||
|
|
||||||
const input = ref()
|
const input = ref();
|
||||||
const wrapperEl = ref()
|
const wrapperEl = ref();
|
||||||
const shortcutEl = ref()
|
const shortcutEl = ref();
|
||||||
|
|
||||||
defineEmits(['change', 'input', 'update:modelValue'])
|
const emit = defineEmits(['change', 'input', 'update:modelValue']);
|
||||||
|
|
||||||
const updateShortcutSpacing = () => {
|
const updateShortcutSpacing = () => {
|
||||||
nextTick(() => {
|
nextTick(() => {
|
||||||
if (shortcutEl.value && wrapperEl.value) {
|
if (shortcutEl.value && wrapperEl.value) {
|
||||||
const shortcutWidth = shortcutEl.value.offsetWidth
|
const shortcutWidth = shortcutEl.value.offsetWidth;
|
||||||
wrapperEl.value.style.setProperty('--shortcut-width', `${shortcutWidth}px`)
|
wrapperEl.value.style.setProperty('--shortcut-width', `${shortcutWidth}px`);
|
||||||
}
|
}
|
||||||
})
|
});
|
||||||
}
|
};
|
||||||
|
|
||||||
onMounted(updateShortcutSpacing)
|
onMounted(updateShortcutSpacing);
|
||||||
watch(() => props.shortcut, updateShortcutSpacing)
|
watch(() => props.shortcut, updateShortcutSpacing);
|
||||||
|
|
||||||
|
function onClear() {
|
||||||
|
emit('update:modelValue', '');
|
||||||
|
input.value.focus();
|
||||||
|
}
|
||||||
|
|
||||||
defineExpose({
|
defineExpose({
|
||||||
focus: () => {
|
focus: () => {
|
||||||
input.value.focus()
|
input.value.focus();
|
||||||
}
|
},
|
||||||
})
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div class="input-wrapper" ref="wrapperEl">
|
<div
|
||||||
<slot name="icon" class="icon" />
|
class="input-wrapper"
|
||||||
|
ref="wrapperEl"
|
||||||
|
>
|
||||||
|
<slot
|
||||||
|
name="icon"
|
||||||
|
class="icon"
|
||||||
|
/>
|
||||||
<input
|
<input
|
||||||
:type="type"
|
:type="type"
|
||||||
class="input"
|
class="input"
|
||||||
:class="{'has-icon': $slots.icon, 'has-shortcut': shortcut}"
|
:class="{ 'has-icon': $slots.icon, 'has-shortcut': shortcut }"
|
||||||
ref="input"
|
ref="input"
|
||||||
:value="modelValue"
|
:value="modelValue"
|
||||||
v-bind="$attrs"
|
v-bind="$attrs"
|
||||||
@input="$emit('update:modelValue', $event.target.value)"
|
@input="$emit('update:modelValue', $event.target.value)"
|
||||||
/>
|
/>
|
||||||
<kbd v-if="shortcut" class="shortcut" ref="shortcutEl">{{ shortcut }}</kbd>
|
<IconButton
|
||||||
|
@click="onClear"
|
||||||
|
v-if="type === 'search' && modelValue"
|
||||||
|
class="clear-button"
|
||||||
|
aria-label="Clear input"
|
||||||
|
>
|
||||||
|
<Icon
|
||||||
|
:iconNode="x"
|
||||||
|
:size="20"
|
||||||
|
/>
|
||||||
|
</IconButton>
|
||||||
|
<kbd
|
||||||
|
v-if="shortcut"
|
||||||
|
class="shortcut"
|
||||||
|
ref="shortcutEl"
|
||||||
|
>{{ shortcut }}</kbd
|
||||||
|
>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@@ -62,6 +92,7 @@ defineExpose({
|
|||||||
.input-wrapper {
|
.input-wrapper {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
.input {
|
.input {
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
@@ -71,13 +102,18 @@ defineExpose({
|
|||||||
height: 40px;
|
height: 40px;
|
||||||
background-color: var(--vp-c-bg-alt);
|
background-color: var(--vp-c-bg-alt);
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
transition:
|
||||||
|
color 0.25s,
|
||||||
|
border-color 0.25s,
|
||||||
|
background-color 0.25s;
|
||||||
}
|
}
|
||||||
|
|
||||||
.input.has-shortcut {
|
.input.has-shortcut {
|
||||||
padding-right: calc(var(--shortcut-width, 40px) + 22px);
|
padding-right: calc(var(--shortcut-width, 40px) + 22px);
|
||||||
}
|
}
|
||||||
|
|
||||||
.input:hover, .input:focus {
|
.input:hover,
|
||||||
|
.input:focus {
|
||||||
border-color: var(--vp-c-brand);
|
border-color: var(--vp-c-brand);
|
||||||
background: var(--vp-c-bg-alt);
|
background: var(--vp-c-bg-alt);
|
||||||
}
|
}
|
||||||
@@ -86,6 +122,14 @@ defineExpose({
|
|||||||
padding-left: 52px;
|
padding-left: 52px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.clear-button {
|
||||||
|
position: absolute;
|
||||||
|
right: 56px;
|
||||||
|
top: 9px;
|
||||||
|
padding: 4px;
|
||||||
|
transition: background-color .25s;
|
||||||
|
}
|
||||||
|
|
||||||
.shortcut {
|
.shortcut {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 12px;
|
right: 12px;
|
||||||
@@ -111,7 +155,7 @@ defineExpose({
|
|||||||
</style>
|
</style>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
.input-wrapper svg {
|
.input-wrapper > svg {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 16px;
|
left: 16px;
|
||||||
top: 12px;
|
top: 12px;
|
||||||
|
|||||||
@@ -1,38 +1,36 @@
|
|||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
export default {
|
export default {
|
||||||
inheritAttrs: false,
|
inheritAttrs: false,
|
||||||
}
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { computed, ref } from 'vue'
|
import { computed, ref } from 'vue';
|
||||||
import Input from './Input.vue'
|
import Input from './Input.vue';
|
||||||
import createLucideIcon from 'lucide-vue-next/src/createLucideIcon'
|
import Icon from 'lucide-vue-next/src/Icon';
|
||||||
import { search } from '../../../data/iconNodes'
|
import { search } from '../../../data/iconNodes';
|
||||||
|
|
||||||
const SearchIcon = createLucideIcon('search', search)
|
|
||||||
|
|
||||||
interface Props {
|
interface Props {
|
||||||
modelValue: string
|
modelValue: string;
|
||||||
shortcut?: string
|
shortcut?: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
const props = defineProps<Props>()
|
const props = defineProps<Props>();
|
||||||
|
|
||||||
const input = ref()
|
const input = ref();
|
||||||
|
|
||||||
const emit = defineEmits(['update:modelValue'])
|
const emit = defineEmits(['update:modelValue']);
|
||||||
|
|
||||||
defineExpose({
|
defineExpose({
|
||||||
focus: () => {
|
focus: () => {
|
||||||
input.value.focus()
|
input.value.focus();
|
||||||
}
|
},
|
||||||
})
|
});
|
||||||
|
|
||||||
const value = computed({
|
const value = computed({
|
||||||
get: () => props.modelValue,
|
get: () => props.modelValue,
|
||||||
set: (val) => emit('update:modelValue', val)
|
set: (val) => emit('update:modelValue', val),
|
||||||
})
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
@@ -46,7 +44,10 @@ const value = computed({
|
|||||||
class="input-wrapper"
|
class="input-wrapper"
|
||||||
>
|
>
|
||||||
<template #icon>
|
<template #icon>
|
||||||
<component :is="SearchIcon" class="search-icon" />
|
<Icon
|
||||||
|
:iconNode="search"
|
||||||
|
class="search-icon"
|
||||||
|
/>
|
||||||
</template>
|
</template>
|
||||||
</Input>
|
</Input>
|
||||||
</template>
|
</template>
|
||||||
@@ -62,7 +63,8 @@ const value = computed({
|
|||||||
background-color: var(--vp-c-bg-alt);
|
background-color: var(--vp-c-bg-alt);
|
||||||
}
|
}
|
||||||
|
|
||||||
.input:hover, .input:focus {
|
.input:hover,
|
||||||
|
.input:focus {
|
||||||
border-color: var(--vp-c-brand);
|
border-color: var(--vp-c-brand);
|
||||||
background: var(--vp-c-bg-alt);
|
background: var(--vp-c-bg-alt);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,14 +1,15 @@
|
|||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { rotateCw } from '../../../data/iconNodes'
|
import { rotateCw } from '../../../data/iconNodes';
|
||||||
import createLucideIcon from 'lucide-vue-next/src/createLucideIcon'
|
import Icon from 'lucide-vue-next/src/Icon';
|
||||||
import IconButton from "./IconButton.vue";
|
import IconButton from './IconButton.vue';
|
||||||
|
|
||||||
const RotateIcon = createLucideIcon('RotateIcon', rotateCw)
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<IconButton class="reset-button">
|
<IconButton class="reset-button">
|
||||||
<RotateIcon :size="20"/>
|
<Icon
|
||||||
|
:size="20"
|
||||||
|
:iconNode="rotateCw"
|
||||||
|
/>
|
||||||
</IconButton>
|
</IconButton>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@@ -32,6 +33,7 @@ const RotateIcon = createLucideIcon('RotateIcon', rotateCw)
|
|||||||
0% {
|
0% {
|
||||||
transform: rotate(0deg);
|
transform: rotate(0deg);
|
||||||
}
|
}
|
||||||
|
|
||||||
100% {
|
100% {
|
||||||
transform: rotate(359deg);
|
transform: rotate(359deg);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -13,25 +13,25 @@ export default {
|
|||||||
label: 'Lucide documentation for React',
|
label: 'Lucide documentation for React',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'lucide-vue-next',
|
name: 'lucide-vue',
|
||||||
logo: '/framework-logos/vue.svg',
|
logo: '/framework-logos/vue.svg',
|
||||||
label: 'Lucide documentation for Vue 3',
|
label: 'Lucide documentation for Vue',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'lucide-svelte',
|
name: 'lucide-svelte',
|
||||||
logo: '/framework-logos/svelte.svg',
|
logo: '/framework-logos/svelte.svg',
|
||||||
label: 'Lucide documentation for Svelte',
|
label: 'Lucide documentation for Svelte',
|
||||||
},
|
},
|
||||||
{
|
|
||||||
name: 'lucide-preact',
|
|
||||||
logo: '/framework-logos/preact.svg',
|
|
||||||
label: 'Lucide documentation for Preact',
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: 'lucide-solid',
|
name: 'lucide-solid',
|
||||||
logo: '/framework-logos/solid.svg',
|
logo: '/framework-logos/solid.svg',
|
||||||
label: 'Lucide documentation for Solid',
|
label: 'Lucide documentation for Solid',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: 'lucide-preact',
|
||||||
|
logo: '/framework-logos/preact.svg',
|
||||||
|
label: 'Lucide documentation for Preact',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: 'lucide-angular',
|
name: 'lucide-angular',
|
||||||
logo: '/framework-logos/angular.svg',
|
logo: '/framework-logos/angular.svg',
|
||||||
@@ -48,11 +48,6 @@ export default {
|
|||||||
logo: '/framework-logos/react-native.svg',
|
logo: '/framework-logos/react-native.svg',
|
||||||
label: 'Lucide documentation for React Native',
|
label: 'Lucide documentation for React Native',
|
||||||
},
|
},
|
||||||
{
|
|
||||||
name: 'lucide-flutter',
|
|
||||||
logo: '/framework-logos/flutter.svg',
|
|
||||||
label: 'Lucide documentation for Flutter',
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -2,45 +2,48 @@
|
|||||||
import { useData } from 'vitepress';
|
import { useData } from 'vitepress';
|
||||||
import { useSessionStorage } from '@vueuse/core';
|
import { useSessionStorage } from '@vueuse/core';
|
||||||
import IconButton from '../base/IconButton.vue';
|
import IconButton from '../base/IconButton.vue';
|
||||||
import VPDocAsideCarbonAds from 'vitepress/dist/client/theme-default/components/VPDocAsideCarbonAds.vue'
|
import VPDocAsideCarbonAds from 'vitepress/dist/client/theme-default/components/VPDocAsideCarbonAds.vue';
|
||||||
import { x } from '../../../data/iconNodes'
|
import { x } from '../../../data/iconNodes';
|
||||||
import createLucideIcon from 'lucide-vue-next/src/createLucideIcon';
|
import Icon from 'lucide-vue-next/src/Icon';
|
||||||
import { onMounted, ref } from 'vue';
|
import { onMounted, ref } from 'vue';
|
||||||
|
|
||||||
const { theme } = useData()
|
const { theme } = useData();
|
||||||
const showAd = useSessionStorage('show-carbon-ads', true)
|
const showAd = useSessionStorage('show-carbon-ads', true);
|
||||||
const carbonLoaded = ref(true)
|
const carbonLoaded = ref(true);
|
||||||
|
|
||||||
defineProps<{
|
defineProps<{
|
||||||
drawerOpen: boolean
|
drawerOpen: boolean;
|
||||||
}>()
|
}>();
|
||||||
|
|
||||||
const CloseIcon = createLucideIcon('Close', x)
|
|
||||||
|
|
||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
if (window?._carbonads == null) {
|
if (window?._carbonads == null) {
|
||||||
carbonLoaded.value = false
|
carbonLoaded.value = false;
|
||||||
}
|
}
|
||||||
}, 5000)
|
}, 5000);
|
||||||
})
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div
|
<div
|
||||||
:class="{
|
:class="{
|
||||||
'drawer-open': drawerOpen,
|
'drawer-open': drawerOpen,
|
||||||
'hide-ad': !(showAd && carbonLoaded)
|
'hide-ad': !(showAd && carbonLoaded),
|
||||||
}"
|
}"
|
||||||
class="floating-ad"
|
class="floating-ad"
|
||||||
v-if="theme.carbonAds"
|
v-if="theme.carbonAds"
|
||||||
>
|
>
|
||||||
<IconButton @click="showAd = false" class="hide-button">
|
<IconButton
|
||||||
<component :is="CloseIcon" :size="20" absoluteStrokeWidth />
|
@click="showAd = false"
|
||||||
|
class="hide-button"
|
||||||
|
>
|
||||||
|
<Icon
|
||||||
|
:iconNode="x"
|
||||||
|
:size="20"
|
||||||
|
absoluteStrokeWidth
|
||||||
|
/>
|
||||||
</IconButton>
|
</IconButton>
|
||||||
<VPDocAsideCarbonAds
|
<VPDocAsideCarbonAds :carbon-ads="theme.carbonAds" />
|
||||||
:carbon-ads="theme.carbonAds"
|
|
||||||
/>
|
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@@ -51,7 +54,9 @@ onMounted(() => {
|
|||||||
bottom: 32px;
|
bottom: 32px;
|
||||||
width: 224px;
|
width: 224px;
|
||||||
right: 32px;
|
right: 32px;
|
||||||
transition: opacity 0.5s, transform 0.25s ease;
|
transition:
|
||||||
|
opacity 0.5s,
|
||||||
|
transform 0.25s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
.floating-ad.drawer-open {
|
.floating-ad.drawer-open {
|
||||||
@@ -67,8 +72,11 @@ onMounted(() => {
|
|||||||
transform: translateY(-288px) translateX(224px);
|
transform: translateY(-288px) translateX(224px);
|
||||||
}
|
}
|
||||||
|
|
||||||
.floating-ad.drawer-open, .floating-ad.hide-ad {
|
.floating-ad.drawer-open,
|
||||||
transition: opacity 0.25s, transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
|
.floating-ad.hide-ad {
|
||||||
|
transition:
|
||||||
|
opacity 0.25s,
|
||||||
|
transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 1280px) {
|
@media (min-width: 1280px) {
|
||||||
|
|||||||
@@ -1,70 +1,68 @@
|
|||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { ref } from 'vue';
|
import { ref } from 'vue';
|
||||||
import ButtonMenu from '../base/ButtonMenu.vue'
|
import ButtonMenu from '../base/ButtonMenu.vue';
|
||||||
import { useIconStyleContext } from '../../composables/useIconStyle';
|
import { useIconStyleContext } from '../../composables/useIconStyle';
|
||||||
import useConfetti from '../../composables/useConfetti';
|
import useConfetti from '../../composables/useConfetti';
|
||||||
import getSVGIcon from '../../utils/getSVGIcon';
|
import getSVGIcon from '../../utils/getSVGIcon';
|
||||||
import downloadData from '../../utils/downloadData';
|
import downloadData from '../../utils/downloadData';
|
||||||
|
|
||||||
const downloadText = 'Download!'
|
const downloadText = 'Download!';
|
||||||
const copiedText = 'Copied!'
|
const copiedText = 'Copied!';
|
||||||
const confettiText = ref(copiedText)
|
const confettiText = ref(copiedText);
|
||||||
const props = defineProps<{
|
const props = defineProps<{
|
||||||
name: string
|
name: string;
|
||||||
popoverPosition?: 'top' | 'bottom'
|
popoverPosition?: 'top' | 'bottom';
|
||||||
}>()
|
}>();
|
||||||
|
|
||||||
const { size } = useIconStyleContext()
|
const { size } = useIconStyleContext();
|
||||||
|
|
||||||
const { animate, confetti } = useConfetti()
|
const { animate, confetti } = useConfetti();
|
||||||
|
|
||||||
function copySVG() {
|
function copySVG() {
|
||||||
confettiText.value = copiedText
|
confettiText.value = copiedText;
|
||||||
const svgString = getSVGIcon()
|
const svgString = getSVGIcon();
|
||||||
|
|
||||||
navigator.clipboard.writeText(svgString)
|
navigator.clipboard.writeText(svgString);
|
||||||
|
|
||||||
confetti()
|
confetti();
|
||||||
}
|
}
|
||||||
|
|
||||||
function copyDataUrl() {
|
function copyDataUrl() {
|
||||||
confettiText.value = copiedText
|
confettiText.value = copiedText;
|
||||||
const svgString = getSVGIcon()
|
const svgString = getSVGIcon();
|
||||||
|
|
||||||
// Create SVG data url
|
// Create SVG data url
|
||||||
const dataUrl = `data:image/svg+xml;base64,${btoa(svgString)}`
|
const dataUrl = `data:image/svg+xml;base64,${btoa(svgString)}`;
|
||||||
navigator.clipboard.writeText(dataUrl)
|
navigator.clipboard.writeText(dataUrl);
|
||||||
|
|
||||||
confetti()
|
confetti();
|
||||||
}
|
}
|
||||||
|
|
||||||
function downloadSVG() {
|
function downloadSVG() {
|
||||||
confettiText.value = downloadText
|
confettiText.value = downloadText;
|
||||||
const svgString = getSVGIcon()
|
const svgString = getSVGIcon();
|
||||||
|
|
||||||
downloadData(`${props.name}.svg`, `data:image/svg+xml;base64,${btoa(svgString)}`)
|
downloadData(`${props.name}.svg`, `data:image/svg+xml;base64,${btoa(svgString)}`);
|
||||||
confetti()
|
confetti();
|
||||||
}
|
}
|
||||||
|
|
||||||
function downloadPNG() {
|
function downloadPNG() {
|
||||||
confettiText.value = downloadText
|
confettiText.value = downloadText;
|
||||||
const svgString = getSVGIcon()
|
const svgString = getSVGIcon();
|
||||||
|
|
||||||
const canvas = document.createElement('canvas');
|
const canvas = document.createElement('canvas');
|
||||||
canvas.width = size.value;
|
canvas.width = size.value;
|
||||||
canvas.height = size.value;
|
canvas.height = size.value;
|
||||||
const ctx = canvas.getContext("2d");
|
const ctx = canvas.getContext('2d');
|
||||||
|
|
||||||
const image = new Image();
|
const image = new Image();
|
||||||
image.src = `data:image/svg+xml;base64,${btoa(svgString)}`;
|
image.src = `data:image/svg+xml;base64,${btoa(svgString)}`;
|
||||||
image.onload = function() {
|
image.onload = function () {
|
||||||
ctx.drawImage(image, 0, 0);
|
ctx.drawImage(image, 0, 0);
|
||||||
downloadData(`${props.name}.png`, canvas.toDataURL('image/png'))
|
downloadData(`${props.name}.png`, canvas.toDataURL('image/png'));
|
||||||
confetti()
|
confetti();
|
||||||
}
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
@@ -75,10 +73,10 @@ function downloadPNG() {
|
|||||||
:data-confetti-text="confettiText"
|
:data-confetti-text="confettiText"
|
||||||
:popoverPosition="popoverPosition"
|
:popoverPosition="popoverPosition"
|
||||||
:options="[
|
:options="[
|
||||||
{ text: 'Copy SVG' , onClick: copySVG },
|
{ text: 'Copy SVG', onClick: copySVG },
|
||||||
{ text: 'Copy Data URL' , onClick: copyDataUrl },
|
{ text: 'Copy Data URL', onClick: copyDataUrl },
|
||||||
{ text: 'Download SVG' , onClick: downloadSVG },
|
{ text: 'Download SVG', onClick: downloadSVG },
|
||||||
{ text: 'Download PNG' , onClick: downloadPNG },
|
{ text: 'Download PNG', onClick: downloadPNG },
|
||||||
]"
|
]"
|
||||||
/>
|
/>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@@ -1,41 +1,44 @@
|
|||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { computed, useSlots } from 'vue';
|
import { computed, useSlots } from 'vue';
|
||||||
import createLucideIcon from 'lucide-vue-next/src/createLucideIcon'
|
import { copy } from '../../../data/iconNodes';
|
||||||
import { copy } from '../../../data/iconNodes'
|
|
||||||
import useConfetti from '../../composables/useConfetti';
|
import useConfetti from '../../composables/useConfetti';
|
||||||
const { animate, confetti } = useConfetti()
|
import Icon from 'lucide-vue-next/src/Icon';
|
||||||
const slots = useSlots()
|
const { animate, confetti } = useConfetti();
|
||||||
|
const slots = useSlots();
|
||||||
|
|
||||||
const copiedText = computed(() => slots.default?.()[0].children)
|
const copiedText = computed(() => slots.default?.()[0].children);
|
||||||
|
|
||||||
function copyText() {
|
function copyText() {
|
||||||
navigator.clipboard.writeText(copiedText.value)
|
navigator.clipboard.writeText(copiedText.value);
|
||||||
|
|
||||||
confetti()
|
confetti();
|
||||||
}
|
}
|
||||||
|
|
||||||
const Copy = createLucideIcon('ChevronUp', copy)
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<h1
|
<h1
|
||||||
class="icon-name confetti-button"
|
class="icon-name confetti-button"
|
||||||
:class="{animate}"
|
:class="{ animate }"
|
||||||
data-confetti-text="Copied!"
|
data-confetti-text="Copied!"
|
||||||
@click="copyText"
|
@click="copyText"
|
||||||
>
|
>
|
||||||
<slot />
|
<slot />
|
||||||
<Copy :size="20" class="copy-icon"/>
|
<Icon
|
||||||
|
:iconNode="copy"
|
||||||
|
:size="20"
|
||||||
|
class="copy-icon"
|
||||||
|
/>
|
||||||
</h1>
|
</h1>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
@import './confetti.css';
|
@import './confetti.css';
|
||||||
|
|
||||||
.icon-name {
|
.icon-name {
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
line-height: 32px;
|
line-height: 32px;
|
||||||
transition: background ease-in .15s;;
|
transition: background ease-in 0.15s;
|
||||||
padding: 2px 8px;
|
padding: 2px 8px;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
width: auto;
|
width: auto;
|
||||||
@@ -48,7 +51,7 @@ const Copy = createLucideIcon('ChevronUp', copy)
|
|||||||
}
|
}
|
||||||
|
|
||||||
.icon-name:hover .copy-icon {
|
.icon-name:hover .copy-icon {
|
||||||
opacity: .9;
|
opacity: 0.9;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-name:before,
|
.icon-name:before,
|
||||||
@@ -65,10 +68,10 @@ const Copy = createLucideIcon('ChevronUp', copy)
|
|||||||
opacity: 0;
|
opacity: 0;
|
||||||
margin-left: 12px;
|
margin-left: 12px;
|
||||||
margin-top: 6px;
|
margin-top: 6px;
|
||||||
transition:ease .3s opacity;
|
transition: ease 0.3s opacity;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-name:hover .copy-icon:hover {
|
.icon-name:hover .copy-icon:hover {
|
||||||
opacity: .6;
|
opacity: 0.6;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@@ -29,7 +29,12 @@ const props = defineProps<{
|
|||||||
|
|
||||||
const iconComponent = computed(() => {
|
const iconComponent = computed(() => {
|
||||||
if (!props.name || !props.iconNode) return null;
|
if (!props.name || !props.iconNode) return null;
|
||||||
return createLucideIcon(props.name, props.iconNode);
|
try {
|
||||||
|
return createLucideIcon(props.name, props.iconNode);
|
||||||
|
} catch (error) {
|
||||||
|
console.warn(`Icon ${props.name} not found, using fallback`);
|
||||||
|
return null;
|
||||||
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
const CalendarIcon = createLucideIcon('calendar', Calendar.iconNode);
|
const CalendarIcon = createLucideIcon('calendar', Calendar.iconNode);
|
||||||
@@ -61,7 +66,7 @@ const prettyName = props.name
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<section class="showcase">
|
<section class="showcase" v-if="iconComponent">
|
||||||
<h2 class="title">See this icon in action</h2>
|
<h2 class="title">See this icon in action</h2>
|
||||||
<div class="showcase-grid">
|
<div class="showcase-grid">
|
||||||
<div class="showcase-item column">
|
<div class="showcase-item column">
|
||||||
|
|||||||
@@ -1,75 +1,72 @@
|
|||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { shallowRef, type Ref, watch, computed } from 'vue'
|
import { shallowRef, type Ref, watch, computed } from 'vue';
|
||||||
import { useCssVar, syncRef } from '@vueuse/core'
|
import { useCssVar, syncRef } from '@vueuse/core';
|
||||||
import { STYLE_DEFAULTS, useIconStyleContext } from '../../composables/useIconStyle'
|
import { STYLE_DEFAULTS, useIconStyleContext } from '../../composables/useIconStyle';
|
||||||
import RangeSlider from '../base/RangeSlider.vue'
|
import RangeSlider from '../base/RangeSlider.vue';
|
||||||
import InputField from '../base/InputField.vue'
|
import InputField from '../base/InputField.vue';
|
||||||
import ColorPicker from '../base/ColorPicker.vue'
|
import ColorPicker from '../base/ColorPicker.vue';
|
||||||
import ResetButton from '../base/ResetButton.vue'
|
import ResetButton from '../base/ResetButton.vue';
|
||||||
import Switch from '../base/Switch.vue'
|
import Switch from '../base/Switch.vue';
|
||||||
|
|
||||||
const props = defineProps<{
|
const props = defineProps<{
|
||||||
rootEl?: Ref<HTMLElement>
|
rootEl?: Ref<HTMLElement>;
|
||||||
}>()
|
}>();
|
||||||
|
|
||||||
const { color, strokeWidth, size, absoluteStrokeWidth } = useIconStyleContext()
|
const { color, strokeWidth, size, absoluteStrokeWidth } = useIconStyleContext();
|
||||||
const documentRef = shallowRef<HTMLElement | undefined>(typeof document !== 'undefined' ? document?.documentElement : undefined)
|
const documentRef = shallowRef<HTMLElement | undefined>(
|
||||||
|
typeof document !== 'undefined' ? document?.documentElement : undefined,
|
||||||
|
);
|
||||||
|
|
||||||
const colorCssVar = useCssVar(
|
const colorCssVar = useCssVar('--customize-color', props.rootEl?.value ?? documentRef.value, {
|
||||||
'--customize-color',
|
initialValue: `${STYLE_DEFAULTS.color}`,
|
||||||
props.rootEl?.value ?? documentRef.value,
|
});
|
||||||
{
|
|
||||||
initialValue: `${STYLE_DEFAULTS.color}`
|
|
||||||
}
|
|
||||||
)
|
|
||||||
|
|
||||||
const strokeWidthCssVar = useCssVar(
|
const strokeWidthCssVar = useCssVar(
|
||||||
'--customize-strokeWidth',
|
'--customize-strokeWidth',
|
||||||
props.rootEl?.value ?? documentRef.value,
|
props.rootEl?.value ?? documentRef.value,
|
||||||
{
|
{
|
||||||
initialValue: `${STYLE_DEFAULTS.strokeWidth}`
|
initialValue: `${STYLE_DEFAULTS.strokeWidth}`,
|
||||||
}
|
},
|
||||||
)
|
);
|
||||||
|
|
||||||
const sizeCssVar = useCssVar(
|
const sizeCssVar = useCssVar('--customize-size', props.rootEl?.value ?? documentRef.value, {
|
||||||
'--customize-size',
|
initialValue: `${STYLE_DEFAULTS.size}`,
|
||||||
props.rootEl?.value ?? documentRef.value,
|
});
|
||||||
{
|
|
||||||
initialValue: `${STYLE_DEFAULTS.size}`
|
|
||||||
}
|
|
||||||
)
|
|
||||||
|
|
||||||
syncRef(color, colorCssVar, { direction: 'ltr' })
|
syncRef(color, colorCssVar, { direction: 'ltr' });
|
||||||
syncRef(strokeWidth, strokeWidthCssVar, { direction: 'ltr' })
|
syncRef(strokeWidth, strokeWidthCssVar, { direction: 'ltr' });
|
||||||
syncRef(size, sizeCssVar, { direction: 'ltr' })
|
syncRef(size, sizeCssVar, { direction: 'ltr' });
|
||||||
|
|
||||||
function resetStyle () {
|
function resetStyle() {
|
||||||
color.value = STYLE_DEFAULTS.color
|
color.value = STYLE_DEFAULTS.color;
|
||||||
strokeWidth.value = STYLE_DEFAULTS.strokeWidth
|
strokeWidth.value = STYLE_DEFAULTS.strokeWidth;
|
||||||
size.value = STYLE_DEFAULTS.size
|
size.value = STYLE_DEFAULTS.size;
|
||||||
absoluteStrokeWidth.value = STYLE_DEFAULTS.absoluteStrokeWidth
|
absoluteStrokeWidth.value = STYLE_DEFAULTS.absoluteStrokeWidth;
|
||||||
}
|
}
|
||||||
|
|
||||||
watch(absoluteStrokeWidth, (enabled) => {
|
watch(absoluteStrokeWidth, (enabled) => {
|
||||||
const htmlEl = document.documentElement
|
const htmlEl = document.documentElement;
|
||||||
|
|
||||||
htmlEl.classList.toggle('absolute-stroke-width', enabled)
|
htmlEl.classList.toggle('absolute-stroke-width', enabled);
|
||||||
})
|
});
|
||||||
|
|
||||||
const customizingActive = computed(() => {
|
const customizingActive = computed(() => {
|
||||||
return color.value !== STYLE_DEFAULTS.color
|
return (
|
||||||
|| strokeWidth.value !== STYLE_DEFAULTS.strokeWidth
|
color.value !== STYLE_DEFAULTS.color ||
|
||||||
|| size.value !== STYLE_DEFAULTS.size
|
strokeWidth.value !== STYLE_DEFAULTS.strokeWidth ||
|
||||||
|| absoluteStrokeWidth.value !== STYLE_DEFAULTS.absoluteStrokeWidth
|
size.value !== STYLE_DEFAULTS.size ||
|
||||||
})
|
absoluteStrokeWidth.value !== STYLE_DEFAULTS.absoluteStrokeWidth
|
||||||
|
);
|
||||||
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div class="customizer-card" :class="{ customized: customizingActive }">
|
<div
|
||||||
|
class="customizer-card"
|
||||||
|
:class="{ customized: customizingActive }"
|
||||||
|
>
|
||||||
<div class="card-header">
|
<div class="card-header">
|
||||||
<h2 class="card-title">
|
<h2 class="card-title">Customizer</h2>
|
||||||
Customizer
|
|
||||||
</h2>
|
|
||||||
<ResetButton @click="resetStyle"></ResetButton>
|
<ResetButton @click="resetStyle"></ResetButton>
|
||||||
</div>
|
</div>
|
||||||
<InputField
|
<InputField
|
||||||
@@ -77,7 +74,11 @@ const customizingActive = computed(() => {
|
|||||||
label="Color"
|
label="Color"
|
||||||
>
|
>
|
||||||
<template #display>
|
<template #display>
|
||||||
<ColorPicker v-model="color" id="icon-color" class="color-picker"/>
|
<ColorPicker
|
||||||
|
v-model="color"
|
||||||
|
id="icon-color"
|
||||||
|
class="color-picker"
|
||||||
|
/>
|
||||||
</template>
|
</template>
|
||||||
</InputField>
|
</InputField>
|
||||||
|
|
||||||
@@ -117,7 +118,7 @@ const customizingActive = computed(() => {
|
|||||||
|
|
||||||
<InputField
|
<InputField
|
||||||
id="absolute-stroke-width"
|
id="absolute-stroke-width"
|
||||||
label="Absolute Stroke width"
|
label="Absolute stroke width"
|
||||||
>
|
>
|
||||||
<Switch
|
<Switch
|
||||||
id="absolute-stroke-width"
|
id="absolute-stroke-width"
|
||||||
@@ -143,6 +144,7 @@ const customizingActive = computed(() => {
|
|||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
/* margin-bottom: 12px; */
|
/* margin-bottom: 12px; */
|
||||||
}
|
}
|
||||||
|
|
||||||
.customizer-card {
|
.customizer-card {
|
||||||
background: var(--vp-c-bg);
|
background: var(--vp-c-bg);
|
||||||
padding: 12px 24px 24px;
|
padding: 12px 24px 24px;
|
||||||
@@ -151,7 +153,7 @@ const customizingActive = computed(() => {
|
|||||||
position: relative;
|
position: relative;
|
||||||
z-index: 0;
|
z-index: 0;
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
transition: border-color .4s ease-in-out;
|
transition: border-color 0.4s ease-in-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
.customizer-card.customized {
|
.customizer-card.customized {
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
import { IconNode } from 'lucide-vue-next/src/createLucideIcon';
|
import { type IconNode } from 'lucide-vue-next/src/types';
|
||||||
import Vue from 'vue';
|
import Vue from 'vue';
|
||||||
|
|
||||||
declare module '*.vue' {
|
declare module '*.vue' {
|
||||||
@@ -20,5 +20,6 @@ declare module 'node:module' {
|
|||||||
}
|
}
|
||||||
|
|
||||||
declare module '*.node.json' {
|
declare module '*.node.json' {
|
||||||
export default IconNode;
|
const value: IconNode;
|
||||||
|
export default value;
|
||||||
}
|
}
|
||||||
@@ -64,25 +64,24 @@ Implementation of the lucide icon library for Vue applications.
|
|||||||
::: code-group
|
::: code-group
|
||||||
|
|
||||||
```sh [pnpm]
|
```sh [pnpm]
|
||||||
pnpm add lucide-vue-next
|
pnpm add @lucide/vue
|
||||||
```
|
```
|
||||||
|
|
||||||
```sh [yarn]
|
```sh [yarn]
|
||||||
yarn add lucide-vue-next
|
yarn add @lucide/vue
|
||||||
```
|
```
|
||||||
|
|
||||||
```sh [npm]
|
```sh [npm]
|
||||||
npm install lucide-vue-next
|
npm install @lucide/vue
|
||||||
```
|
```
|
||||||
|
|
||||||
```sh [bun]
|
```sh [bun]
|
||||||
bun add lucide-vue-next
|
bun add @lucide/vue
|
||||||
```
|
```
|
||||||
|
|
||||||
:::
|
:::
|
||||||
|
|
||||||
For more details, see the [documentation](packages/lucide-vue-next.md).
|
For more details, see the [documentation](packages/lucide-vue.md).
|
||||||
For Vue 2 use the `lucide-vue` package.
|
|
||||||
|
|
||||||
## Svelte
|
## Svelte
|
||||||
|
|
||||||
@@ -91,22 +90,22 @@ Implementation of the lucide icon library for Svelte applications.
|
|||||||
::: code-group
|
::: code-group
|
||||||
|
|
||||||
```sh [pnpm]
|
```sh [pnpm]
|
||||||
pnpm add lucide-svelte
|
pnpm add @lucide/svelte
|
||||||
```
|
```
|
||||||
|
|
||||||
```sh [yarn]
|
```sh [yarn]
|
||||||
yarn add lucide-svelte
|
yarn add @lucide/svelte
|
||||||
```
|
```
|
||||||
|
|
||||||
```sh [npm]
|
```sh [npm]
|
||||||
npm install lucide-svelte
|
npm install @lucide/svelte
|
||||||
```
|
```
|
||||||
|
|
||||||
```sh [bun]
|
```sh [bun]
|
||||||
bun add lucide-svelte
|
bun add @lucide/svelte
|
||||||
```
|
```
|
||||||
|
|
||||||
:::
|
:::
|
||||||
|
> `@lucide/svelte` is only for Svelte 5, for Svelte 4 use the `lucide-svelte` package.
|
||||||
|
|
||||||
For more details, see the [documentation](packages/lucide-svelte.md).
|
For more details, see the [documentation](packages/lucide-svelte.md).
|
||||||
|
|
||||||
|
|||||||
@@ -30,14 +30,7 @@ This package includes the following implementations of Lucide icons:
|
|||||||
|
|
||||||
SVG sprites and icon fonts include **all icons**, which can significantly increase your app's bundle size and load time.
|
SVG sprites and icon fonts include **all icons**, which can significantly increase your app's bundle size and load time.
|
||||||
|
|
||||||
For production environments, we recommend using a bundler with tree-shaking support to include only the icons you actually use. Consider using:
|
For production environments, we recommend using a bundler with tree-shaking support to include only the icons you actually use. Consider using one of the framework-specific [packages](../../packages).
|
||||||
|
|
||||||
- [lucide](lucide)
|
|
||||||
- [lucide-react](lucide-react)
|
|
||||||
- [lucide-vue](lucide-vue)
|
|
||||||
- [lucide-vue-next](lucide-vue-next)
|
|
||||||
- [lucide-angular](lucide-angular)
|
|
||||||
- [lucide-preact](lucide-preact)
|
|
||||||
:::
|
:::
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|||||||
@@ -1,148 +0,0 @@
|
|||||||
# Lucide Vue Next
|
|
||||||
|
|
||||||
Vue 3 components for Lucide icons that leverage the Composition API and modern Vue features. Each icon is a reactive Vue component that renders as an inline SVG, providing excellent performance and developer experience in Vue 3 applications.
|
|
||||||
|
|
||||||
**What you can accomplish:**
|
|
||||||
- Use icons as Vue 3 components with full reactivity and TypeScript support
|
|
||||||
- Bind icon properties to reactive data and computed values
|
|
||||||
- Customize icons with props, slots, and Vue's powerful templating system
|
|
||||||
- Integrate seamlessly with Vue 3's Composition API and script setup syntax
|
|
||||||
- Build dynamic interfaces where icons respond to application state changes
|
|
||||||
|
|
||||||
## Installation
|
|
||||||
|
|
||||||
::: code-group
|
|
||||||
|
|
||||||
```sh [pnpm]
|
|
||||||
pnpm add lucide-vue-next
|
|
||||||
```
|
|
||||||
|
|
||||||
```sh [yarn]
|
|
||||||
yarn add lucide-vue-next
|
|
||||||
```
|
|
||||||
|
|
||||||
```sh [npm]
|
|
||||||
npm install lucide-vue-next
|
|
||||||
```
|
|
||||||
|
|
||||||
```sh [bun]
|
|
||||||
bun add lucide-vue-next
|
|
||||||
```
|
|
||||||
|
|
||||||
:::
|
|
||||||
|
|
||||||
## How to use
|
|
||||||
|
|
||||||
Lucide is built with ES Modules, so it's completely tree-shakable.
|
|
||||||
|
|
||||||
Each icon can be imported as a Vue component, which renders an inline SVG Element. This way only the icons that are imported into your project are included in the final bundle. The rest of the icons are tree-shaken away.
|
|
||||||
|
|
||||||
### Example
|
|
||||||
|
|
||||||
You can pass additional props to adjust the icon.
|
|
||||||
|
|
||||||
```vue
|
|
||||||
<script setup>
|
|
||||||
import { Camera } from 'lucide-vue-next';
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<template>
|
|
||||||
<Camera
|
|
||||||
color="red"
|
|
||||||
:size="32"
|
|
||||||
/>
|
|
||||||
</template>
|
|
||||||
```
|
|
||||||
|
|
||||||
## Props
|
|
||||||
|
|
||||||
| name | type | default |
|
|
||||||
| ----------------------- | --------- | ------------ |
|
|
||||||
| `size` | *number* | 24 |
|
|
||||||
| `color` | *string* | currentColor |
|
|
||||||
| `stroke-width` | *number* | 2 |
|
|
||||||
| `absoluteStrokeWidth` | *boolean* | false |
|
|
||||||
| `default-class` | *string* | lucide-icon |
|
|
||||||
|
|
||||||
### Applying props
|
|
||||||
|
|
||||||
To customize the appearance of an icon, you can pass custom properties as props directly to the component. The component accepts all SVG attributes as props, which allows flexible styling of the SVG elements. See the list of SVG Presentation Attributes on [MDN](https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/Presentation).
|
|
||||||
|
|
||||||
```vue
|
|
||||||
<template>
|
|
||||||
<Camera fill="red" />
|
|
||||||
</template>
|
|
||||||
```
|
|
||||||
|
|
||||||
## With Lucide lab or custom icons
|
|
||||||
|
|
||||||
[Lucide lab](https://github.com/lucide-icons/lucide-lab) is a collection of icons that are not part of the Lucide main library.
|
|
||||||
|
|
||||||
They can be used by using the `Icon` component.
|
|
||||||
All props like regular lucide icons can be passed to adjust the icon appearance.
|
|
||||||
|
|
||||||
### Using the `Icon` component
|
|
||||||
|
|
||||||
This creates a single icon based on the iconNode passed and renders a Lucide icon component.
|
|
||||||
|
|
||||||
```vue
|
|
||||||
<script setup>
|
|
||||||
import { Icon } from 'lucide-vue-next';
|
|
||||||
import { baseball } from '@lucide/lab';
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<template>
|
|
||||||
<Icon :iconNode="baseball" />
|
|
||||||
</template>
|
|
||||||
```
|
|
||||||
|
|
||||||
## One generic icon component
|
|
||||||
|
|
||||||
It is possible to create one generic icon component to load icons, but it is not recommended.
|
|
||||||
|
|
||||||
::: danger
|
|
||||||
The example below imports all ES Modules, so exercise caution when using it. Importing all icons will significantly increase the build size of the application, negatively affecting its performance. This is especially important when using bundlers like `Webpack`, `Rollup`, or `Vite`.
|
|
||||||
:::
|
|
||||||
|
|
||||||
### Icon Component Example
|
|
||||||
|
|
||||||
```vue
|
|
||||||
<script setup>
|
|
||||||
import { computed } from 'vue';
|
|
||||||
import * as icons from "lucide-vue-next";
|
|
||||||
|
|
||||||
const props = defineProps({
|
|
||||||
name: {
|
|
||||||
type: String,
|
|
||||||
required: true
|
|
||||||
},
|
|
||||||
size: Number,
|
|
||||||
color: String,
|
|
||||||
strokeWidth: Number,
|
|
||||||
defaultClass: String
|
|
||||||
})
|
|
||||||
|
|
||||||
const icon = computed(() => icons[props.name]);
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<template>
|
|
||||||
<component
|
|
||||||
:is="icon"
|
|
||||||
:size="size"
|
|
||||||
:color="color"
|
|
||||||
:stroke-width="strokeWidth" :default-class="defaultClass"
|
|
||||||
/>
|
|
||||||
</template>
|
|
||||||
```
|
|
||||||
|
|
||||||
### Using the Icon Component
|
|
||||||
|
|
||||||
All other props listed above also work on the `Icon` Component.
|
|
||||||
|
|
||||||
```vue
|
|
||||||
<template>
|
|
||||||
<div id="app">
|
|
||||||
<Icon name="Airplay" />
|
|
||||||
</div>
|
|
||||||
</template>
|
|
||||||
```
|
|
||||||
@@ -9,28 +9,24 @@ Vue 2 components for Lucide icons that integrate with Vue's Options API and temp
|
|||||||
- Build applications using Vue 2's familiar syntax and patterns
|
- Build applications using Vue 2's familiar syntax and patterns
|
||||||
- Bridge the gap while planning migration to Vue 3
|
- Bridge the gap while planning migration to Vue 3
|
||||||
|
|
||||||
::: danger
|
|
||||||
This package is deprecated. Vue 2 is EOF See [Announcement](https://v2.vuejs.org/eol/). Migrate to Vue 3.
|
|
||||||
:::
|
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
::: code-group
|
::: code-group
|
||||||
|
|
||||||
```sh [pnpm]
|
```sh [pnpm]
|
||||||
pnpm add lucide-vue
|
pnpm add @lucide/vue
|
||||||
```
|
```
|
||||||
|
|
||||||
```sh [yarn]
|
```sh [yarn]
|
||||||
yarn add lucide-vue
|
yarn add @lucide/vue
|
||||||
```
|
```
|
||||||
|
|
||||||
```sh [npm]
|
```sh [npm]
|
||||||
npm install lucide-vue
|
npm install @lucide/vue
|
||||||
```
|
```
|
||||||
|
|
||||||
```sh [bun]
|
```sh [bun]
|
||||||
bun add lucide-vue
|
bun add @lucide/vue
|
||||||
```
|
```
|
||||||
|
|
||||||
:::
|
:::
|
||||||
@@ -43,21 +39,19 @@ Each icon can be imported as a Vue component, which renders an inline SVG Elemen
|
|||||||
|
|
||||||
### Example
|
### Example
|
||||||
|
|
||||||
Additional props can be passed to adjust the icon:
|
You can pass additional props to adjust the icon.
|
||||||
|
|
||||||
```vue
|
```vue
|
||||||
<template>
|
<script setup>
|
||||||
<Camera color="red" :size="32" />
|
import { Camera } from '@lucide/vue';
|
||||||
</template>
|
|
||||||
|
|
||||||
<script>
|
|
||||||
import { Camera } from 'lucide-vue';
|
|
||||||
|
|
||||||
export default {
|
|
||||||
name: 'My Component',
|
|
||||||
components: { Camera }
|
|
||||||
};
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<Camera
|
||||||
|
color="red"
|
||||||
|
:size="32"
|
||||||
|
/>
|
||||||
|
</template>
|
||||||
```
|
```
|
||||||
|
|
||||||
## Props
|
## Props
|
||||||
@@ -80,6 +74,28 @@ To customize the appearance of an icon, you can pass custom properties as props
|
|||||||
</template>
|
</template>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## With Lucide lab or custom icons
|
||||||
|
|
||||||
|
[Lucide lab](https://github.com/lucide-icons/lucide-lab) is a collection of icons that are not part of the Lucide main library.
|
||||||
|
|
||||||
|
They can be used by using the `Icon` component.
|
||||||
|
All props like regular lucide icons can be passed to adjust the icon appearance.
|
||||||
|
|
||||||
|
### Using the `Icon` component
|
||||||
|
|
||||||
|
This creates a single icon based on the iconNode passed and renders a Lucide icon component.
|
||||||
|
|
||||||
|
```vue
|
||||||
|
<script setup>
|
||||||
|
import { Icon } from '@lucide/vue';
|
||||||
|
import { baseball } from '@lucide/lab';
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<Icon :iconNode="baseball" />
|
||||||
|
</template>
|
||||||
|
```
|
||||||
|
|
||||||
## One generic icon component
|
## One generic icon component
|
||||||
|
|
||||||
It is possible to create one generic icon component to load icons, but it is not recommended.
|
It is possible to create one generic icon component to load icons, but it is not recommended.
|
||||||
@@ -91,30 +107,37 @@ The example below imports all ES Modules, so exercise caution when using it. Imp
|
|||||||
### Icon Component Example
|
### Icon Component Example
|
||||||
|
|
||||||
```vue
|
```vue
|
||||||
<template>
|
<script setup>
|
||||||
<component :is="icon" />
|
import { computed } from 'vue';
|
||||||
</template>
|
import * as icons from "@lucide/vue";
|
||||||
|
|
||||||
<script>
|
const props = defineProps({
|
||||||
import * as icons from 'lucide-vue';
|
name: {
|
||||||
|
type: String,
|
||||||
|
required: true
|
||||||
|
},
|
||||||
|
size: Number,
|
||||||
|
color: String,
|
||||||
|
strokeWidth: Number,
|
||||||
|
defaultClass: String
|
||||||
|
})
|
||||||
|
|
||||||
export default {
|
const icon = computed(() => icons[props.name]);
|
||||||
props: {
|
|
||||||
name: {
|
|
||||||
type: String,
|
|
||||||
required: true
|
|
||||||
}
|
|
||||||
},
|
|
||||||
computed: {
|
|
||||||
icon() {
|
|
||||||
return icons[this.name];
|
|
||||||
}
|
|
||||||
}
|
|
||||||
};
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<component
|
||||||
|
:is="icon"
|
||||||
|
:size="size"
|
||||||
|
:color="color"
|
||||||
|
:stroke-width="strokeWidth" :default-class="defaultClass"
|
||||||
|
/>
|
||||||
|
</template>
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Using the Icon Component
|
### Using the Icon Component
|
||||||
|
|
||||||
|
All other props listed above also work on the `Icon` Component.
|
||||||
|
|
||||||
```vue
|
```vue
|
||||||
<template>
|
<template>
|
||||||
|
|||||||
@@ -34,6 +34,11 @@
|
|||||||
],
|
],
|
||||||
"destination": "/icons",
|
"destination": "/icons",
|
||||||
"permanent": false
|
"permanent": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"source": "/guide/packages/lucide-vue-next",
|
||||||
|
"destination": "/guide/packages/lucide-vue",
|
||||||
|
"permanent": false
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"headers": [
|
"headers": [
|
||||||
|
|||||||
@@ -56,7 +56,6 @@
|
|||||||
"account",
|
"account",
|
||||||
"animals",
|
"animals",
|
||||||
"arrows",
|
"arrows",
|
||||||
"brands",
|
|
||||||
"buildings",
|
"buildings",
|
||||||
"charts",
|
"charts",
|
||||||
"communication",
|
"communication",
|
||||||
@@ -134,7 +133,7 @@
|
|||||||
"$defs": {
|
"$defs": {
|
||||||
"iconDeprecationReasons": {
|
"iconDeprecationReasons": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"enum": ["icon.brand"]
|
"enum": ["icon.renamed"]
|
||||||
},
|
},
|
||||||
"aliasDeprecationReasons": {
|
"aliasDeprecationReasons": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
|
|||||||
@@ -16,8 +16,6 @@
|
|||||||
],
|
],
|
||||||
"categories": [
|
"categories": [
|
||||||
"multimedia",
|
"multimedia",
|
||||||
"connectivity",
|
"connectivity"
|
||||||
"devices",
|
|
||||||
"brands"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,7 +10,6 @@
|
|||||||
"payment"
|
"payment"
|
||||||
],
|
],
|
||||||
"categories": [
|
"categories": [
|
||||||
"brands",
|
|
||||||
"development",
|
"development",
|
||||||
"finance"
|
"finance"
|
||||||
]
|
]
|
||||||
|
|||||||
14
icons/cannabis-off.json
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"nickveles"
|
||||||
|
],
|
||||||
|
"tags": [
|
||||||
|
"cannabis",
|
||||||
|
"weed",
|
||||||
|
"leaf"
|
||||||
|
],
|
||||||
|
"categories": [
|
||||||
|
"nature"
|
||||||
|
]
|
||||||
|
}
|
||||||
18
icons/cannabis-off.svg
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
<svg
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
width="24"
|
||||||
|
height="24"
|
||||||
|
viewBox="0 0 24 24"
|
||||||
|
fill="none"
|
||||||
|
stroke="currentColor"
|
||||||
|
stroke-width="2"
|
||||||
|
stroke-linecap="round"
|
||||||
|
stroke-linejoin="round"
|
||||||
|
>
|
||||||
|
<path d="M12 22v-4c1.5 1.5 3.5 3 6 3 0-1.5-.5-3.5-2-5" />
|
||||||
|
<path d="M13.988 8.327C13.902 6.054 13.365 3.82 12 2a9.3 9.3 0 0 0-1.445 2.9" />
|
||||||
|
<path d="M17.375 11.725C18.882 10.53 21 7.841 21 6c-2.324 0-5.08 1.296-6.662 2.684" />
|
||||||
|
<path d="m2 2 20 20" />
|
||||||
|
<path d="M21.024 15.378A15 15 0 0 0 22 15c-.426-1.279-2.67-2.557-4.25-2.907" />
|
||||||
|
<path d="M6.995 6.992C5.714 6.4 4.29 6 3 6c0 2 2.5 5 4 6-1.5 0-4.5 1.5-5 3 3.5 1.5 6 1 6 1-1.5 1.5-2 3.5-2 5 2.5 0 4.5-1.5 6-3" />
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 681 B |
@@ -1,25 +0,0 @@
|
|||||||
{
|
|
||||||
"$schema": "../icon.schema.json",
|
|
||||||
"deprecated": true,
|
|
||||||
"deprecationReason": "icon.brand",
|
|
||||||
"toBeRemovedInVersion": "v1.0",
|
|
||||||
"contributors": [
|
|
||||||
"colebemis",
|
|
||||||
"ericfennis"
|
|
||||||
],
|
|
||||||
"tags": [
|
|
||||||
"browser",
|
|
||||||
"logo"
|
|
||||||
],
|
|
||||||
"categories": [
|
|
||||||
"brands"
|
|
||||||
],
|
|
||||||
"aliases": [
|
|
||||||
{
|
|
||||||
"name": "chrome",
|
|
||||||
"deprecated": true,
|
|
||||||
"deprecationReason": "alias.name",
|
|
||||||
"toBeRemovedInVersion": "v1.0"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,17 +0,0 @@
|
|||||||
<svg
|
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
|
||||||
width="24"
|
|
||||||
height="24"
|
|
||||||
viewBox="0 0 24 24"
|
|
||||||
fill="none"
|
|
||||||
stroke="currentColor"
|
|
||||||
stroke-width="2"
|
|
||||||
stroke-linecap="round"
|
|
||||||
stroke-linejoin="round"
|
|
||||||
>
|
|
||||||
<path d="M10.88 21.94 15.46 14" />
|
|
||||||
<path d="M21.17 8H12" />
|
|
||||||
<path d="M3.95 6.06 8.54 14" />
|
|
||||||
<circle cx="12" cy="12" r="10" />
|
|
||||||
<circle cx="12" cy="12" r="4" />
|
|
||||||
</svg>
|
|
||||||
|
Before Width: | Height: | Size: 377 B |
@@ -1,17 +0,0 @@
|
|||||||
{
|
|
||||||
"$schema": "../icon.schema.json",
|
|
||||||
"deprecated": true,
|
|
||||||
"deprecationReason": "icon.brand",
|
|
||||||
"toBeRemovedInVersion": "v1.0",
|
|
||||||
"contributors": [
|
|
||||||
"colebemis",
|
|
||||||
"ericfennis"
|
|
||||||
],
|
|
||||||
"tags": [
|
|
||||||
"logo"
|
|
||||||
],
|
|
||||||
"categories": [
|
|
||||||
"brands",
|
|
||||||
"development"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,17 +0,0 @@
|
|||||||
<svg
|
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
|
||||||
width="24"
|
|
||||||
height="24"
|
|
||||||
viewBox="0 0 24 24"
|
|
||||||
fill="none"
|
|
||||||
stroke="currentColor"
|
|
||||||
stroke-width="2"
|
|
||||||
stroke-linecap="round"
|
|
||||||
stroke-linejoin="round"
|
|
||||||
>
|
|
||||||
<polygon points="12 2 22 8.5 22 15.5 12 22 2 15.5 2 8.5 12 2" />
|
|
||||||
<line x1="12" x2="12" y1="22" y2="15.5" />
|
|
||||||
<polyline points="22 8.5 12 15.5 2 8.5" />
|
|
||||||
<polyline points="2 15.5 12 8.5 22 15.5" />
|
|
||||||
<line x1="12" x2="12" y1="2" y2="8.5" />
|
|
||||||
</svg>
|
|
||||||
|
Before Width: | Height: | Size: 454 B |
@@ -1,18 +0,0 @@
|
|||||||
{
|
|
||||||
"$schema": "../icon.schema.json",
|
|
||||||
"deprecated": true,
|
|
||||||
"deprecationReason": "icon.brand",
|
|
||||||
"toBeRemovedInVersion": "v1.0",
|
|
||||||
"contributors": [
|
|
||||||
"colebemis",
|
|
||||||
"csandman",
|
|
||||||
"ericfennis"
|
|
||||||
],
|
|
||||||
"tags": [
|
|
||||||
"logo"
|
|
||||||
],
|
|
||||||
"categories": [
|
|
||||||
"brands",
|
|
||||||
"development"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,18 +0,0 @@
|
|||||||
<svg
|
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
|
||||||
width="24"
|
|
||||||
height="24"
|
|
||||||
viewBox="0 0 24 24"
|
|
||||||
fill="none"
|
|
||||||
stroke="currentColor"
|
|
||||||
stroke-width="2"
|
|
||||||
stroke-linecap="round"
|
|
||||||
stroke-linejoin="round"
|
|
||||||
>
|
|
||||||
<path d="M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z" />
|
|
||||||
<polyline points="7.5 4.21 12 6.81 16.5 4.21" />
|
|
||||||
<polyline points="7.5 19.79 7.5 14.6 3 12" />
|
|
||||||
<polyline points="21 12 16.5 14.6 16.5 19.79" />
|
|
||||||
<polyline points="3.27 6.96 12 12.01 20.73 6.96" />
|
|
||||||
<line x1="12" x2="12" y1="22.08" y2="12" />
|
|
||||||
</svg>
|
|
||||||
|
Before Width: | Height: | Size: 595 B |
@@ -1,18 +0,0 @@
|
|||||||
{
|
|
||||||
"$schema": "../icon.schema.json",
|
|
||||||
"deprecated": true,
|
|
||||||
"deprecationReason": "icon.brand",
|
|
||||||
"toBeRemovedInVersion": "v1.0",
|
|
||||||
"contributors": [
|
|
||||||
"ahtohbi4"
|
|
||||||
],
|
|
||||||
"tags": [
|
|
||||||
"design",
|
|
||||||
"social"
|
|
||||||
],
|
|
||||||
"categories": [
|
|
||||||
"brands",
|
|
||||||
"social",
|
|
||||||
"design"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,16 +0,0 @@
|
|||||||
<svg
|
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
|
||||||
width="24"
|
|
||||||
height="24"
|
|
||||||
viewBox="0 0 24 24"
|
|
||||||
fill="none"
|
|
||||||
stroke="currentColor"
|
|
||||||
stroke-width="2"
|
|
||||||
stroke-linecap="round"
|
|
||||||
stroke-linejoin="round"
|
|
||||||
>
|
|
||||||
<circle cx="12" cy="12" r="10" />
|
|
||||||
<path d="M19.13 5.09C15.22 9.14 10 10.44 2.25 10.94" />
|
|
||||||
<path d="M21.75 12.84c-6.62-1.41-12.14 1-16.38 6.32" />
|
|
||||||
<path d="M8.56 2.75c4.37 6 6 9.42 8 17.72" />
|
|
||||||
</svg>
|
|
||||||
|
Before Width: | Height: | Size: 408 B |
@@ -1,19 +0,0 @@
|
|||||||
{
|
|
||||||
"$schema": "../icon.schema.json",
|
|
||||||
"deprecated": true,
|
|
||||||
"deprecationReason": "icon.brand",
|
|
||||||
"toBeRemovedInVersion": "v1.0",
|
|
||||||
"contributors": [
|
|
||||||
"colebemis",
|
|
||||||
"csandman",
|
|
||||||
"ericfennis"
|
|
||||||
],
|
|
||||||
"tags": [
|
|
||||||
"logo",
|
|
||||||
"social"
|
|
||||||
],
|
|
||||||
"categories": [
|
|
||||||
"social",
|
|
||||||
"brands"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,13 +0,0 @@
|
|||||||
<svg
|
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
|
||||||
width="24"
|
|
||||||
height="24"
|
|
||||||
viewBox="0 0 24 24"
|
|
||||||
fill="none"
|
|
||||||
stroke="currentColor"
|
|
||||||
stroke-width="2"
|
|
||||||
stroke-linecap="round"
|
|
||||||
stroke-linejoin="round"
|
|
||||||
>
|
|
||||||
<path d="M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z" />
|
|
||||||
</svg>
|
|
||||||
|
Before Width: | Height: | Size: 289 B |
@@ -1,21 +0,0 @@
|
|||||||
{
|
|
||||||
"$schema": "../icon.schema.json",
|
|
||||||
"deprecated": true,
|
|
||||||
"deprecationReason": "icon.brand",
|
|
||||||
"toBeRemovedInVersion": "v1.0",
|
|
||||||
"contributors": [
|
|
||||||
"colebemis",
|
|
||||||
"csandman",
|
|
||||||
"mittalyashu",
|
|
||||||
"ericfennis"
|
|
||||||
],
|
|
||||||
"tags": [
|
|
||||||
"logo",
|
|
||||||
"design",
|
|
||||||
"tool"
|
|
||||||
],
|
|
||||||
"categories": [
|
|
||||||
"brands",
|
|
||||||
"design"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,17 +0,0 @@
|
|||||||
<svg
|
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
|
||||||
width="24"
|
|
||||||
height="24"
|
|
||||||
viewBox="0 0 24 24"
|
|
||||||
fill="none"
|
|
||||||
stroke="currentColor"
|
|
||||||
stroke-width="2"
|
|
||||||
stroke-linecap="round"
|
|
||||||
stroke-linejoin="round"
|
|
||||||
>
|
|
||||||
<path d="M5 5.5A3.5 3.5 0 0 1 8.5 2H12v7H8.5A3.5 3.5 0 0 1 5 5.5z" />
|
|
||||||
<path d="M12 2h3.5a3.5 3.5 0 1 1 0 7H12V2z" />
|
|
||||||
<path d="M12 12.5a3.5 3.5 0 1 1 7 0 3.5 3.5 0 1 1-7 0z" />
|
|
||||||
<path d="M5 19.5A3.5 3.5 0 0 1 8.5 16H12v3.5a3.5 3.5 0 1 1-7 0z" />
|
|
||||||
<path d="M5 12.5A3.5 3.5 0 0 1 8.5 9H12v7H8.5A3.5 3.5 0 0 1 5 12.5z" />
|
|
||||||
</svg>
|
|
||||||
|
Before Width: | Height: | Size: 534 B |
28
icons/fishing-hook.json
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
{
|
||||||
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"7ender",
|
||||||
|
"jguddas",
|
||||||
|
"karsa-mistmere",
|
||||||
|
"jamiemlaw"
|
||||||
|
],
|
||||||
|
"tags": [
|
||||||
|
"sea",
|
||||||
|
"boating",
|
||||||
|
"angler",
|
||||||
|
"bait",
|
||||||
|
"reel",
|
||||||
|
"tackle",
|
||||||
|
"marine",
|
||||||
|
"outdoors",
|
||||||
|
"fish",
|
||||||
|
"fishing",
|
||||||
|
"hook",
|
||||||
|
"sports",
|
||||||
|
"travel"
|
||||||
|
],
|
||||||
|
"categories": [
|
||||||
|
"sports",
|
||||||
|
"travel"
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -9,7 +9,7 @@
|
|||||||
stroke-linecap="round"
|
stroke-linecap="round"
|
||||||
stroke-linejoin="round"
|
stroke-linejoin="round"
|
||||||
>
|
>
|
||||||
<path d="M5 15h14" />
|
<path d="m17.586 11.414-5.93 5.93a1 1 0 0 1-8-8l3.137-3.137a.707.707 0 0 1 1.207.5V10" />
|
||||||
<path d="M5 9h14" />
|
<path d="M20.414 8.586 22 7" />
|
||||||
<path d="m14 20-5-5 6-6-5-5" />
|
<circle cx="19" cy="10" r="2" />
|
||||||
</svg>
|
</svg>
|
||||||
|
Before Width: | Height: | Size: 289 B After Width: | Height: | Size: 369 B |
@@ -1,21 +0,0 @@
|
|||||||
{
|
|
||||||
"$schema": "../icon.schema.json",
|
|
||||||
"deprecated": true,
|
|
||||||
"deprecationReason": "icon.brand",
|
|
||||||
"toBeRemovedInVersion": "v1.0",
|
|
||||||
"contributors": [
|
|
||||||
"colebemis",
|
|
||||||
"csandman",
|
|
||||||
"mittalyashu",
|
|
||||||
"ericfennis"
|
|
||||||
],
|
|
||||||
"tags": [
|
|
||||||
"logo",
|
|
||||||
"design",
|
|
||||||
"tool"
|
|
||||||
],
|
|
||||||
"categories": [
|
|
||||||
"brands",
|
|
||||||
"design"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,13 +0,0 @@
|
|||||||
<svg
|
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
|
||||||
width="24"
|
|
||||||
height="24"
|
|
||||||
viewBox="0 0 24 24"
|
|
||||||
fill="none"
|
|
||||||
stroke="currentColor"
|
|
||||||
stroke-width="2"
|
|
||||||
stroke-linecap="round"
|
|
||||||
stroke-linejoin="round"
|
|
||||||
>
|
|
||||||
<path d="M5 16V9h14V2H5l14 14h-7m-7 0 7 7v-7m-7 0h7" />
|
|
||||||
</svg>
|
|
||||||
|
Before Width: | Height: | Size: 266 B |
@@ -1,20 +0,0 @@
|
|||||||
{
|
|
||||||
"$schema": "../icon.schema.json",
|
|
||||||
"deprecated": true,
|
|
||||||
"deprecationReason": "icon.brand",
|
|
||||||
"toBeRemovedInVersion": "v1.0",
|
|
||||||
"contributors": [
|
|
||||||
"colebemis",
|
|
||||||
"csandman",
|
|
||||||
"ericfennis",
|
|
||||||
"karsa-mistmere"
|
|
||||||
],
|
|
||||||
"tags": [
|
|
||||||
"logo",
|
|
||||||
"version control"
|
|
||||||
],
|
|
||||||
"categories": [
|
|
||||||
"brands",
|
|
||||||
"development"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,14 +0,0 @@
|
|||||||
<svg
|
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
|
||||||
width="24"
|
|
||||||
height="24"
|
|
||||||
viewBox="0 0 24 24"
|
|
||||||
fill="none"
|
|
||||||
stroke="currentColor"
|
|
||||||
stroke-width="2"
|
|
||||||
stroke-linecap="round"
|
|
||||||
stroke-linejoin="round"
|
|
||||||
>
|
|
||||||
<path d="M15 22v-4a4.8 4.8 0 0 0-1-3.5c3 0 6-2 6-5.5.08-1.25-.27-2.48-1-3.5.28-1.15.28-2.35 0-3.5 0 0-1 0-3 1.5-2.64-.5-5.36-.5-8 0C6 2 5 2 5 2c-.3 1.15-.3 2.35 0 3.5A5.403 5.403 0 0 0 4 9c0 3.5 3 5.5 6 5.5-.39.49-.68 1.05-.85 1.65-.17.6-.22 1.23-.15 1.85v4" />
|
|
||||||
<path d="M9 18c-4.51 2-5-2-7-2" />
|
|
||||||
</svg>
|
|
||||||
|
Before Width: | Height: | Size: 509 B |
@@ -1,20 +0,0 @@
|
|||||||
{
|
|
||||||
"$schema": "../icon.schema.json",
|
|
||||||
"deprecated": true,
|
|
||||||
"deprecationReason": "icon.brand",
|
|
||||||
"toBeRemovedInVersion": "v1.0",
|
|
||||||
"contributors": [
|
|
||||||
"colebemis",
|
|
||||||
"csandman",
|
|
||||||
"ericfennis",
|
|
||||||
"karsa-mistmere"
|
|
||||||
],
|
|
||||||
"tags": [
|
|
||||||
"logo",
|
|
||||||
"version control"
|
|
||||||
],
|
|
||||||
"categories": [
|
|
||||||
"brands",
|
|
||||||
"development"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,13 +0,0 @@
|
|||||||
<svg
|
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
|
||||||
width="24"
|
|
||||||
height="24"
|
|
||||||
viewBox="0 0 24 24"
|
|
||||||
fill="none"
|
|
||||||
stroke="currentColor"
|
|
||||||
stroke-width="2"
|
|
||||||
stroke-linecap="round"
|
|
||||||
stroke-linejoin="round"
|
|
||||||
>
|
|
||||||
<path d="m22 13.29-3.33-10a.42.42 0 0 0-.14-.18.38.38 0 0 0-.22-.11.39.39 0 0 0-.23.07.42.42 0 0 0-.14.18l-2.26 6.67H8.32L6.1 3.26a.42.42 0 0 0-.1-.18.38.38 0 0 0-.26-.08.39.39 0 0 0-.23.07.42.42 0 0 0-.14.18L2 13.29a.74.74 0 0 0 .27.83L12 21l9.69-6.88a.71.71 0 0 0 .31-.83Z" />
|
|
||||||
</svg>
|
|
||||||
|
Before Width: | Height: | Size: 489 B |
@@ -12,7 +12,6 @@
|
|||||||
],
|
],
|
||||||
"categories": [
|
"categories": [
|
||||||
"shapes",
|
"shapes",
|
||||||
"brands",
|
|
||||||
"development"
|
"development"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,21 +0,0 @@
|
|||||||
{
|
|
||||||
"$schema": "../icon.schema.json",
|
|
||||||
"deprecated": true,
|
|
||||||
"deprecationReason": "icon.brand",
|
|
||||||
"toBeRemovedInVersion": "v1.0",
|
|
||||||
"contributors": [
|
|
||||||
"colebemis",
|
|
||||||
"csandman",
|
|
||||||
"ericfennis"
|
|
||||||
],
|
|
||||||
"tags": [
|
|
||||||
"logo",
|
|
||||||
"camera",
|
|
||||||
"social"
|
|
||||||
],
|
|
||||||
"categories": [
|
|
||||||
"brands",
|
|
||||||
"social",
|
|
||||||
"photography"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,15 +0,0 @@
|
|||||||
<svg
|
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
|
||||||
width="24"
|
|
||||||
height="24"
|
|
||||||
viewBox="0 0 24 24"
|
|
||||||
fill="none"
|
|
||||||
stroke="currentColor"
|
|
||||||
stroke-width="2"
|
|
||||||
stroke-linecap="round"
|
|
||||||
stroke-linejoin="round"
|
|
||||||
>
|
|
||||||
<rect width="20" height="20" x="2" y="2" rx="5" ry="5" />
|
|
||||||
<path d="M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z" />
|
|
||||||
<line x1="17.5" x2="17.51" y1="6.5" y2="6.5" />
|
|
||||||
</svg>
|
|
||||||
|
Before Width: | Height: | Size: 381 B |
@@ -1,20 +0,0 @@
|
|||||||
{
|
|
||||||
"$schema": "../icon.schema.json",
|
|
||||||
"deprecated": true,
|
|
||||||
"deprecationReason": "icon.brand",
|
|
||||||
"toBeRemovedInVersion": "v1.0",
|
|
||||||
"contributors": [
|
|
||||||
"okcoker",
|
|
||||||
"csandman",
|
|
||||||
"ericfennis"
|
|
||||||
],
|
|
||||||
"tags": [
|
|
||||||
"logo",
|
|
||||||
"social media",
|
|
||||||
"social"
|
|
||||||
],
|
|
||||||
"categories": [
|
|
||||||
"social",
|
|
||||||
"brands"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,15 +0,0 @@
|
|||||||
<svg
|
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
|
||||||
width="24"
|
|
||||||
height="24"
|
|
||||||
viewBox="0 0 24 24"
|
|
||||||
fill="none"
|
|
||||||
stroke="currentColor"
|
|
||||||
stroke-width="2"
|
|
||||||
stroke-linecap="round"
|
|
||||||
stroke-linejoin="round"
|
|
||||||
>
|
|
||||||
<path d="M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z" />
|
|
||||||
<rect width="4" height="12" x="2" y="9" />
|
|
||||||
<circle cx="4" cy="4" r="2" />
|
|
||||||
</svg>
|
|
||||||
|
Before Width: | Height: | Size: 380 B |
@@ -1,18 +0,0 @@
|
|||||||
{
|
|
||||||
"$schema": "../icon.schema.json",
|
|
||||||
"deprecated": true,
|
|
||||||
"deprecationReason": "icon.brand",
|
|
||||||
"toBeRemovedInVersion": "v1.0",
|
|
||||||
"contributors": [
|
|
||||||
"colebemis",
|
|
||||||
"csandman",
|
|
||||||
"ericfennis"
|
|
||||||
],
|
|
||||||
"tags": [
|
|
||||||
"logo",
|
|
||||||
"save"
|
|
||||||
],
|
|
||||||
"categories": [
|
|
||||||
"brands"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,14 +0,0 @@
|
|||||||
<svg
|
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
|
||||||
width="24"
|
|
||||||
height="24"
|
|
||||||
viewBox="0 0 24 24"
|
|
||||||
fill="none"
|
|
||||||
stroke="currentColor"
|
|
||||||
stroke-width="2"
|
|
||||||
stroke-linecap="round"
|
|
||||||
stroke-linejoin="round"
|
|
||||||
>
|
|
||||||
<path d="M20 3a2 2 0 0 1 2 2v6a1 1 0 0 1-20 0V5a2 2 0 0 1 2-2z" />
|
|
||||||
<path d="m8 10 4 4 4-4" />
|
|
||||||
</svg>
|
|
||||||
|
Before Width: | Height: | Size: 306 B |
@@ -1,19 +0,0 @@
|
|||||||
{
|
|
||||||
"$schema": "../icon.schema.json",
|
|
||||||
"contributors": [
|
|
||||||
"danielbayley"
|
|
||||||
],
|
|
||||||
"deprecated": true,
|
|
||||||
"deprecationReason": "icon.brand",
|
|
||||||
"toBeRemovedInVersion": "v1.0",
|
|
||||||
"tags": [
|
|
||||||
"railway",
|
|
||||||
"train",
|
|
||||||
"track",
|
|
||||||
"line"
|
|
||||||
],
|
|
||||||
"categories": [
|
|
||||||
"transportation",
|
|
||||||
"navigation"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,22 +0,0 @@
|
|||||||
{
|
|
||||||
"$schema": "../icon.schema.json",
|
|
||||||
"deprecated": true,
|
|
||||||
"deprecationReason": "icon.brand",
|
|
||||||
"toBeRemovedInVersion": "v1.0",
|
|
||||||
"contributors": [
|
|
||||||
"colebemis",
|
|
||||||
"ashygee",
|
|
||||||
"wojtekmaj",
|
|
||||||
"mittalyashu",
|
|
||||||
"ericfennis"
|
|
||||||
],
|
|
||||||
"tags": [
|
|
||||||
"logo"
|
|
||||||
],
|
|
||||||
"categories": [
|
|
||||||
"account",
|
|
||||||
"social",
|
|
||||||
"brands",
|
|
||||||
"development"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,20 +0,0 @@
|
|||||||
<svg
|
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
|
||||||
width="24"
|
|
||||||
height="24"
|
|
||||||
viewBox="0 0 24 24"
|
|
||||||
fill="none"
|
|
||||||
stroke="currentColor"
|
|
||||||
stroke-width="2"
|
|
||||||
stroke-linecap="round"
|
|
||||||
stroke-linejoin="round"
|
|
||||||
>
|
|
||||||
<rect width="3" height="8" x="13" y="2" rx="1.5" />
|
|
||||||
<path d="M19 8.5V10h1.5A1.5 1.5 0 1 0 19 8.5" />
|
|
||||||
<rect width="3" height="8" x="8" y="14" rx="1.5" />
|
|
||||||
<path d="M5 15.5V14H3.5A1.5 1.5 0 1 0 5 15.5" />
|
|
||||||
<rect width="8" height="3" x="14" y="13" rx="1.5" />
|
|
||||||
<path d="M15.5 19H14v1.5a1.5 1.5 0 1 0 1.5-1.5" />
|
|
||||||
<rect width="8" height="3" x="2" y="8" rx="1.5" />
|
|
||||||
<path d="M8.5 5H10V3.5A1.5 1.5 0 1 0 8.5 5" />
|
|
||||||
</svg>
|
|
||||||
|
Before Width: | Height: | Size: 628 B |
24
icons/stone.json
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
{
|
||||||
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"Alportan",
|
||||||
|
"karsa-mistmere"
|
||||||
|
],
|
||||||
|
"tags": [
|
||||||
|
"mineral",
|
||||||
|
"geology",
|
||||||
|
"nature",
|
||||||
|
"solid",
|
||||||
|
"pebble",
|
||||||
|
"crystal",
|
||||||
|
"ore",
|
||||||
|
"hard",
|
||||||
|
"coal",
|
||||||
|
"stone",
|
||||||
|
"rock",
|
||||||
|
"boulder"
|
||||||
|
],
|
||||||
|
"categories": [
|
||||||
|
"nature"
|
||||||
|
]
|
||||||
|
}
|
||||||
15
icons/stone.svg
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
<svg
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
width="24"
|
||||||
|
height="24"
|
||||||
|
viewBox="0 0 24 24"
|
||||||
|
fill="none"
|
||||||
|
stroke="currentColor"
|
||||||
|
stroke-width="2"
|
||||||
|
stroke-linecap="round"
|
||||||
|
stroke-linejoin="round"
|
||||||
|
>
|
||||||
|
<path d="M11.264 2.205A4 4 0 0 0 6.42 4.211l-4 8a4 4 0 0 0 1.359 5.117l6 4a4 4 0 0 0 4.438 0l6-4a4 4 0 0 0 1.576-4.592l-2-6a4 4 0 0 0-2.53-2.53z" />
|
||||||
|
<path d="M11.99 22 14 12l7.822 3.184" />
|
||||||
|
<path d="M14 12 8.47 2.302" />
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 435 B |
@@ -13,7 +13,6 @@
|
|||||||
"productivity"
|
"productivity"
|
||||||
],
|
],
|
||||||
"categories": [
|
"categories": [
|
||||||
"brands",
|
|
||||||
"gaming"
|
"gaming"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,21 +0,0 @@
|
|||||||
{
|
|
||||||
"$schema": "../icon.schema.json",
|
|
||||||
"deprecated": true,
|
|
||||||
"deprecationReason": "icon.brand",
|
|
||||||
"toBeRemovedInVersion": "v1.0",
|
|
||||||
"contributors": [
|
|
||||||
"bdbch",
|
|
||||||
"csandman",
|
|
||||||
"mittalyashu",
|
|
||||||
"ericfennis"
|
|
||||||
],
|
|
||||||
"tags": [
|
|
||||||
"logo",
|
|
||||||
"brand"
|
|
||||||
],
|
|
||||||
"categories": [
|
|
||||||
"account",
|
|
||||||
"brands",
|
|
||||||
"development"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,15 +0,0 @@
|
|||||||
<svg
|
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
|
||||||
width="24"
|
|
||||||
height="24"
|
|
||||||
viewBox="0 0 24 24"
|
|
||||||
fill="none"
|
|
||||||
stroke="currentColor"
|
|
||||||
stroke-width="2"
|
|
||||||
stroke-linecap="round"
|
|
||||||
stroke-linejoin="round"
|
|
||||||
>
|
|
||||||
<rect width="18" height="18" x="3" y="3" rx="2" ry="2" />
|
|
||||||
<rect width="3" height="9" x="7" y="7" />
|
|
||||||
<rect width="3" height="5" x="14" y="7" />
|
|
||||||
</svg>
|
|
||||||
|
Before Width: | Height: | Size: 357 B |
@@ -1,20 +0,0 @@
|
|||||||
{
|
|
||||||
"$schema": "../icon.schema.json",
|
|
||||||
"deprecated": true,
|
|
||||||
"deprecationReason": "icon.brand",
|
|
||||||
"toBeRemovedInVersion": "v1.0",
|
|
||||||
"contributors": [
|
|
||||||
"ahtohbi4",
|
|
||||||
"johnletey"
|
|
||||||
],
|
|
||||||
"tags": [
|
|
||||||
"logo",
|
|
||||||
"social"
|
|
||||||
],
|
|
||||||
"categories": [
|
|
||||||
"brands",
|
|
||||||
"social",
|
|
||||||
"account",
|
|
||||||
"gaming"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,13 +0,0 @@
|
|||||||
<svg
|
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
|
||||||
width="24"
|
|
||||||
height="24"
|
|
||||||
viewBox="0 0 24 24"
|
|
||||||
fill="none"
|
|
||||||
stroke="currentColor"
|
|
||||||
stroke-width="2"
|
|
||||||
stroke-linecap="round"
|
|
||||||
stroke-linejoin="round"
|
|
||||||
>
|
|
||||||
<path d="M21 2H3v16h5v4l4-4h5l4-4V2zm-10 9V7m5 4V7" />
|
|
||||||
</svg>
|
|
||||||
|
Before Width: | Height: | Size: 265 B |
@@ -1,21 +0,0 @@
|
|||||||
{
|
|
||||||
"$schema": "../icon.schema.json",
|
|
||||||
"deprecated": true,
|
|
||||||
"deprecationReason": "icon.brand",
|
|
||||||
"toBeRemovedInVersion": "v1.0",
|
|
||||||
"contributors": [
|
|
||||||
"colebemis",
|
|
||||||
"csandman",
|
|
||||||
"ericfennis",
|
|
||||||
"karsa-mistmere"
|
|
||||||
],
|
|
||||||
"tags": [
|
|
||||||
"logo",
|
|
||||||
"social"
|
|
||||||
],
|
|
||||||
"categories": [
|
|
||||||
"brands",
|
|
||||||
"social",
|
|
||||||
"account"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,13 +0,0 @@
|
|||||||
<svg
|
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
|
||||||
width="24"
|
|
||||||
height="24"
|
|
||||||
viewBox="0 0 24 24"
|
|
||||||
fill="none"
|
|
||||||
stroke="currentColor"
|
|
||||||
stroke-width="2"
|
|
||||||
stroke-linecap="round"
|
|
||||||
stroke-linejoin="round"
|
|
||||||
>
|
|
||||||
<path d="M22 4s-.7 2.1-2 3.4c1.6 10-9.4 17.3-18 11.6 2.2.1 4.4-.6 6-2C3 15.5.5 9.6 3 5c2.2 2.6 5.6 4.1 9 4-.9-4.2 4-6.6 7-3.8 1.1 0 3-1.2 3-1.2z" />
|
|
||||||
</svg>
|
|
||||||
|
Before Width: | Height: | Size: 359 B |
@@ -1,24 +0,0 @@
|
|||||||
{
|
|
||||||
"$schema": "../icon.schema.json",
|
|
||||||
"deprecated": true,
|
|
||||||
"deprecationReason": "icon.brand",
|
|
||||||
"toBeRemovedInVersion": "v1.0",
|
|
||||||
"contributors": [
|
|
||||||
"colebemis",
|
|
||||||
"csandman",
|
|
||||||
"ericfennis",
|
|
||||||
"karsa-mistmere",
|
|
||||||
"jguddas"
|
|
||||||
],
|
|
||||||
"tags": [
|
|
||||||
"logo",
|
|
||||||
"social",
|
|
||||||
"video",
|
|
||||||
"play"
|
|
||||||
],
|
|
||||||
"categories": [
|
|
||||||
"multimedia",
|
|
||||||
"social",
|
|
||||||
"brands"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,14 +0,0 @@
|
|||||||
<svg
|
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
|
||||||
width="24"
|
|
||||||
height="24"
|
|
||||||
viewBox="0 0 24 24"
|
|
||||||
fill="none"
|
|
||||||
stroke="currentColor"
|
|
||||||
stroke-width="2"
|
|
||||||
stroke-linecap="round"
|
|
||||||
stroke-linejoin="round"
|
|
||||||
>
|
|
||||||
<path d="M2.5 17a24.12 24.12 0 0 1 0-10 2 2 0 0 1 1.4-1.4 49.56 49.56 0 0 1 16.2 0A2 2 0 0 1 21.5 7a24.12 24.12 0 0 1 0 10 2 2 0 0 1-1.4 1.4 49.55 49.55 0 0 1-16.2 0A2 2 0 0 1 2.5 17" />
|
|
||||||
<path d="m10 15 5-3-5-3z" />
|
|
||||||
</svg>
|
|
||||||
|
Before Width: | Height: | Size: 428 B |
@@ -24,9 +24,7 @@
|
|||||||
"author": "Eric Fennis",
|
"author": "Eric Fennis",
|
||||||
"amdName": "lucide-preact",
|
"amdName": "lucide-preact",
|
||||||
"main": "dist/cjs/lucide-preact.js",
|
"main": "dist/cjs/lucide-preact.js",
|
||||||
"main:umd": "dist/umd/lucide-preact.js",
|
|
||||||
"module": "dist/esm/lucide-preact.js",
|
"module": "dist/esm/lucide-preact.js",
|
||||||
"unpkg": "dist/umd/lucide-preact.min.js",
|
|
||||||
"typings": "dist/lucide-preact.d.ts",
|
"typings": "dist/lucide-preact.d.ts",
|
||||||
"files": [
|
"files": [
|
||||||
"dist"
|
"dist"
|
||||||
@@ -46,7 +44,7 @@
|
|||||||
"@lucide/rollup-plugins": "workspace:*",
|
"@lucide/rollup-plugins": "workspace:*",
|
||||||
"@lucide/shared": "workspace:*",
|
"@lucide/shared": "workspace:*",
|
||||||
"@preact/preset-vite": "^2.10.2",
|
"@preact/preset-vite": "^2.10.2",
|
||||||
"@testing-library/jest-dom": "^6.1.4",
|
"@testing-library/jest-dom": "^6.6.3",
|
||||||
"@testing-library/preact": "^3.2.3",
|
"@testing-library/preact": "^3.2.3",
|
||||||
"jest-serializer-html": "^7.1.0",
|
"jest-serializer-html": "^7.1.0",
|
||||||
"preact": "^10.19.2",
|
"preact": "^10.19.2",
|
||||||
|
|||||||
@@ -7,17 +7,6 @@ const outputFileName = 'lucide-preact';
|
|||||||
const outputDir = 'dist';
|
const outputDir = 'dist';
|
||||||
const inputs = [`src/lucide-preact.ts`];
|
const inputs = [`src/lucide-preact.ts`];
|
||||||
const bundles = [
|
const bundles = [
|
||||||
{
|
|
||||||
format: 'umd',
|
|
||||||
inputs,
|
|
||||||
outputDir,
|
|
||||||
minify: true,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
format: 'umd',
|
|
||||||
inputs,
|
|
||||||
outputDir,
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
format: 'cjs',
|
format: 'cjs',
|
||||||
inputs,
|
inputs,
|
||||||
@@ -32,7 +21,7 @@ const bundles = [
|
|||||||
];
|
];
|
||||||
|
|
||||||
const configs = bundles
|
const configs = bundles
|
||||||
.map(({ inputs, outputDir, format, minify, preserveModules }) =>
|
.map(({ inputs, outputDir, format, preserveModules }) =>
|
||||||
inputs.map((input) => ({
|
inputs.map((input) => ({
|
||||||
input,
|
input,
|
||||||
plugins: plugins({ pkg, minify }),
|
plugins: plugins({ pkg, minify }),
|
||||||
@@ -44,7 +33,7 @@ const configs = bundles
|
|||||||
dir: `${outputDir}/${format}`,
|
dir: `${outputDir}/${format}`,
|
||||||
}
|
}
|
||||||
: {
|
: {
|
||||||
file: `${outputDir}/${format}/${outputFileName}${minify ? '.min' : ''}.js`,
|
file: `${outputDir}/${format}/${outputFileName}.js`,
|
||||||
}),
|
}),
|
||||||
preserveModules,
|
preserveModules,
|
||||||
format,
|
format,
|
||||||
|
|||||||
@@ -24,9 +24,7 @@
|
|||||||
"author": "Eric Fennis",
|
"author": "Eric Fennis",
|
||||||
"amdName": "lucide-react-native",
|
"amdName": "lucide-react-native",
|
||||||
"main": "dist/cjs/lucide-react-native.js",
|
"main": "dist/cjs/lucide-react-native.js",
|
||||||
"main:umd": "dist/umd/lucide-react-native.js",
|
|
||||||
"module": "dist/esm/lucide-react-native.js",
|
"module": "dist/esm/lucide-react-native.js",
|
||||||
"unpkg": "dist/umd/lucide-react-native.min.js",
|
|
||||||
"typings": "dist/lucide-react-native.d.ts",
|
"typings": "dist/lucide-react-native.d.ts",
|
||||||
"react-native": "dist/esm/lucide-react-native.js",
|
"react-native": "dist/esm/lucide-react-native.js",
|
||||||
"sideEffects": false,
|
"sideEffects": false,
|
||||||
@@ -46,7 +44,7 @@
|
|||||||
"@lucide/rollup-plugins": "workspace:*",
|
"@lucide/rollup-plugins": "workspace:*",
|
||||||
"@lucide/build-icons": "workspace:*",
|
"@lucide/build-icons": "workspace:*",
|
||||||
"@lucide/shared": "workspace:*",
|
"@lucide/shared": "workspace:*",
|
||||||
"@testing-library/jest-dom": "^6.1.6",
|
"@testing-library/jest-dom": "^6.6.3",
|
||||||
"@testing-library/react": "^14.1.2",
|
"@testing-library/react": "^14.1.2",
|
||||||
"@types/prop-types": "^15.7.5",
|
"@types/prop-types": "^15.7.5",
|
||||||
"@types/react": "^18.0.21",
|
"@types/react": "^18.0.21",
|
||||||
|
|||||||
@@ -22,10 +22,10 @@ const bundles = [
|
|||||||
];
|
];
|
||||||
|
|
||||||
const configs = bundles
|
const configs = bundles
|
||||||
.map(({ inputs, outputDir, format, minify, preserveModules }) =>
|
.map(({ inputs, outputDir, format, preserveModules }) =>
|
||||||
inputs.map((input) => ({
|
inputs.map((input) => ({
|
||||||
input,
|
input,
|
||||||
plugins: plugins({ pkg, minify }),
|
plugins: plugins({ pkg }),
|
||||||
external: ['react', 'react-native-svg'],
|
external: ['react', 'react-native-svg'],
|
||||||
output: {
|
output: {
|
||||||
name: packageName,
|
name: packageName,
|
||||||
@@ -35,7 +35,7 @@ const configs = bundles
|
|||||||
exports: 'auto',
|
exports: 'auto',
|
||||||
}
|
}
|
||||||
: {
|
: {
|
||||||
file: `${outputDir}/${format}/${outputFileName}${minify ? '.min' : ''}.js`,
|
file: `${outputDir}/${format}/${outputFileName}.js`,
|
||||||
}),
|
}),
|
||||||
format,
|
format,
|
||||||
preserveModules,
|
preserveModules,
|
||||||
|
|||||||
@@ -24,9 +24,7 @@
|
|||||||
"author": "Eric Fennis",
|
"author": "Eric Fennis",
|
||||||
"amdName": "lucide-react",
|
"amdName": "lucide-react",
|
||||||
"main": "dist/cjs/lucide-react.js",
|
"main": "dist/cjs/lucide-react.js",
|
||||||
"main:umd": "dist/umd/lucide-react.js",
|
|
||||||
"module": "dist/esm/lucide-react.js",
|
"module": "dist/esm/lucide-react.js",
|
||||||
"unpkg": "dist/umd/lucide-react.min.js",
|
|
||||||
"typings": "dist/lucide-react.d.ts",
|
"typings": "dist/lucide-react.d.ts",
|
||||||
"sideEffects": false,
|
"sideEffects": false,
|
||||||
"files": [
|
"files": [
|
||||||
@@ -54,7 +52,7 @@
|
|||||||
"@lucide/build-icons": "workspace:*",
|
"@lucide/build-icons": "workspace:*",
|
||||||
"@lucide/rollup-plugins": "workspace:*",
|
"@lucide/rollup-plugins": "workspace:*",
|
||||||
"@lucide/shared": "workspace:*",
|
"@lucide/shared": "workspace:*",
|
||||||
"@testing-library/jest-dom": "^6.1.6",
|
"@testing-library/jest-dom": "^6.6.3",
|
||||||
"@testing-library/react": "^14.1.2",
|
"@testing-library/react": "^14.1.2",
|
||||||
"@types/react": "^18.2.37",
|
"@types/react": "^18.2.37",
|
||||||
"@vitejs/plugin-react": "^4.4.1",
|
"@vitejs/plugin-react": "^4.4.1",
|
||||||
|
|||||||
@@ -10,17 +10,6 @@ const packageName = 'LucideReact';
|
|||||||
const outputFileName = 'lucide-react';
|
const outputFileName = 'lucide-react';
|
||||||
const inputs = [`src/lucide-react.ts`];
|
const inputs = [`src/lucide-react.ts`];
|
||||||
const bundles = [
|
const bundles = [
|
||||||
{
|
|
||||||
format: 'umd',
|
|
||||||
inputs,
|
|
||||||
outputDir: 'dist/umd',
|
|
||||||
minify: true,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
format: 'umd',
|
|
||||||
inputs,
|
|
||||||
outputDir: 'dist/umd',
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
format: 'cjs',
|
format: 'cjs',
|
||||||
inputs,
|
inputs,
|
||||||
@@ -78,7 +67,7 @@ const configs = bundles
|
|||||||
dir: outputDir,
|
dir: outputDir,
|
||||||
}
|
}
|
||||||
: {
|
: {
|
||||||
file: outputFile ?? `${outputDir}/${outputFileName}${minify ? '.min' : ''}.js`,
|
file: outputFile ?? `${outputDir}/${outputFileName}.js`,
|
||||||
}),
|
}),
|
||||||
paths,
|
paths,
|
||||||
entryFileNames,
|
entryFileNames,
|
||||||
|
|||||||
@@ -74,7 +74,7 @@
|
|||||||
"@lucide/shared": "workspace:*",
|
"@lucide/shared": "workspace:*",
|
||||||
"@rollup/plugin-babel": "^6.0.4",
|
"@rollup/plugin-babel": "^6.0.4",
|
||||||
"@solidjs/testing-library": "^0.8.10",
|
"@solidjs/testing-library": "^0.8.10",
|
||||||
"@testing-library/jest-dom": "^6.4.2",
|
"@testing-library/jest-dom": "^6.6.3",
|
||||||
"babel-preset-solid": "^1.8.12",
|
"babel-preset-solid": "^1.8.12",
|
||||||
"jest-serializer-html": "^7.1.0",
|
"jest-serializer-html": "^7.1.0",
|
||||||
"rollup": "^4.53.3",
|
"rollup": "^4.53.3",
|
||||||
|
|||||||
@@ -61,7 +61,7 @@
|
|||||||
"@lucide/helpers": "workspace:*",
|
"@lucide/helpers": "workspace:*",
|
||||||
"@sveltejs/package": "^2.2.3",
|
"@sveltejs/package": "^2.2.3",
|
||||||
"@sveltejs/vite-plugin-svelte": "^2.4.2",
|
"@sveltejs/vite-plugin-svelte": "^2.4.2",
|
||||||
"@testing-library/jest-dom": "^6.1.4",
|
"@testing-library/jest-dom": "^6.6.3",
|
||||||
"@testing-library/svelte": "^4.0.2",
|
"@testing-library/svelte": "^4.0.2",
|
||||||
"@tsconfig/svelte": "^5.0.0",
|
"@tsconfig/svelte": "^5.0.0",
|
||||||
"jest-serializer-html": "^7.1.0",
|
"jest-serializer-html": "^7.1.0",
|
||||||
|
|||||||
@@ -25,9 +25,7 @@
|
|||||||
"amdName": "lucide-vue-next",
|
"amdName": "lucide-vue-next",
|
||||||
"source": "build/lucide-vue-next.js",
|
"source": "build/lucide-vue-next.js",
|
||||||
"main": "dist/cjs/lucide-vue-next.js",
|
"main": "dist/cjs/lucide-vue-next.js",
|
||||||
"main:umd": "dist/umd/lucide-vue-next.js",
|
|
||||||
"module": "dist/esm/lucide-vue-next.js",
|
"module": "dist/esm/lucide-vue-next.js",
|
||||||
"unpkg": "dist/umd/lucide-vue-next.min.js",
|
|
||||||
"typings": "dist/lucide-vue-next.d.ts",
|
"typings": "dist/lucide-vue-next.d.ts",
|
||||||
"sideEffects": false,
|
"sideEffects": false,
|
||||||
"files": [
|
"files": [
|
||||||
@@ -48,7 +46,7 @@
|
|||||||
"@lucide/build-icons": "workspace:*",
|
"@lucide/build-icons": "workspace:*",
|
||||||
"@lucide/rollup-plugins": "workspace:*",
|
"@lucide/rollup-plugins": "workspace:*",
|
||||||
"@lucide/shared": "workspace:*",
|
"@lucide/shared": "workspace:*",
|
||||||
"@testing-library/jest-dom": "^6.1.6",
|
"@testing-library/jest-dom": "^6.6.3",
|
||||||
"@testing-library/vue": "^8.1.0",
|
"@testing-library/vue": "^8.1.0",
|
||||||
"@vitejs/plugin-vue": "^6.0.2",
|
"@vitejs/plugin-vue": "^6.0.2",
|
||||||
"@vue/test-utils": "2.4.6",
|
"@vue/test-utils": "2.4.6",
|
||||||
|
|||||||
@@ -7,17 +7,6 @@ const outputFileName = 'lucide-vue-next';
|
|||||||
const outputDir = 'dist';
|
const outputDir = 'dist';
|
||||||
const inputs = ['src/lucide-vue-next.ts'];
|
const inputs = ['src/lucide-vue-next.ts'];
|
||||||
const bundles = [
|
const bundles = [
|
||||||
{
|
|
||||||
format: 'umd',
|
|
||||||
inputs,
|
|
||||||
outputDir,
|
|
||||||
minify: true,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
format: 'umd',
|
|
||||||
inputs,
|
|
||||||
outputDir,
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
format: 'cjs',
|
format: 'cjs',
|
||||||
inputs,
|
inputs,
|
||||||
@@ -44,7 +33,7 @@ const configs = bundles
|
|||||||
dir: `${outputDir}/${format}`,
|
dir: `${outputDir}/${format}`,
|
||||||
}
|
}
|
||||||
: {
|
: {
|
||||||
file: `${outputDir}/${format}/${outputFileName}${minify ? '.min' : ''}.js`,
|
file: `${outputDir}/${format}/${outputFileName}.js`,
|
||||||
}),
|
}),
|
||||||
format,
|
format,
|
||||||
preserveModules,
|
preserveModules,
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ import type { FunctionalComponent } from 'vue';
|
|||||||
import { IconNode, LucideProps } from './types';
|
import { IconNode, LucideProps } from './types';
|
||||||
import Icon from './Icon';
|
import Icon from './Icon';
|
||||||
|
|
||||||
// Create interface extending SVGAttributes
|
var showDeprecationWarning = true;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Create a Lucide icon component
|
* Create a Lucide icon component
|
||||||
@@ -13,8 +13,15 @@ import Icon from './Icon';
|
|||||||
*/
|
*/
|
||||||
const createLucideIcon =
|
const createLucideIcon =
|
||||||
(iconName: string, iconNode: IconNode): FunctionalComponent<LucideProps> =>
|
(iconName: string, iconNode: IconNode): FunctionalComponent<LucideProps> =>
|
||||||
(props, { slots, attrs }) =>
|
(props, { slots, attrs }) => {
|
||||||
h(
|
if (showDeprecationWarning) {
|
||||||
|
console.warn(
|
||||||
|
'[lucide-vue-nuxt]: This package is renamed to `@lucide/vue`. Please update your imports to avoid potential issues in the future.',
|
||||||
|
);
|
||||||
|
showDeprecationWarning = false;
|
||||||
|
}
|
||||||
|
|
||||||
|
return h(
|
||||||
Icon,
|
Icon,
|
||||||
{
|
{
|
||||||
...attrs,
|
...attrs,
|
||||||
@@ -24,5 +31,6 @@ const createLucideIcon =
|
|||||||
},
|
},
|
||||||
slots,
|
slots,
|
||||||
);
|
);
|
||||||
|
};
|
||||||
|
|
||||||
export default createLucideIcon;
|
export default createLucideIcon;
|
||||||
|
|||||||
@@ -12,5 +12,6 @@
|
|||||||
"lib": ["ESNext", "DOM"],
|
"lib": ["ESNext", "DOM"],
|
||||||
"skipLibCheck": true,
|
"skipLibCheck": true,
|
||||||
"noEmit": true,
|
"noEmit": true,
|
||||||
|
"types": ["@testing-library/jest-dom"],
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,11 +0,0 @@
|
|||||||
import { join } from 'path';
|
|
||||||
|
|
||||||
export default function LucideNuxtPlugin() {
|
|
||||||
this.nuxt.hook('components:dirs', (dirs) => {
|
|
||||||
dirs.push({
|
|
||||||
path: join(__dirname, 'dist', 'esm', 'icons'),
|
|
||||||
prefix: 'Icon',
|
|
||||||
ignore: ['**/index.js'],
|
|
||||||
});
|
|
||||||
});
|
|
||||||
}
|
|
||||||
@@ -1,60 +0,0 @@
|
|||||||
import plugins, { replace } from '@lucide/rollup-plugins';
|
|
||||||
import pkg from './package.json' with { type: 'json' };
|
|
||||||
|
|
||||||
const packageName = 'LucideVue';
|
|
||||||
const outputFileName = 'lucide-vue';
|
|
||||||
const outputDir = 'dist';
|
|
||||||
const inputs = ['src/lucide-vue.ts'];
|
|
||||||
const bundles = [
|
|
||||||
{
|
|
||||||
format: 'umd',
|
|
||||||
inputs,
|
|
||||||
outputDir,
|
|
||||||
minify: true,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
format: 'umd',
|
|
||||||
inputs,
|
|
||||||
outputDir,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
format: 'cjs',
|
|
||||||
inputs,
|
|
||||||
outputDir,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
format: 'esm',
|
|
||||||
inputs,
|
|
||||||
outputDir,
|
|
||||||
preserveModules: true,
|
|
||||||
},
|
|
||||||
];
|
|
||||||
|
|
||||||
const configs = bundles
|
|
||||||
.map(({ inputs, outputDir, format, minify, preserveModules }) =>
|
|
||||||
inputs.map((input) => ({
|
|
||||||
input,
|
|
||||||
plugins: plugins({ pkg, minify }),
|
|
||||||
external: ['vue'],
|
|
||||||
output: {
|
|
||||||
name: packageName,
|
|
||||||
...(preserveModules
|
|
||||||
? {
|
|
||||||
dir: `${outputDir}/${format}`,
|
|
||||||
}
|
|
||||||
: {
|
|
||||||
file: `${outputDir}/${format}/${outputFileName}${minify ? '.min' : ''}.js`,
|
|
||||||
}),
|
|
||||||
format,
|
|
||||||
preserveModules,
|
|
||||||
preserveModulesRoot: 'src',
|
|
||||||
sourcemap: true,
|
|
||||||
globals: {
|
|
||||||
vue: 'vue',
|
|
||||||
},
|
|
||||||
},
|
|
||||||
})),
|
|
||||||
)
|
|
||||||
.flat();
|
|
||||||
|
|
||||||
export default configs;
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
export * from './aliases';
|
|
||||||
@@ -1,66 +0,0 @@
|
|||||||
import { Component } from 'vue';
|
|
||||||
import defaultAttributes from './defaultAttributes';
|
|
||||||
import { toKebabCase } from '@lucide/shared';
|
|
||||||
|
|
||||||
var showDeprecationWarning = true;
|
|
||||||
|
|
||||||
type IconNode = [elementName: string, attrs: Record<string, string>][];
|
|
||||||
|
|
||||||
export default (iconName: string, iconNode: IconNode): Component => ({
|
|
||||||
name: iconName,
|
|
||||||
functional: true,
|
|
||||||
props: {
|
|
||||||
color: {
|
|
||||||
type: String,
|
|
||||||
default: 'currentColor',
|
|
||||||
},
|
|
||||||
size: {
|
|
||||||
type: Number,
|
|
||||||
default: 24,
|
|
||||||
},
|
|
||||||
strokeWidth: {
|
|
||||||
type: Number,
|
|
||||||
default: 2,
|
|
||||||
},
|
|
||||||
absoluteStrokeWidth: {
|
|
||||||
type: Boolean,
|
|
||||||
default: false,
|
|
||||||
},
|
|
||||||
defaultClass: {
|
|
||||||
type: String,
|
|
||||||
default: `lucide-icon lucide lucide-${toKebabCase(iconName).replace('-icon', '')}`,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
render(
|
|
||||||
createElement,
|
|
||||||
{ props: { color, size, strokeWidth, absoluteStrokeWidth, defaultClass }, data, children = [] },
|
|
||||||
) {
|
|
||||||
if (showDeprecationWarning) {
|
|
||||||
console.warn(
|
|
||||||
'[Lucide Vue] This package will be deprecated end of 2023. Please upgrade to Vue 3 and use the latest lucide package for Vue.',
|
|
||||||
);
|
|
||||||
showDeprecationWarning = false;
|
|
||||||
}
|
|
||||||
|
|
||||||
return createElement(
|
|
||||||
'svg',
|
|
||||||
{
|
|
||||||
// prettier-ignore
|
|
||||||
class: [defaultClass, data.class, data.staticClass, data.attrs && data.attrs.class].filter(Boolean),
|
|
||||||
style: [data.style, data.staticStyle, data.attrs && data.attrs.style].filter(Boolean),
|
|
||||||
attrs: {
|
|
||||||
...defaultAttributes,
|
|
||||||
width: size,
|
|
||||||
height: size,
|
|
||||||
stroke: color,
|
|
||||||
'stroke-width': absoluteStrokeWidth
|
|
||||||
? (Number(strokeWidth) * 24) / Number(size)
|
|
||||||
: strokeWidth,
|
|
||||||
...data.attrs,
|
|
||||||
},
|
|
||||||
on: data?.on || {},
|
|
||||||
},
|
|
||||||
[...iconNode.map(([tag, attrs]) => createElement(String(tag), { attrs })), ...children],
|
|
||||||
);
|
|
||||||
},
|
|
||||||
});
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
export * from './icons';
|
|
||||||
export * as icons from './icons';
|
|
||||||
export * from './aliases';
|
|
||||||
@@ -1,132 +0,0 @@
|
|||||||
import { describe, it, expect, vi } from 'vitest';
|
|
||||||
import { render, fireEvent, cleanup } from '@testing-library/vue';
|
|
||||||
import { Smile, Pen, Edit2 } from '../src/lucide-vue';
|
|
||||||
import { afterEach } from 'vitest';
|
|
||||||
import { VueClass } from '@vue/test-utils';
|
|
||||||
|
|
||||||
describe('Using lucide icon components', () => {
|
|
||||||
afterEach(() => cleanup());
|
|
||||||
|
|
||||||
it('should render an component', () => {
|
|
||||||
const { container } = render(Smile as VueClass<any>);
|
|
||||||
expect(container).toMatchSnapshot();
|
|
||||||
});
|
|
||||||
|
|
||||||
it('should adjust the size, stroke color and stroke width', () => {
|
|
||||||
const { container } = render(Smile as VueClass<any>, {
|
|
||||||
props: {
|
|
||||||
size: 48,
|
|
||||||
color: 'red',
|
|
||||||
strokeWidth: 4,
|
|
||||||
},
|
|
||||||
});
|
|
||||||
|
|
||||||
const [icon] = document.getElementsByClassName('lucide');
|
|
||||||
|
|
||||||
expect(icon.getAttribute('width')).toBe('48');
|
|
||||||
expect(icon.getAttribute('stroke')).toBe('red');
|
|
||||||
expect(icon.getAttribute('stroke-width')).toBe('4');
|
|
||||||
|
|
||||||
expect(container).toMatchSnapshot();
|
|
||||||
});
|
|
||||||
|
|
||||||
it('should add a class to the element', () => {
|
|
||||||
const { container } = render(Smile as VueClass<any>, {
|
|
||||||
attrs: {
|
|
||||||
class: 'my-icon',
|
|
||||||
},
|
|
||||||
});
|
|
||||||
|
|
||||||
expect(container).toMatchSnapshot();
|
|
||||||
|
|
||||||
const [icon] = document.getElementsByClassName('lucide');
|
|
||||||
|
|
||||||
expect(icon).toHaveClass('my-icon');
|
|
||||||
expect(icon).toHaveClass('lucide-smile');
|
|
||||||
expect(icon).toHaveClass('lucide');
|
|
||||||
});
|
|
||||||
|
|
||||||
it('should add a style attribute to the element', () => {
|
|
||||||
const { container } = render(Smile as VueClass<any>, {
|
|
||||||
attrs: {
|
|
||||||
style: 'position: absolute',
|
|
||||||
},
|
|
||||||
});
|
|
||||||
|
|
||||||
expect(container).toMatchSnapshot();
|
|
||||||
|
|
||||||
const [icon] = document.getElementsByClassName('lucide');
|
|
||||||
|
|
||||||
expect(icon).toHaveStyle({ position: 'absolute' });
|
|
||||||
});
|
|
||||||
|
|
||||||
it('should call the onClick event', async () => {
|
|
||||||
const onClick = vi.fn();
|
|
||||||
render(Smile as VueClass<any>, {
|
|
||||||
listeners: {
|
|
||||||
click: onClick,
|
|
||||||
},
|
|
||||||
});
|
|
||||||
|
|
||||||
const [icon] = document.getElementsByClassName('lucide');
|
|
||||||
|
|
||||||
await fireEvent.click(icon);
|
|
||||||
|
|
||||||
expect(onClick).toHaveBeenCalled();
|
|
||||||
});
|
|
||||||
|
|
||||||
it('should pass children to the icon slot', () => {
|
|
||||||
const testText = 'Hello World';
|
|
||||||
const template = `<text>${testText}</text>`;
|
|
||||||
const { getByText, container } = render(Smile as VueClass<any>, {
|
|
||||||
slots: {
|
|
||||||
default: { template },
|
|
||||||
},
|
|
||||||
});
|
|
||||||
|
|
||||||
const textElement = getByText(testText);
|
|
||||||
|
|
||||||
expect(textElement).toBeInTheDocument();
|
|
||||||
expect(container).toMatchSnapshot();
|
|
||||||
});
|
|
||||||
|
|
||||||
it('should render the alias icon', () => {
|
|
||||||
const { getByText, container } = render(Pen as VueClass<any>, {
|
|
||||||
props: {
|
|
||||||
size: '48',
|
|
||||||
color: 'red',
|
|
||||||
strokeWidth: '4',
|
|
||||||
},
|
|
||||||
});
|
|
||||||
|
|
||||||
const PenIconRenderedHTML = container.innerHTML;
|
|
||||||
|
|
||||||
cleanup();
|
|
||||||
|
|
||||||
const { container: Edit2Container } = render(Edit2 as VueClass<any>, {
|
|
||||||
props: {
|
|
||||||
size: '48',
|
|
||||||
color: 'red',
|
|
||||||
strokeWidth: '4',
|
|
||||||
},
|
|
||||||
});
|
|
||||||
|
|
||||||
expect(PenIconRenderedHTML).toBe(Edit2Container.innerHTML);
|
|
||||||
});
|
|
||||||
|
|
||||||
it('should not scale the strokeWidth when absoluteStrokeWidth is set', () => {
|
|
||||||
const { getByText, container } = render(Pen as VueClass<any>, {
|
|
||||||
props: {
|
|
||||||
size: '48',
|
|
||||||
color: 'red',
|
|
||||||
absoluteStrokeWidth: true,
|
|
||||||
},
|
|
||||||
});
|
|
||||||
|
|
||||||
const [icon] = document.getElementsByClassName('lucide');
|
|
||||||
|
|
||||||
expect(icon.getAttribute('width')).toBe('48');
|
|
||||||
expect(icon.getAttribute('stroke')).toBe('red');
|
|
||||||
expect(icon.getAttribute('stroke-width')).toBe('1');
|
|
||||||
});
|
|
||||||
});
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
import '@testing-library/jest-dom';
|
|
||||||
@@ -1,19 +0,0 @@
|
|||||||
import { defineConfig } from 'vitest/config';
|
|
||||||
import vue from '@vitejs/plugin-vue2';
|
|
||||||
|
|
||||||
export default defineConfig({
|
|
||||||
plugins: [vue()],
|
|
||||||
test: {
|
|
||||||
globals: true,
|
|
||||||
environment: 'jsdom',
|
|
||||||
transformMode: {
|
|
||||||
web: [/\.jsx?$/],
|
|
||||||
},
|
|
||||||
setupFiles: './tests/setupVitest.js',
|
|
||||||
threads: false,
|
|
||||||
isolate: false,
|
|
||||||
},
|
|
||||||
resolve: {
|
|
||||||
conditions: ['development', 'browser'],
|
|
||||||
},
|
|
||||||
});
|
|
||||||
@@ -61,7 +61,7 @@
|
|||||||
"@lucide/helpers": "workspace:*",
|
"@lucide/helpers": "workspace:*",
|
||||||
"@sveltejs/package": "^2.3.10",
|
"@sveltejs/package": "^2.3.10",
|
||||||
"@sveltejs/vite-plugin-svelte": "^5.0.3",
|
"@sveltejs/vite-plugin-svelte": "^5.0.3",
|
||||||
"@testing-library/jest-dom": "^6.1.4",
|
"@testing-library/jest-dom": "^6.6.3",
|
||||||
"@testing-library/svelte": "^5.2.7",
|
"@testing-library/svelte": "^5.2.7",
|
||||||
"@tsconfig/svelte": "^5.0.4",
|
"@tsconfig/svelte": "^5.0.4",
|
||||||
"jest-serializer-html": "^7.1.0",
|
"jest-serializer-html": "^7.1.0",
|
||||||
|
|||||||
@@ -1,20 +1,13 @@
|
|||||||
<p align="center">
|
<p align="center">
|
||||||
<a href="https://github.com/lucide-icons/lucide">
|
<a href="https://github.com/lucide-icons/lucide">
|
||||||
<img src="https://lucide.dev/package-logos/lucide-vue.svg" alt="Lucide icon library for Vue 2 applications." width="540">
|
<img src="https://lucide.dev/package-logos/lucide-vue.svg" alt="Lucide icon library for Vue applications." width="540">
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
Lucide icon library for Vue 2 applications.
|
Lucide icon library for Vue applications.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div align="center">
|
|
||||||
|
|
||||||
[](https://www.npmjs.com/package/lucide-vue)
|
|
||||||

|
|
||||||
[](https://lucide.dev/license)
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a href="https://lucide.dev/guide/">About</a>
|
<a href="https://lucide.dev/guide/">About</a>
|
||||||
·
|
·
|
||||||
@@ -27,28 +20,24 @@ Lucide icon library for Vue 2 applications.
|
|||||||
|
|
||||||
# Lucide Vue
|
# Lucide Vue
|
||||||
|
|
||||||
Implementation of the lucide icon library for Vue applications.
|
Implementation of the lucide icon library for Vue 3 applications.
|
||||||
|
|
||||||
> :rotating_light:
|
|
||||||
This package is deprecated. Vue 2 is EOF See [Announcement](https://v2.vuejs.org/eol/). Migrate to Vue 3.
|
|
||||||
:::
|
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
pnpm add lucide-vue
|
pnpm add @lucide/vue
|
||||||
```
|
```
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
npm install lucide-vue
|
npm install @lucide/vue
|
||||||
```
|
```
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
yarn add lucide-vue
|
yarn add @lucide/vue
|
||||||
```
|
```
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
bun add lucide-vue
|
bun add @lucide/vue
|
||||||
```
|
```
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
@@ -1,15 +1,15 @@
|
|||||||
{
|
{
|
||||||
"name": "lucide-vue",
|
"name": "@lucide/vue",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"author": "Eric Fennis",
|
"author": "Eric Fennis",
|
||||||
"description": "A Lucide icon library package for Vue 2 applications.",
|
"description": "A Lucide icon library package for Vue applications.",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"homepage": "https://lucide.dev",
|
"homepage": "https://lucide.dev",
|
||||||
"bugs": "https://github.com/lucide-icons/lucide/issues",
|
"bugs": "https://github.com/lucide-icons/lucide/issues",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/lucide-icons/lucide.git",
|
"url": "https://github.com/lucide-icons/lucide.git",
|
||||||
"directory": "packages/lucide-vue"
|
"directory": "packages/vue"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"Lucide",
|
"Lucide",
|
||||||
@@ -18,46 +18,45 @@
|
|||||||
"Icons",
|
"Icons",
|
||||||
"Icon",
|
"Icon",
|
||||||
"SVG",
|
"SVG",
|
||||||
"Feather Icons",
|
"Feather Icons"
|
||||||
"Fontawesome",
|
|
||||||
"Font Awesome"
|
|
||||||
],
|
],
|
||||||
"amdName": "lucide-vue",
|
"amdName": "lucide-vue",
|
||||||
"source": "build/lucide-vue.js",
|
"source": "build/lucide-vue.js",
|
||||||
"main": "dist/cjs/lucide-vue.js",
|
"main": "dist/cjs/lucide-vue.js",
|
||||||
"main:umd": "dist/umd/lucide-vue.js",
|
|
||||||
"module": "dist/esm/lucide-vue.js",
|
"module": "dist/esm/lucide-vue.js",
|
||||||
"unpkg": "dist/umd/lucide-vue.min.js",
|
"typings": "dist/lucide-vue.d.ts",
|
||||||
"sideEffects": false,
|
"sideEffects": false,
|
||||||
"files": [
|
"files": [
|
||||||
"dist",
|
"dist"
|
||||||
"nuxt.js"
|
|
||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "pnpm clean && pnpm copy:license && pnpm build:icons && pnpm build:bundles",
|
"build": "pnpm clean && pnpm copy:license && pnpm build:icons && pnpm build:bundles",
|
||||||
"copy:license": "cp ../../LICENSE ./LICENSE",
|
"copy:license": "cp ../../LICENSE ./LICENSE",
|
||||||
"clean": "rm -rf dist && rm -rf stats && rm -rf ./src/icons/*.js",
|
"clean": "rm -rf dist && rm -rf ./src/icons/*.ts",
|
||||||
"build:icons": "build-icons --output=./src --templateSrc=./scripts/exportTemplate.mjs --renderUniqueKey --withAliases --aliasesFileExtension=.ts --iconFileExtension=.ts --exportFileName=index.ts",
|
"build:icons": "build-icons --output=./src --templateSrc=./scripts/exportTemplate.mts --renderUniqueKey --withAliases --aliasesFileExtension=.ts --iconFileExtension=.ts --exportFileName=index.ts",
|
||||||
"build:bundles": "rollup -c ./rollup.config.mjs",
|
"build:bundles": "rollup -c ./rollup.config.mjs",
|
||||||
|
"typecheck": "tsc",
|
||||||
|
"typecheck:watch": "tsc -w",
|
||||||
"test": "pnpm build:icons && vitest run",
|
"test": "pnpm build:icons && vitest run",
|
||||||
|
"test:watch": "vitest watch",
|
||||||
"version": "pnpm version --git-tag-version=false"
|
"version": "pnpm version --git-tag-version=false"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@lucide/build-icons": "workspace:*",
|
"@lucide/build-icons": "workspace:*",
|
||||||
"@lucide/rollup-plugins": "workspace:*",
|
"@lucide/rollup-plugins": "workspace:*",
|
||||||
"@lucide/shared": "workspace:*",
|
"@lucide/shared": "workspace:*",
|
||||||
"@testing-library/jest-dom": "^6.1.4",
|
"@testing-library/jest-dom": "^6.6.3",
|
||||||
"@testing-library/vue": "^5.9.0",
|
"@testing-library/vue": "^8.1.0",
|
||||||
"@vitejs/plugin-vue2": "2.2.0",
|
"@vitejs/plugin-vue": "^4.6.2",
|
||||||
"@vue/test-utils": "1.3.0",
|
"@vue/test-utils": "2.4.5",
|
||||||
"rollup": "^4.53.3",
|
"rollup": "^4.53.3",
|
||||||
|
"rollup-plugin-dts": "^6.1.0",
|
||||||
"typescript": "^5.8.3",
|
"typescript": "^5.8.3",
|
||||||
"vite": "^7.2.4",
|
"vite": "^7.2.4",
|
||||||
"vitest": "^4.0.12",
|
"vitest": "^4.0.12",
|
||||||
"vue": "2.7.14",
|
"vue": "^3.4.21"
|
||||||
"vue-template-compiler": "2.7.14"
|
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"vue": "^2.6.12"
|
"vue": ">=3.0.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
100
packages/vue/rollup.config.mjs
Normal file
@@ -0,0 +1,100 @@
|
|||||||
|
import plugins from '@lucide/rollup-plugins';
|
||||||
|
import pkg from './package.json' with { type: 'json' };
|
||||||
|
import dts from 'rollup-plugin-dts';
|
||||||
|
|
||||||
|
const packageName = '@lucide/vue';
|
||||||
|
const outputFileName = 'lucide-vue';
|
||||||
|
const outputDir = 'dist';
|
||||||
|
const inputs = ['src/lucide-vue.ts'];
|
||||||
|
const bundles = [
|
||||||
|
{
|
||||||
|
format: 'cjs',
|
||||||
|
inputs,
|
||||||
|
outputDir,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
format: 'esm',
|
||||||
|
inputs,
|
||||||
|
outputDir,
|
||||||
|
preserveModules: true,
|
||||||
|
},
|
||||||
|
];
|
||||||
|
|
||||||
|
const configs = bundles
|
||||||
|
.map(({ inputs, outputDir, format, minify, preserveModules }) =>
|
||||||
|
inputs.map((input) => ({
|
||||||
|
input,
|
||||||
|
plugins: plugins({ pkg, minify }),
|
||||||
|
external: ['vue'],
|
||||||
|
output: {
|
||||||
|
name: packageName,
|
||||||
|
...(preserveModules
|
||||||
|
? {
|
||||||
|
dir: `${outputDir}/${format}`,
|
||||||
|
}
|
||||||
|
: {
|
||||||
|
file: `${outputDir}/${format}/${outputFileName}.js`,
|
||||||
|
}),
|
||||||
|
format,
|
||||||
|
preserveModules,
|
||||||
|
preserveModulesRoot: 'src',
|
||||||
|
sourcemap: true,
|
||||||
|
globals: {
|
||||||
|
vue: 'vue',
|
||||||
|
},
|
||||||
|
},
|
||||||
|
})),
|
||||||
|
)
|
||||||
|
.flat();
|
||||||
|
|
||||||
|
export default [
|
||||||
|
{
|
||||||
|
input: inputs[0],
|
||||||
|
output: [
|
||||||
|
{
|
||||||
|
file: `dist/${outputFileName}.d.ts`,
|
||||||
|
format: 'es',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
plugins: [
|
||||||
|
dts({
|
||||||
|
compilerOptions: {
|
||||||
|
preserveSymlinks: false,
|
||||||
|
},
|
||||||
|
}),
|
||||||
|
],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
input: `src/${outputFileName}.suffixed.ts`,
|
||||||
|
output: [
|
||||||
|
{
|
||||||
|
file: `dist/${outputFileName}.suffixed.d.ts`,
|
||||||
|
format: 'es',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
plugins: [
|
||||||
|
dts({
|
||||||
|
compilerOptions: {
|
||||||
|
preserveSymlinks: false,
|
||||||
|
},
|
||||||
|
}),
|
||||||
|
],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
input: `src/${outputFileName}.prefixed.ts`,
|
||||||
|
output: [
|
||||||
|
{
|
||||||
|
file: `dist/${outputFileName}.prefixed.d.ts`,
|
||||||
|
format: 'es',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
plugins: [
|
||||||
|
dts({
|
||||||
|
compilerOptions: {
|
||||||
|
preserveSymlinks: false,
|
||||||
|
},
|
||||||
|
}),
|
||||||
|
],
|
||||||
|
},
|
||||||
|
...configs,
|
||||||
|
];
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
/* eslint-disable import/no-extraneous-dependencies */
|
import base64SVG from '@lucide/build-icons/utils/base64SVG';
|
||||||
import base64SVG from '@lucide/build-icons/utils/base64SVG.mjs';
|
import defineExportTemplate from '@lucide/build-icons/utils/defineExportTemplate';
|
||||||
|
|
||||||
export default async ({
|
export default defineExportTemplate(async({
|
||||||
componentName,
|
componentName,
|
||||||
iconName,
|
iconName,
|
||||||
children,
|
children,
|
||||||
@@ -14,20 +14,23 @@ export default async ({
|
|||||||
|
|
||||||
return `
|
return `
|
||||||
import createLucideIcon from '../createLucideIcon';
|
import createLucideIcon from '../createLucideIcon';
|
||||||
|
import { IconNode } from '../types';
|
||||||
|
|
||||||
|
export const __iconNode: IconNode = ${JSON.stringify(children)}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @component @name ${componentName}
|
* @component @name ${componentName}
|
||||||
* @description Lucide SVG icon component, renders SVG Element with children.
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
||||||
*
|
*
|
||||||
* @preview  - https://lucide.dev/icons/${iconName}
|
* @preview  - https://lucide.dev/icons/${iconName}
|
||||||
* @see https://lucide.dev/guide/packages/lucide-vue - Documentation
|
* @see https://lucide.dev/guide/packages/lucide-react - Documentation
|
||||||
*
|
*
|
||||||
* @param {Object} props - Lucide icons props and any valid SVG attribute
|
* @param {Object} props - Lucide icons props and any valid SVG attribute
|
||||||
* @returns {Component} Vue Component
|
* @returns {JSX.Element} JSX Element
|
||||||
* ${deprecated ? `@deprecated ${deprecationReason}` : ''}
|
* ${deprecated ? `@deprecated ${deprecationReason}` : ''}
|
||||||
*/
|
*/
|
||||||
const ${componentName} = createLucideIcon('${componentName}Icon', ${JSON.stringify(children)});
|
const ${componentName} = createLucideIcon('${iconName}', __iconNode);
|
||||||
|
|
||||||
export default ${componentName};
|
export default ${componentName};
|
||||||
`;
|
`;
|
||||||
};
|
});
|
||||||
54
packages/vue/src/Icon.ts
Normal file
@@ -0,0 +1,54 @@
|
|||||||
|
import { type FunctionalComponent, h } from 'vue';
|
||||||
|
import { mergeClasses, toKebabCase, toPascalCase, isEmptyString } from '@lucide/shared';
|
||||||
|
import defaultAttributes from './defaultAttributes';
|
||||||
|
import { IconNode, LucideProps } from './types';
|
||||||
|
|
||||||
|
interface IconProps {
|
||||||
|
iconNode: IconNode;
|
||||||
|
name: string;
|
||||||
|
}
|
||||||
|
|
||||||
|
const Icon: FunctionalComponent<LucideProps & IconProps> = (
|
||||||
|
{
|
||||||
|
name,
|
||||||
|
iconNode,
|
||||||
|
absoluteStrokeWidth,
|
||||||
|
'absolute-stroke-width': absoluteStrokeWidthKebabCase,
|
||||||
|
strokeWidth,
|
||||||
|
'stroke-width': strokeWidthKebabCase,
|
||||||
|
size = defaultAttributes.width,
|
||||||
|
color = defaultAttributes.stroke,
|
||||||
|
...props
|
||||||
|
},
|
||||||
|
{ slots },
|
||||||
|
) => {
|
||||||
|
return h(
|
||||||
|
'svg',
|
||||||
|
{
|
||||||
|
...defaultAttributes,
|
||||||
|
...props,
|
||||||
|
width: size,
|
||||||
|
height: size,
|
||||||
|
stroke: color,
|
||||||
|
'stroke-width':
|
||||||
|
isEmptyString(absoluteStrokeWidth) ||
|
||||||
|
isEmptyString(absoluteStrokeWidthKebabCase) ||
|
||||||
|
absoluteStrokeWidth === true ||
|
||||||
|
absoluteStrokeWidthKebabCase === true
|
||||||
|
? (Number(strokeWidth || strokeWidthKebabCase || defaultAttributes['stroke-width']) *
|
||||||
|
24) /
|
||||||
|
Number(size)
|
||||||
|
: strokeWidth || strokeWidthKebabCase || defaultAttributes['stroke-width'],
|
||||||
|
class: mergeClasses(
|
||||||
|
'lucide',
|
||||||
|
props.class,
|
||||||
|
...(name
|
||||||
|
? [`lucide-${toKebabCase(toPascalCase(name))}-icon`, `lucide-${toKebabCase(name)}`]
|
||||||
|
: ['lucide-icon']),
|
||||||
|
),
|
||||||
|
},
|
||||||
|
[...iconNode.map((child) => h(...child)), ...(slots.default ? [slots.default()] : [])],
|
||||||
|
);
|
||||||
|
};
|
||||||
|
|
||||||
|
export default Icon;
|
||||||
3
packages/vue/src/aliases/index.ts
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
export * from './aliases';
|
||||||
|
export * from './prefixed';
|
||||||
|
export * from './suffixed';
|
||||||