Skip to content

Commit

Permalink
style: use biome
Browse files Browse the repository at this point in the history
  • Loading branch information
aboqasem committed Jan 21, 2024
1 parent e56f8ea commit b18dc5a
Show file tree
Hide file tree
Showing 88 changed files with 622 additions and 862 deletions.
10 changes: 0 additions & 10 deletions .eslintrc.json

This file was deleted.

59 changes: 0 additions & 59 deletions .github/workflows/codeql-analysis.yml

This file was deleted.

74 changes: 74 additions & 0 deletions .github/workflows/quality.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
name: Code quality

on:
push:
branches: ['main']
pull_request:
# The branches below must be a subset of the branches above
branches: ['main']

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
quality:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Biome
uses: biomejs/setup-biome@v1
with:
version: latest
- name: Run Biome
run: biome ci .

analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write

strategy:
fail-fast: false
matrix:
language: ['javascript']
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ]
# Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support

steps:
- name: Checkout repository
uses: actions/checkout@v4

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
# By default, queries listed here will override any specified in a config file.
# Prefix the list here with "+" to use these queries and those in the config file.

# Details on CodeQL's query packs refer to : https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
# queries: security-extended,security-and-quality

# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@v3

# ℹ️ Command-line programs to run using the OS shell.
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun

# If the Autobuild fails above, remove it and uncomment the following three lines.
# modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance.

# - run: |
# echo "Run, Build Application using script"
# ./location_of_script_within_repo/buildscript.sh

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

pnpm lint
bun biome ci .
2 changes: 1 addition & 1 deletion .husky/pre-push
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

pnpm lint && pnpm build
bun biome ci . && pnpm build
7 changes: 0 additions & 7 deletions .prettierrc.js

This file was deleted.

3 changes: 0 additions & 3 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
Expand Down
34 changes: 34 additions & 0 deletions biome.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
"organizeImports": {
"enabled": true
},
"vcs": {
"enabled": true,
"clientKind": "git",
"useIgnoreFile": true
},
"linter": {
"enabled": true,
"rules": {
"recommended": true,
"nursery": {
"useGroupedTypeImport": "warn",
"useAwait": "warn",
"useImportType": "warn",
"useExportType": "warn",
"useConsistentArrayType": "warn"
},
"style": {
"noNonNullAssertion": "off",
"noParameterAssign": "off"
}
}
},
"formatter": {
"enabled": true,
"lineWidth": 100,
"indentWidth": 2,
"indentStyle": "space"
}
}
Binary file modified bun.lockb
Binary file not shown.
4 changes: 2 additions & 2 deletions lib/icons/bs/BsChevronDown.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { Icon } from '..';
import type { Icon } from "..";

const BsChevronDown: Icon = (props) => {
return (
Expand All @@ -13,7 +13,7 @@ const BsChevronDown: Icon = (props) => {
<title>{props.title}</title>
<path
fill-rule="evenodd"
d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"
d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708"
stroke="none"
/>
</svg>
Expand Down
4 changes: 2 additions & 2 deletions lib/icons/di/DiScrum.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { Icon } from '..';
import type { Icon } from "..";

const DiScrum: Icon = (props) => {
return (
Expand All @@ -12,7 +12,7 @@ const DiScrum: Icon = (props) => {
>
<title>{props.title}</title>
<path
d="M20.649 21.349c.064.004.133.012.202.012.977.001 1.955-.005 2.932.005.214.002.278-.071.267-.276-.014-.267-.003-.535-.003-.865l3.281 2.414-3.281 2.416v-.825c0-.332 0-.333-.323-.333H4.982c-.302 0-.302 0-.302-.304 0-.659.009-1.318-.005-1.976-.005-.214.064-.262.269-.261 3.359.006 6.718.011 10.077.002 1.722-.005 3.081-.718 3.98-2.202 1.622-2.68-.069-6.19-3.177-6.642-2.4-.349-4.631 1.262-5.038 3.703-.043.254-.046.515-.071.821l1.152-.156-1.858 3.592-2.792-2.877c.229-.038.533-.082.834-.145.057-.012.141-.104.139-.157a8.507 8.507 0 0 1 .152-1.898c.004-.019-.005-.041-.011-.078a4.168 4.168 0 0 1-1.689-.678c-1.254-.868-1.91-2.483-1.602-3.955.335-1.604 1.545-2.803 3.109-3.099 1.014-.191 1.954-.009 2.827.527.154.095.248.109.349-.056.059-.097.148-.175.25-.293l.364 1.47c.04.161.071.325.118.484.051.172-.001.249-.183.237-.526-.036-1.053-.068-1.579-.103-.13-.009-.259-.023-.426-.039l.377-.472a2.017 2.017 0 0 0-.923-.377 2.51 2.51 0 0 0-2.933 2.548c.024 1.224 1.056 2.318 2.275 2.422.158.013.213-.067.274-.185.864-1.658 2.165-2.83 3.935-3.44 4.095-1.412 8.37 1.118 9.159 5.259.389 2.039-.054 3.901-1.291 5.57a1.989 1.989 0 0 0-.095.144c-.006.009.002.027.007.065z"
d="M20.649 21.349c.064.004.133.012.202.012.977.001 1.955-.005 2.932.005.214.002.278-.071.267-.276-.014-.267-.003-.535-.003-.865l3.281 2.414-3.281 2.416v-.825c0-.332 0-.333-.323-.333H4.982c-.302 0-.302 0-.302-.304 0-.659.009-1.318-.005-1.976-.005-.214.064-.262.269-.261 3.359.006 6.718.011 10.077.002 1.722-.005 3.081-.718 3.98-2.202 1.622-2.68-.069-6.19-3.177-6.642-2.4-.349-4.631 1.262-5.038 3.703-.043.254-.046.515-.071.821l1.152-.156-1.858 3.592-2.792-2.877c.229-.038.533-.082.834-.145.057-.012.141-.104.139-.157a8.5 8.5 0 0 1 .152-1.898c.004-.019-.005-.041-.011-.078a4.2 4.2 0 0 1-1.689-.678c-1.254-.868-1.91-2.483-1.602-3.955.335-1.604 1.545-2.803 3.109-3.099 1.014-.191 1.954-.009 2.827.527.154.095.248.109.349-.056.059-.097.148-.175.25-.293l.364 1.47c.04.161.071.325.118.484.051.172-.001.249-.183.237l-1.579-.103c-.13-.009-.259-.023-.426-.039l.377-.472a2 2 0 0 0-.923-.377 2.51 2.51 0 0 0-2.933 2.548c.024 1.224 1.056 2.318 2.275 2.422.158.013.213-.067.274-.185.864-1.658 2.165-2.83 3.935-3.44 4.095-1.412 8.37 1.118 9.159 5.259.389 2.039-.054 3.901-1.291 5.57a2 2 0 0 0-.095.144c-.006.009.002.027.007.065z"
stroke="none"
/>
</svg>
Expand Down
4 changes: 2 additions & 2 deletions lib/icons/fa/FaJava.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { Icon } from '..';
import type { Icon } from "..";

const FaJava: Icon = (props) => {
return (
Expand All @@ -12,7 +12,7 @@ const FaJava: Icon = (props) => {
>
<title>{props.title}</title>
<path
d="M277.74 312.9c9.8-6.7 23.4-12.5 23.4-12.5s-38.7 7-77.2 10.2c-47.1 3.9-97.7 4.7-123.1 1.3-60.1-8 33-30.1 33-30.1s-36.1-2.4-80.6 19c-52.5 25.4 130 37 224.5 12.1zm-85.4-32.1c-19-42.7-83.1-80.2 0-145.8C296 53.2 242.84 0 242.84 0c21.5 84.5-75.6 110.1-110.7 162.6-23.9 35.9 11.7 74.4 60.2 118.2zm114.6-176.2c.1 0-175.2 43.8-91.5 140.2 24.7 28.4-6.5 54-6.5 54s62.7-32.4 33.9-72.9c-26.9-37.8-47.5-56.6 64.1-121.3zm-6.1 270.5a12.19 12.19 0 0 1-2 2.6c128.3-33.7 81.1-118.9 19.8-97.3a17.33 17.33 0 0 0-8.2 6.3 70.45 70.45 0 0 1 11-3c31-6.5 75.5 41.5-20.6 91.4zM348 437.4s14.5 11.9-15.9 21.2c-57.9 17.5-240.8 22.8-291.6.7-18.3-7.9 16-19 26.8-21.3 11.2-2.4 17.7-2 17.7-2-20.3-14.3-131.3 28.1-56.4 40.2C232.84 509.4 401 461.3 348 437.4zM124.44 396c-78.7 22 47.9 67.4 148.1 24.5a185.89 185.89 0 0 1-28.2-13.8c-44.7 8.5-65.4 9.1-106 4.5-33.5-3.8-13.9-15.2-13.9-15.2zm179.8 97.2c-78.7 14.8-175.8 13.1-233.3 3.6 0-.1 11.8 9.7 72.4 13.6 92.2 5.9 233.8-3.3 237.1-46.9 0 0-6.4 16.5-76.2 29.7zM260.64 353c-59.2 11.4-93.5 11.1-136.8 6.6-33.5-3.5-11.6-19.7-11.6-19.7-86.8 28.8 48.2 61.4 169.5 25.9a60.37 60.37 0 0 1-21.1-12.8z"
d="M277.74 312.9c9.8-6.7 23.4-12.5 23.4-12.5s-38.7 7-77.2 10.2c-47.1 3.9-97.7 4.7-123.1 1.3-60.1-8 33-30.1 33-30.1s-36.1-2.4-80.6 19c-52.5 25.4 130 37 224.5 12.1m-85.4-32.1c-19-42.7-83.1-80.2 0-145.8C296 53.2 242.84 0 242.84 0c21.5 84.5-75.6 110.1-110.7 162.6-23.9 35.9 11.7 74.4 60.2 118.2m114.6-176.2c.1 0-175.2 43.8-91.5 140.2 24.7 28.4-6.5 54-6.5 54s62.7-32.4 33.9-72.9c-26.9-37.8-47.5-56.6 64.1-121.3m-6.1 270.5a12.2 12.2 0 0 1-2 2.6c128.3-33.7 81.1-118.9 19.8-97.3a17.33 17.33 0 0 0-8.2 6.3 70.5 70.5 0 0 1 11-3c31-6.5 75.5 41.5-20.6 91.4M348 437.4s14.5 11.9-15.9 21.2c-57.9 17.5-240.8 22.8-291.6.7-18.3-7.9 16-19 26.8-21.3 11.2-2.4 17.7-2 17.7-2-20.3-14.3-131.3 28.1-56.4 40.2C232.84 509.4 401 461.3 348 437.4M124.44 396c-78.7 22 47.9 67.4 148.1 24.5a186 186 0 0 1-28.2-13.8c-44.7 8.5-65.4 9.1-106 4.5-33.5-3.8-13.9-15.2-13.9-15.2m179.8 97.2c-78.7 14.8-175.8 13.1-233.3 3.6 0-.1 11.8 9.7 72.4 13.6 92.2 5.9 233.8-3.3 237.1-46.9 0 0-6.4 16.5-76.2 29.7M260.64 353c-59.2 11.4-93.5 11.1-136.8 6.6-33.5-3.5-11.6-19.7-11.6-19.7-86.8 28.8 48.2 61.4 169.5 25.9a60.4 60.4 0 0 1-21.1-12.8"
stroke="none"
/>
</svg>
Expand Down
4 changes: 2 additions & 2 deletions lib/icons/fa/FaLinkedinIn.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { Icon } from '..';
import type { Icon } from "..";

const FaLinkedinIn: Icon = (props) => {
return (
Expand All @@ -12,7 +12,7 @@ const FaLinkedinIn: Icon = (props) => {
>
<title>{props.title}</title>
<path
d="M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z"
d="M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3M447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z"
stroke="none"
/>
</svg>
Expand Down
4 changes: 2 additions & 2 deletions lib/icons/fi/FiSettings.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { Icon } from '..';
import type { Icon } from "..";

const FiSettings: Icon = (props) => {
return (
Expand All @@ -14,7 +14,7 @@ const FiSettings: Icon = (props) => {
>
<title>{props.title}</title>
<circle cx="12" cy="12" r="3" />
<path d="M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z" />
<path d="M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1" />
</svg>
);
};
Expand Down
4 changes: 2 additions & 2 deletions lib/icons/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { Component, JSX } from 'solid-js';
import type { Component, JSX } from "solid-js";

export type Icon = Component<
JSX.IntrinsicElements['svg'] & {
JSX.IntrinsicElements["svg"] & {
title?: string;
}
>;
6 changes: 3 additions & 3 deletions lib/icons/md/MdHttp.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { Icon } from '..';
import type { Icon } from "..";

const MdHttp: Icon = (props) => {
return (
Expand All @@ -12,10 +12,10 @@ const MdHttp: Icon = (props) => {
>
<title>{props.title}</title>
<path
d="M4.5 11h-2V9H1v6h1.5v-2.5h2V15H6V9H4.5v2zm2.5-.5h1.5V15H10v-4.5h1.5V9H7v1.5zm5.5 0H14V15h1.5v-4.5H17V9h-4.5v1.5zm9-1.5H18v6h1.5v-2h2c.8 0 1.5-.7 1.5-1.5v-1c0-.8-.7-1.5-1.5-1.5zm0 2.5h-2v-1h2v1z"
d="M4.5 11h-2V9H1v6h1.5v-2.5h2V15H6V9H4.5zm2.5-.5h1.5V15H10v-4.5h1.5V9H7zm5.5 0H14V15h1.5v-4.5H17V9h-4.5zm9-1.5H18v6h1.5v-2h2c.8 0 1.5-.7 1.5-1.5v-1c0-.8-.7-1.5-1.5-1.5m0 2.5h-2v-1h2z"
stroke="none"
/>
<path fill="none" d="M24 24H0V0h24v24z" stroke="none" />
<path fill="none" d="M24 24H0V0h24z" stroke="none" />
</svg>
);
};
Expand Down
4 changes: 2 additions & 2 deletions lib/icons/si/SiArduino.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { Icon } from '..';
import type { Icon } from "..";

const SiArduino: Icon = (props) => {
return (
Expand All @@ -12,7 +12,7 @@ const SiArduino: Icon = (props) => {
>
<title>{props.title}</title>
<path
d="M18.087 6.146c-.3 0-.607.017-.907.069-2.532.367-4.23 2.239-5.18 3.674-.95-1.435-2.648-3.307-5.18-3.674a6.49 6.49 0 0 0-.907-.069C2.648 6.146 0 8.77 0 12s2.656 5.854 5.913 5.854c.3 0 .607-.017.916-.069 2.531-.376 4.23-2.247 5.18-3.683.949 1.436 2.647 3.307 5.18 3.683.299.043.607.069.915.069C21.344 17.854 24 15.23 24 12s-2.656-5.854-5.913-5.854zM6.53 15.734a3.837 3.837 0 0 1-.625.043c-2.148 0-3.889-1.7-3.889-3.777 0-2.085 1.749-3.777 3.898-3.777.208 0 .416.017.624.043 2.39.35 3.847 2.768 4.347 3.734-.508.974-1.974 3.384-4.355 3.734zm11.558.043c-.208 0-.416-.017-.624-.043-2.39-.35-3.856-2.768-4.347-3.734.491-.966 1.957-3.384 4.347-3.734.208-.026.416-.043.624-.043 2.149 0 3.89 1.7 3.89 3.777 0 2.085-1.75 3.777-3.89 3.777zm1.65-4.404v1.134h-1.205v1.182h-1.156v-1.182H16.17v-1.134h1.206V10.19h1.156v1.183h1.206zM4.246 12.498H7.82v-1.125H4.245v1.125z"
d="M18.087 6.146c-.3 0-.607.017-.907.069-2.532.367-4.23 2.239-5.18 3.674-.95-1.435-2.648-3.307-5.18-3.674a6.5 6.5 0 0 0-.907-.069C2.648 6.146 0 8.77 0 12s2.656 5.854 5.913 5.854c.3 0 .607-.017.916-.069 2.531-.376 4.23-2.247 5.18-3.683.949 1.436 2.647 3.307 5.18 3.683.299.043.607.069.915.069C21.344 17.854 24 15.23 24 12s-2.656-5.854-5.913-5.854M6.53 15.734a4 4 0 0 1-.625.043c-2.148 0-3.889-1.7-3.889-3.777 0-2.085 1.749-3.777 3.898-3.777q.312.002.624.043c2.39.35 3.847 2.768 4.347 3.734-.508.974-1.974 3.384-4.355 3.734m11.558.043q-.312-.002-.624-.043c-2.39-.35-3.856-2.768-4.347-3.734.491-.966 1.957-3.384 4.347-3.734q.312-.041.624-.043c2.149 0 3.89 1.7 3.89 3.777 0 2.085-1.75 3.777-3.89 3.777m1.65-4.404v1.134h-1.205v1.182h-1.156v-1.182H16.17v-1.134h1.206V10.19h1.156v1.183zM4.246 12.498H7.82v-1.125H4.245v1.125z"
stroke="none"
/>
</svg>
Expand Down
4 changes: 2 additions & 2 deletions lib/icons/si/SiC.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { Icon } from '..';
import type { Icon } from "..";

const SiC: Icon = (props) => {
return (
Expand All @@ -12,7 +12,7 @@ const SiC: Icon = (props) => {
>
<title>{props.title}</title>
<path
d="M16.592 9.196s-.354-3.298-3.627-3.39c-3.274-.09-4.955 2.474-4.955 6.14 0 3.665 1.858 6.597 5.045 6.597 3.184 0 3.538-3.665 3.538-3.665l6.104.365s.36 3.31-2.196 5.836c-2.552 2.524-5.69 2.937-7.876 2.92-2.19-.016-5.226.035-8.16-2.97-2.938-3.01-3.436-5.93-3.436-8.8 0-2.87.556-6.67 4.047-9.55C7.444.72 9.849 0 12.254 0c10.042 0 10.717 9.26 10.717 9.26z"
d="M16.592 9.196s-.354-3.298-3.627-3.39c-3.274-.09-4.955 2.474-4.955 6.14s1.858 6.597 5.045 6.597c3.184 0 3.538-3.665 3.538-3.665l6.104.365s.36 3.31-2.196 5.836c-2.552 2.524-5.69 2.937-7.876 2.92-2.19-.016-5.226.035-8.16-2.97-2.938-3.01-3.436-5.93-3.436-8.8s.556-6.67 4.047-9.55C7.444.72 9.849 0 12.254 0c10.042 0 10.717 9.26 10.717 9.26z"
stroke="none"
/>
</svg>
Expand Down
Loading

0 comments on commit b18dc5a

Please sign in to comment.