Skip to content

Commit

Permalink
add AcgHelper CatPinkIcon CatVipIcon and Bilibili icon
Browse files Browse the repository at this point in the history
  • Loading branch information
jjj201200 committed Jun 24, 2024
1 parent b85d6b4 commit 5f8a545
Show file tree
Hide file tree
Showing 8 changed files with 69 additions and 16 deletions.
15 changes: 11 additions & 4 deletions previewSite/iconMap.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ export default [
'CompleteVideoCardIcon'
],
},

{
type: 'Design',
list: [
Expand Down Expand Up @@ -407,9 +406,17 @@ export default [
],
},
{
type : 'Bilibili' ,
list : [
'BigMemberIcon'
type: 'Bilibili',
list: [
'BigMemberIcon',
'BilibiliIcon'
]
},
{
type: 'ACGHelper',
list: [
'CatPinkIcon',
'CatVipIcon',
]
}
];
27 changes: 17 additions & 10 deletions previewSite/main.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const GlobalStyle = createGlobalStyle`
margin: 0;
padding: 0;
--icon-size: 15px;
--gap-size: 15px;
--gap-size: 30px;
}
* {
Expand Down Expand Up @@ -72,6 +72,7 @@ const Wrapper = styled.div`
//padding-top: 128px;
display: flex;
grid-template-columns: repeat(auto-fit, 100%);
margin-bottom: var(--gap-size);
&.hide {
display: none;
Expand All @@ -87,7 +88,7 @@ const Wrapper = styled.div`
.topic {
position: sticky;
top: 0;
margin: 0px 0px 16px;
margin: 16px 0px 16px;
padding: 8px 0;
text-align: center;
font-size: 14px;
Expand Down Expand Up @@ -174,10 +175,10 @@ const IconBlockWrapper = styled.div`
&::after {
content: "";
position: absolute;
top: calc(var(--icon-size) / -2);
left: calc(var(--icon-size) / -2);
width: calc(100% + var(--icon-size));
height: calc(100% + var(--icon-size));
top: calc(200% / -4);
left: calc(200% / -4);
width: calc(200%);
height: calc(200%);
background-color: antiquewhite;
border-radius: 2px;
z-index: -1;
Expand Down Expand Up @@ -206,6 +207,8 @@ const IconBlockWrapper = styled.div`
svg {
pointer-events: none;
width: calc(var(--icon-size) * (var(--sizeX) * 2 - 1));
height: calc(var(--icon-size) * (var(--sizeY) * 2 - 1));
//transition: transform .3s;
}
}
Expand Down Expand Up @@ -242,15 +245,15 @@ const IconLineWrapper = styled.div`
cursor: pointer;
//transition: border-color .3s;
:hover {
&:hover {
background-color: antiquewhite;
.icon-name {
visibility: visible;
}
}
:active {
&:active {
background-color: blanchedalmond;
}
Expand All @@ -266,6 +269,8 @@ const IconLineWrapper = styled.div`
svg {
pointer-events: none;
width: calc(var(--icon-size) * (var(--sizeX) * 2 - 1));
height: calc(var(--icon-size) * (var(--sizeY) * 2 - 1));
//transition: transform .3s;
}
}
Expand Down Expand Up @@ -355,7 +360,8 @@ export default () => {
key={iconName}
onClick={onClick}
style={{
'--size': 1,
'--sizeX': Math.ceil(1 / 30),
'--sizeY': Math.ceil(1 / 30),
}}
>
<div className="inner">
Expand All @@ -369,7 +375,8 @@ export default () => {
return <IconBlockWrapper key={name} onClick={onClick} style={{
//gridColumnStart: 1,
gridColumn: `span ${Math.ceil(size[0] / 30)}`,
'--size': Math.ceil(size[0] / 30),
'--sizeX': Math.ceil(size[0] / 30),
'--sizeY': Math.ceil(size[1] / 30),
}}>
<div className="inner">
<IconComponent/>
Expand Down
12 changes: 12 additions & 0 deletions src/Icons/AcgHelper/CatPinkIcon.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
import * as React from 'react';
import {IconProps} from '../types';
import * as PropTypes from 'prop-types';

export const CatPinkIcon = React.forwardRef<SVGSVGElement, IconProps>(
({color = 'currentColor', iconType = 'AcgHelper', ...props}, forwardedRef) => {
return <svg width="15" height="15" viewBox="0 0 15 15" xmlns="http://www.w3.org/2000/svg" {...props} ref={forwardedRef}><defs><linearGradient x1="-11.588%" y1="-16.968%" x2="112.438%" y2="117.239%" id="a"><stop stopColor="#FFA5BF" offset="0%"/><stop stopColor="#FB7299" offset="100%"/></linearGradient></defs><path d="M3.869 1.022c-.352.095-.49.46-.649.751-.192.35-.369.709-.531 1.074a16.03 16.03 0 0 0-.823 2.305c-.215.785-.37 1.585-.459 2.394-.044.406-.07.813-.085 1.22a9.334 9.334 0 0 0-.006.342v.006c0 .217.008.434.03.65.067.671.298 1.316.666 1.881.358.55.833 1.012 1.384 1.366 1.164.747 2.573.989 3.93.989h.095a9.022 9.022 0 0 0 2.045-.238 5.96 5.96 0 0 0 1.748-.711c.26-.163.488-.368.731-.554.227-.173.387-.341.613-.465a.23.23 0 0 1 .233 0 .218.218 0 0 1 .042.305c-.095.124-.26.103-.384.174a.409.409 0 0 0 0 .704c.256.144.617-.02.827-.18.241-.186.39-.467.407-.771a.974.974 0 0 0 .001-.054v-.01a1.024 1.024 0 0 0-.321-.748c-.43-.398-1.039-.348-1.554.099-.178.154-.358.297-.536.447a4.23 4.23 0 0 1-.718.49c-.571.3-1.19.5-1.828.593a9.076 9.076 0 0 1-2.292.062 6.38 6.38 0 0 1-1.96-.479 4.085 4.085 0 0 1-1.48-1.07 3.4 3.4 0 0 1-.813-1.779 5.894 5.894 0 0 1-.035-1.014c.016-.405.039-.805.085-1.2.096-.82.26-1.63.488-2.422.226-.783.51-1.548.858-2.284a12.7 12.7 0 0 1 .271-.541c.052-.095.099-.19.154-.283.034-.063.048-.06.072-.063.023-.004.05-.006.106.065.229.301.439.616.629.943.09.195.254.347.455.425.156.022.315.009.464-.04a8.43 8.43 0 0 1 3.015-.038c.305.052.62.183.884-.039.18-.193.331-.412.447-.65.107-.168.22-.33.338-.49.024-.03.093-.157.168-.157.075 0 .133.115.152.149a15.039 15.039 0 0 1 1.752 5.836c.063.724-.05 1.552-.134 1.862-.039.14-.088.284-.055.426a.39.39 0 0 0 .285.275c.141.038.33.008.425-.104.106-.125.15-.289.194-.447.13-.483.14-1.103.121-1.802-.021-.812-.173-1.615-.356-2.407-.186-.808-.437-1.6-.739-2.372a14.047 14.047 0 0 0-1.034-2.118.664.664 0 0 0-.803-.278.977.977 0 0 0-.395.338c-.257.31-.491.64-.7.984-.028.044-.067.113-.08.13-.01.019-.037.076-.076.092a.325.325 0 0 1-.14-.01l-.135-.022a9.925 9.925 0 0 0-1.234-.126 8.465 8.465 0 0 0-1.186.04c-.198.019-.395.045-.593.076l-.172.03a.348.348 0 0 1-.144 0c-.056-.016-.117-.123-.15-.18a8.704 8.704 0 0 0-.673-.959 1.283 1.283 0 0 0-.38-.371.655.655 0 0 0-.463-.047m5.875 4.783a3.096 3.096 0 0 0-.989.273c-.198.096-.476.259-.437.474.046.261.396.273.771.386.476.116.918.342 1.291.66.287.22.676.051.619-.307-.053-.34-.858-.676-1.129-.76.25-.019.5-.007.745.035.293.041.57-.061.536-.443-.025-.29-.422-.362-.813-.362-.224 0-.447.023-.594.044m-6.198.318c-.034.382.243.484.536.443.246-.042.496-.054.745-.036-.27.085-1.075.421-1.129.761-.057.358.332.526.619.307a3.152 3.152 0 0 1 1.291-.66c.376-.113.726-.125.771-.386.04-.215-.24-.378-.437-.474a3.096 3.096 0 0 0-.988-.273 4.552 4.552 0 0 0-.595-.044c-.39 0-.788.072-.813.362" fill="url(#a)" fillRule="evenodd"/></svg>;
}
);
CatPinkIcon.displayName = 'CatPinkIcon';
CatPinkIcon.propTypes = {iconType: PropTypes.string};
CatPinkIcon.defaultProps = {iconType: 'AcgHelper'};
12 changes: 12 additions & 0 deletions src/Icons/AcgHelper/CatVipIcon.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
import * as React from 'react';
import {IconProps} from '../types';
import * as PropTypes from 'prop-types';

export const CatVipIcon = React.forwardRef<SVGSVGElement, IconProps>(
({color = 'currentColor', iconType = 'AcgHelper', ...props}, forwardedRef) => {
return <svg width="15" height="15" viewBox="0 0 15 15" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" {...props} ref={forwardedRef}><defs><linearGradient x1="-1.733%" y1="5.302%" x2="111.144%" y2="108.44%" id="b"><stop stopColor="#FFF900" offset="0%"/><stop stopColor="#FF9714" offset="100%"/></linearGradient><path d="M2.581.022a.644.644 0 0 0-.273.156c-.158.149-.25.354-.35.543-.14.266-.282.53-.411.802a15.87 15.87 0 0 0-.692 1.702 15.753 15.753 0 0 0-.783 3.609C.032 7.264 0 7.702 0 8.138v.002c0 .198.007.396.022.592.045.568.198 1.122.458 1.63.503.982 1.366 1.726 2.37 2.169A6.759 6.759 0 0 0 4.444 13l-.012-.027a8.6 8.6 0 0 1-.108-.296l-.217-.59a6.441 6.441 0 0 1-.913-.305 3.988 3.988 0 0 1-1.781-1.456 3.438 3.438 0 0 1-.433-.935 4.173 4.173 0 0 1-.145-1.128 13.54 13.54 0 0 1 .209-2.4 15.53 15.53 0 0 1 .588-2.318c.252-.748.558-1.48.929-2.177.052-.096.1-.192.156-.285.034-.064.048-.06.072-.064.024-.004.052-.006.108.066a9.3 9.3 0 0 1 .635.952.84.84 0 0 0 .459.43c.157.022.318.009.47-.04A8.519 8.519 0 0 1 6.07 2.27h-.001.014a8.31 8.31 0 0 1 1.61.156c.15.049.311.062.469.04a.84.84 0 0 0 .459-.43c.192-.33.404-.648.635-.952.056-.072.084-.07.108-.066.024.004.038 0 .072.064.056.094.104.19.155.285.372.697.678 1.43.93 2.177.254.757.452 1.532.588 2.319.096.56.164 1.131.193 1.702.008.148.004.33-.011.5h.254c.233 0 .435.013.616.038-.002-.424-.042-.85-.08-1.27a15.749 15.749 0 0 0-.784-3.608c-.197-.58-.428-1.15-.691-1.703-.13-.271-.272-.535-.412-.801-.1-.19-.191-.395-.35-.544a.643.643 0 0 0-.273-.156.663.663 0 0 0-.467.048 1.295 1.295 0 0 0-.383.376 8.81 8.81 0 0 0-.68.968c-.033.058-.095.166-.151.182a.35.35 0 0 1-.146 0l-.174-.03c-.2-.032-.399-.058-.599-.078a8.557 8.557 0 0 0-.89-.046h-.01c-.297 0-.594.015-.89.046-.2.02-.4.046-.6.078l-.173.03a.35.35 0 0 1-.146 0c-.056-.016-.117-.124-.151-.182a8.782 8.782 0 0 0-.68-.968c-.1-.15-.23-.279-.383-.376a.663.663 0 0 0-.467-.048Zm5.933 4.832a3.128 3.128 0 0 0-.999.275c-.2.098-.481.262-.441.48.046.263.4.275.779.39.48.117.927.345 1.304.666.29.222.683.052.625-.31-.054-.343-.867-.682-1.14-.768a3.13 3.13 0 0 1 .752.036c.296.042.575-.062.541-.448-.025-.293-.426-.366-.82-.366-.228 0-.452.025-.601.045Zm-6.26.321c-.034.386.245.49.541.448.249-.042.501-.055.753-.036-.274.086-1.086.425-1.14.769-.058.361.335.53.625.31.377-.322.823-.55 1.304-.668.38-.114.733-.126.778-.39.04-.217-.241-.38-.44-.479a3.128 3.128 0 0 0-1-.275 4.608 4.608 0 0 0-.6-.045c-.394 0-.796.073-.821.366Zm7.89 3.51v4.31h.852v-1.446h.862c.928 0 1.465-.606 1.465-1.427 0-.809-.53-1.437-1.456-1.437h-1.723Zm.849.679h.71c.47 0 .752.275.752.758 0 .584-.357.757-.95.757h-.512V9.364Zm-2.617 3.63h.852V8.686h-.852v4.31ZM6.893 8.686l-.957 3.347H5.9l-.97-3.347h-.987l1.44 4.31h1.025l1.43-4.31h-.946Z" id="a"/></defs><g transform="translate(1.32 1)" fill="none" fillRule="evenodd"><mask id="c" fill="#fff"><use xlink:href="#a"/></mask><path d="M2.581.022a.644.644 0 0 0-.273.156c-.158.149-.25.354-.35.543-.14.266-.282.53-.411.802a15.87 15.87 0 0 0-.692 1.702 15.753 15.753 0 0 0-.783 3.609C.032 7.264 0 7.702 0 8.138v.002c0 .198.007.396.022.592.045.568.198 1.122.458 1.63.503.982 1.366 1.726 2.37 2.169A6.759 6.759 0 0 0 4.444 13l-.012-.027a8.6 8.6 0 0 1-.108-.296l-.217-.59a6.441 6.441 0 0 1-.913-.305 3.988 3.988 0 0 1-1.781-1.456 3.438 3.438 0 0 1-.433-.935 4.173 4.173 0 0 1-.145-1.128 13.54 13.54 0 0 1 .209-2.4 15.53 15.53 0 0 1 .588-2.318c.252-.748.558-1.48.929-2.177.052-.096.1-.192.156-.285.034-.064.048-.06.072-.064.024-.004.052-.006.108.066a9.3 9.3 0 0 1 .635.952.84.84 0 0 0 .459.43c.157.022.318.009.47-.04A8.519 8.519 0 0 1 6.07 2.27h-.001.014a8.31 8.31 0 0 1 1.61.156c.15.049.311.062.469.04a.84.84 0 0 0 .459-.43c.192-.33.404-.648.635-.952.056-.072.084-.07.108-.066.024.004.038 0 .072.064.056.094.104.19.155.285.372.697.678 1.43.93 2.177.254.757.452 1.532.588 2.319.096.56.164 1.131.193 1.702.008.148.004.33-.011.5h.254c.233 0 .435.013.616.038-.002-.424-.042-.85-.08-1.27a15.749 15.749 0 0 0-.784-3.608c-.197-.58-.428-1.15-.691-1.703-.13-.271-.272-.535-.412-.801-.1-.19-.191-.395-.35-.544a.643.643 0 0 0-.273-.156.663.663 0 0 0-.467.048 1.295 1.295 0 0 0-.383.376 8.81 8.81 0 0 0-.68.968c-.033.058-.095.166-.151.182a.35.35 0 0 1-.146 0l-.174-.03c-.2-.032-.399-.058-.599-.078a8.557 8.557 0 0 0-.89-.046h-.01c-.297 0-.594.015-.89.046-.2.02-.4.046-.6.078l-.173.03a.35.35 0 0 1-.146 0c-.056-.016-.117-.124-.151-.182a8.782 8.782 0 0 0-.68-.968c-.1-.15-.23-.279-.383-.376a.663.663 0 0 0-.467-.048Zm5.933 4.832a3.128 3.128 0 0 0-.999.275c-.2.098-.481.262-.441.48.046.263.4.275.779.39.48.117.927.345 1.304.666.29.222.683.052.625-.31-.054-.343-.867-.682-1.14-.768a3.13 3.13 0 0 1 .752.036c.296.042.575-.062.541-.448-.025-.293-.426-.366-.82-.366-.228 0-.452.025-.601.045Zm-6.26.321c-.034.386.245.49.541.448.249-.042.501-.055.753-.036-.274.086-1.086.425-1.14.769-.058.361.335.53.625.31.377-.322.823-.55 1.304-.668.38-.114.733-.126.778-.39.04-.217-.241-.38-.44-.479a3.128 3.128 0 0 0-1-.275 4.608 4.608 0 0 0-.6-.045c-.394 0-.796.073-.821.366Zm7.89 3.51v4.31h.852v-1.446h.862c.928 0 1.465-.606 1.465-1.427 0-.809-.53-1.437-1.456-1.437h-1.723Zm.849.679h.71c.47 0 .752.275.752.758 0 .584-.357.757-.95.757h-.512V9.364Zm-2.617 3.63h.852V8.686h-.852v4.31ZM6.893 8.686l-.957 3.347H5.9l-.97-3.347h-.987l1.44 4.31h1.025l1.43-4.31h-.946Z" fill="url(#b)" mask="url(#c)"/></g></svg>;
}
);
CatVipIcon.displayName = 'CatVipIcon';
CatVipIcon.propTypes = {iconType: PropTypes.string};
CatVipIcon.defaultProps = {iconType: 'AcgHelper'};
12 changes: 12 additions & 0 deletions src/Icons/Bilibili/BilibiliIcon.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
import * as React from 'react';
import {IconProps} from '../types';
import * as PropTypes from 'prop-types';

export const BilibiliIcon = React.forwardRef<SVGSVGElement, IconProps>(
({color = 'currentColor', iconType = 'Bilibili', ...props}, forwardedRef) => {
return <svg width="30" height="15" viewBox="0 0 30 15" xmlns="http://www.w3.org/2000/svg" {...props} ref={forwardedRef}><path d="M22.63 5.194c.074.012.648-.116.672-.074.037.055.293 1.9.226 1.912-.067.012-.543.122-.543.122-.037-.25-.348-1.802-.354-1.96m.916-.177L23.797 7c.128-.006.647-.042.696-.049-.073-.75-.201-1.935-.201-1.935a1.912 1.912 0 0 0-.745 0m-.495 2.754s1.13-.287 1.539-.147c.207.751.586 4.965.623 5.136-.257.03-1.1.104-1.167.122-.055-.317-.995-4.91-.995-5.111m4.183-2.529c.067.019.666-.06.672-.018.012.147.073 1.918.006 1.924l-.544.049c-.012-.245-.146-1.79-.134-1.955m.922-.048.05 1.96c.127 0 .64.03.695.024-.012-.75 0-1.936 0-1.936a3.373 3.373 0 0 0-.745-.048m-.788 2.632s1.155-.153 1.545.03c.086.88.074 4.977.086 5.148-.263 0-1.1.013-1.166.025-.013-.318-.483-5.002-.465-5.203m-2.68-5.038c.665 3.395 1.172 9.196 1.19 9.569 0 0 .526.012 1.118.049-.348-3.658-.776-9.502-.77-9.692-.146-.165-1.538.074-1.538.074m-1.466 8.03c-.128-.953-3.536-2.034-5.454-1.685 0 0-.238-2.101-.33-4.135a42.205 42.205 0 0 1 .007-3.725c-.128-.092-1.509.568-2.254.843 0 0 .892 3.774 1.54 11.603 0 0 1.031.11 2.802-.232 1.771-.342 3.866-1.41 3.689-2.669m-4.165 1.716-.3-2.156c.074-.036 1.912.648 2.108.77-.03.134-1.808 1.386-1.808 1.386m-10.62-7.34c.073.012.647-.116.672-.074.037.055.293 1.9.226 1.912a34.8 34.8 0 0 0-.544.122c-.036-.25-.348-1.802-.354-1.96m.916-.177L9.604 7c.129-.006.648-.042.697-.049-.08-.75-.202-1.935-.202-1.935a1.912 1.912 0 0 0-.745 0M8.86 7.77s1.13-.287 1.538-.147c.208.751.587 4.965.623 5.136-.256.03-1.099.104-1.166.122-.055-.317-.995-4.91-.995-5.111m4.183-2.529c.067.019.665-.06.671-.018.013.147.074 1.918.007 1.924l-.544.049c-.012-.245-.14-1.79-.134-1.955m.922-.048.049 1.96c.128 0 .641.03.696.024-.012-.75 0-1.936 0-1.936a3.79 3.79 0 0 0-.745-.048m-.788 2.632s1.154-.153 1.545.03c.086.88.073 4.977.086 5.148-.263 0-1.1.013-1.167.025-.006-.318-.482-5.002-.464-5.203m-2.68-5.038c.665 3.395 1.172 9.196 1.19 9.569 0 0 .525.012 1.118.049-.349-3.658-.776-9.502-.77-9.698-.146-.159-1.539.08-1.539.08m-1.465 8.03c-.129-.953-3.536-2.034-5.454-1.685 0 0-.238-2.101-.33-4.135a42.205 42.205 0 0 1 .006-3.725c-.128-.086-1.508.568-2.253.843 0 0 .892 3.774 1.539 11.603 0 0 1.032.11 2.803-.232s3.866-1.41 3.689-2.669m-4.165 1.716-.3-2.156c.074-.036 1.912.648 2.107.77-.03.134-1.807 1.386-1.807 1.386"/></svg>;
}
);
BilibiliIcon.displayName = 'BilibiliIcon';
BilibiliIcon.propTypes = {iconType: PropTypes.string};
BilibiliIcon.defaultProps = {iconType: 'Bilibili'};
2 changes: 1 addition & 1 deletion src/Icons/Objects/MoonIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import * as PropTypes from 'prop-types';

export const MoonIcon = React.forwardRef<SVGSVGElement, IconProps>(
({color = 'currentColor', iconType = 'Objects', ...props}, forwardedRef) => {
return <svg width="15" height="15" viewBox="0 0 15 15" xmlns="http://www.w3.org/2000/svg" {...props} ref={forwardedRef}><path d="M2.5.1a.4.4 0 0 0-.4.4v.6h-.6a.4.4 0 0 0 0 .8h.6v.6a.4.4 0 0 0 .8 0v-.6h.6a.4.4 0 1 0 0-.8h-.6V.5a.4.4 0 0 0-.4-.4Zm3 3a.4.4 0 0 0-.4.4v.6h-.6a.4.4 0 0 0 0 .8h.6v.6a.4.4 0 0 0 .8 0v-.6h.6a.4.4 0 0 0 0-.8h-.6v-.6a.4.4 0 0 0-.4-.4Zm-4 3a.4.4 0 0 0-.4.4v.6H.5a.4.4 0 0 0 0 .8h.6v.6a.4.4 0 0 0 .8 0v-.6h.6a.4.4 0 0 0 0-.8h-.6v-.6a.4.4 0 0 0-.4-.4ZM8.246.942c-.213-.024-.34.223-.217.4A6.57 6.57 0 0 1 9.203 5.1a6.602 6.602 0 0 1-6.243 6.59c-.214.012-.333.264-.183.417a6.8 6.8 0 0 0 .21.206l.072.067.26.224.188.15.121.09.187.13.176.115c.12.076.244.149.37.217l.264.135.26.12.303.122.244.086a6.547 6.547 0 0 0 1.103.26l.317.04.267.02a6.6 6.6 0 0 0 6.943-7.328l-.037-.277a6.562 6.562 0 0 0-.384-1.415l-.113-.268-.077-.166-.074-.148a6.604 6.604 0 0 0-.546-.883l-.153-.2-.199-.24-.163-.18-.12-.124-.16-.158-.223-.2-.32-.26-.245-.177-.292-.19-.321-.186-.328-.165-.113-.052-.24-.101-.276-.104-.252-.082-.325-.09-.265-.06-.292-.053-.298-.04Zm1.586 1.464a5.601 5.601 0 1 1-4.748 10.146 7.611 7.611 0 0 0 3.66-2.51.749.749 0 1 0 .771-1.174c.062-.116.122-.235.178-.355A1.25 1.25 0 1 0 10.35 6.2c.034-.295.052-.595.052-.9a7.578 7.578 0 0 0-.57-2.894Z" fillRule="evenodd"/></svg>;
return <svg width="15" height="15" viewBox="0 0 15 15" xmlns="http://www.w3.org/2000/svg" {...props} ref={forwardedRef}><g fillRule="evenodd"><path d="M12.102 1a.4.4 0 0 1 .4.4V2h.6a.4.4 0 0 1 0 .8h-.6v.6a.4.4 0 0 1-.8 0v-.6h-.6a.4.4 0 1 1 0-.8h.6v-.6a.4.4 0 0 1 .4-.4ZM8.6 3.2c.22 0 .4.18.4.4v.6h.6a.4.4 0 0 1 0 .8H9v.6a.4.4 0 0 1-.8 0V5h-.6a.4.4 0 0 1 0-.8h.6v-.6c0-.22.18-.4.4-.4Zm4 3c.22 0 .4.18.4.4v.6h.6a.4.4 0 0 1 0 .8H13v.6a.4.4 0 0 1-.8 0V8h-.6a.4.4 0 0 1 0-.8h.6v-.6c0-.22.18-.4.4-.4Z"/><path d="M5.258 1.234c.2-.078.386.129.313.331a6.57 6.57 0 0 0-.161 3.934 6.602 6.602 0 0 0 7.736 4.75c.21-.044.39.168.284.355a5.4 5.4 0 0 1-.149.253l-.052.083-.193.285-.143.192-.094.118-.147.175-.14.157a6.59 6.59 0 0 1-.302.305l-.22.199-.22.183-.26.196-.214.146a6.547 6.547 0 0 1-.998.538l-.296.12-.253.088a6.6 6.6 0 0 1-8.603-5.281l-.036-.277a6.562 6.562 0 0 1 .005-1.467l.04-.287.032-.18.033-.163a6.54 6.54 0 0 1 .298-.994l.096-.233.13-.283.112-.217.083-.15.114-.194.163-.251.243-.334.19-.234.233-.26.262-.263.274-.244.096-.08.204-.159.241-.172.222-.145.291-.17.24-.127.269-.127.277-.116ZM4.105 3.06a5.601 5.601 0 1 0 7.213 8.57C8.788 11.147 7.18 10.374 6 9 4.82 7.627 4.105 6.3 4.105 3.06Z"/></g></svg>;
}
);
MoonIcon.displayName = 'MoonIcon';
Expand Down
2 changes: 1 addition & 1 deletion src/Icons/Objects/TargetIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import * as PropTypes from 'prop-types';

export const TargetIcon = React.forwardRef<SVGSVGElement, IconProps>(
({color = 'currentColor', iconType = 'Objects', ...props}, forwardedRef) => {
return <svg width="15" height="15" viewBox="0 0 15 15" xmlns="http://www.w3.org/2000/svg" {...props} ref={forwardedRef}><path d="M5.25 7.5a2.25 2.25 0 1 0 4.5 0 2.25 2.25 0 0 0-4.5 0ZM7.5 6.05a1.45 1.45 0 1 1 0 2.9 1.45 1.45 0 0 1 0-2.9Zm0-2.975a4.425 4.425 0 1 1 0 8.85 4.425 4.425 0 0 1 0-8.85ZM3.925 7.5a3.575 3.575 0 1 0 7.15 0 3.575 3.575 0 0 0-7.15 0ZM7.5.9a6.6 6.6 0 1 1 0 13.2A6.6 6.6 0 0 1 7.5.9ZM1.8 7.5a5.7 5.7 0 1 0 11.4 0 5.7 5.7 0 0 0-11.4 0Z" fillRule="evenodd"/></svg>;
return <svg width="15" height="15" viewBox="0 0 15 15" xmlns="http://www.w3.org/2000/svg" {...props} ref={forwardedRef}><g fillRule="evenodd"><path d="M5.25 7.5a2.25 2.25 0 1 0 4.5 0 2.25 2.25 0 0 0-4.5 0ZM7.5 6.05a1.45 1.45 0 1 1 0 2.9 1.45 1.45 0 0 1 0-2.9Zm0-2.975a4.425 4.425 0 1 1 0 8.85 4.425 4.425 0 0 1 0-8.85ZM3.925 7.5a3.575 3.575 0 1 0 7.15 0 3.575 3.575 0 0 0-7.15 0ZM7.5.9a6.6 6.6 0 1 1 0 13.2A6.6 6.6 0 0 1 7.5.9ZM1.8 7.5a5.7 5.7 0 1 0 11.4 0 5.7 5.7 0 0 0-11.4 0Z"/><path d="M4.163.502a.4.4 0 0 1 .4.4v.6h.6a.4.4 0 1 1 0 .8h-.6V2.9a.4.4 0 0 1-.8 0v-.6h-.6a.4.4 0 1 1 0-.8h.6V.9a.4.4 0 0 1 .4-.4Z"/></g></svg>;
}
);
TargetIcon.displayName = 'TargetIcon';
Expand Down
Loading

0 comments on commit 5f8a545

Please sign in to comment.