Skip to content

Commit

Permalink
feat: add more icon
Browse files Browse the repository at this point in the history
  • Loading branch information
irsyadadl committed Jul 25, 2024
1 parent ca5e98a commit 52d4e19
Show file tree
Hide file tree
Showing 11 changed files with 1,252 additions and 65 deletions.
317 changes: 306 additions & 11 deletions dist/cjs/index.js

Large diffs are not rendered by default.

303 changes: 291 additions & 12 deletions dist/es/index.js

Large diffs are not rendered by default.

303 changes: 291 additions & 12 deletions dist/esm/index.js

Large diffs are not rendered by default.

16 changes: 16 additions & 0 deletions dist/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ export declare const IconAirpodsGen3: React.FC<React.SVGProps<SVGSVGElement>>;
export declare const IconAirpodsGen3Chargingcase: React.FC<React.SVGProps<SVGSVGElement>>;
export declare const IconAlbum: React.FC<React.SVGProps<SVGSVGElement>>;
export declare const IconAlbumFill: React.FC<React.SVGProps<SVGSVGElement>>;
export declare const IconAlignmentCenter: React.FC<React.SVGProps<SVGSVGElement>>;
export declare const IconAlignmentCenterFill: React.FC<React.SVGProps<SVGSVGElement>>;
export declare const IconAlignmentJustify: React.FC<React.SVGProps<SVGSVGElement>>;
export declare const IconAlignmentJustifyFill: React.FC<React.SVGProps<SVGSVGElement>>;
export declare const IconAlignmentLeft: React.FC<React.SVGProps<SVGSVGElement>>;
export declare const IconAlignmentLeftFill: React.FC<React.SVGProps<SVGSVGElement>>;
export declare const IconAlignmentRight: React.FC<React.SVGProps<SVGSVGElement>>;
export declare const IconAlignmentRightFill: React.FC<React.SVGProps<SVGSVGElement>>;
export declare const IconAlt: React.FC<React.SVGProps<SVGSVGElement>>;
export declare const IconAltFill: React.FC<React.SVGProps<SVGSVGElement>>;
export declare const IconAnalyticsChart: React.FC<React.SVGProps<SVGSVGElement>>;
Expand Down Expand Up @@ -161,6 +169,8 @@ export declare const IconBitcoinFill: React.FC<React.SVGProps<SVGSVGElement>>;
export declare const IconBlock: React.FC<React.SVGProps<SVGSVGElement>>;
export declare const IconBlockFill: React.FC<React.SVGProps<SVGSVGElement>>;
export declare const IconBluetooth: React.FC<React.SVGProps<SVGSVGElement>>;
export declare const IconBold: React.FC<React.SVGProps<SVGSVGElement>>;
export declare const IconBoldFill: React.FC<React.SVGProps<SVGSVGElement>>;
export declare const IconBook: React.FC<React.SVGProps<SVGSVGElement>>;
export declare const IconBookFill: React.FC<React.SVGProps<SVGSVGElement>>;
export declare const IconBookOpen: React.FC<React.SVGProps<SVGSVGElement>>;
Expand Down Expand Up @@ -669,6 +679,8 @@ export declare const IconInvite: React.FC<React.SVGProps<SVGSVGElement>>;
export declare const IconInviteFill: React.FC<React.SVGProps<SVGSVGElement>>;
export declare const IconInvoice: React.FC<React.SVGProps<SVGSVGElement>>;
export declare const IconInvoiceFill: React.FC<React.SVGProps<SVGSVGElement>>;
export declare const IconItalic: React.FC<React.SVGProps<SVGSVGElement>>;
export declare const IconItalicFill: React.FC<React.SVGProps<SVGSVGElement>>;
export declare const IconJudgeGavel: React.FC<React.SVGProps<SVGSVGElement>>;
export declare const IconJudgeGavelFill: React.FC<React.SVGProps<SVGSVGElement>>;
export declare const IconKey: React.FC<React.SVGProps<SVGSVGElement>>;
Expand Down Expand Up @@ -966,6 +978,8 @@ export declare const IconStore3Fill: React.FC<React.SVGProps<SVGSVGElement>>;
export declare const IconStore4: React.FC<React.SVGProps<SVGSVGElement>>;
export declare const IconStore4Fill: React.FC<React.SVGProps<SVGSVGElement>>;
export declare const IconStoreFill: React.FC<React.SVGProps<SVGSVGElement>>;
export declare const IconStrikeThrough: React.FC<React.SVGProps<SVGSVGElement>>;
export declare const IconStrikeThroughFill: React.FC<React.SVGProps<SVGSVGElement>>;
export declare const IconSuitcase: React.FC<React.SVGProps<SVGSVGElement>>;
export declare const IconSuitcaseFill: React.FC<React.SVGProps<SVGSVGElement>>;
export declare const IconSun: React.FC<React.SVGProps<SVGSVGElement>>;
Expand Down Expand Up @@ -1016,6 +1030,8 @@ export declare const IconTruck: React.FC<React.SVGProps<SVGSVGElement>>;
export declare const IconTruckFill: React.FC<React.SVGProps<SVGSVGElement>>;
export declare const IconUmbrella: React.FC<React.SVGProps<SVGSVGElement>>;
export declare const IconUmbrellaFill: React.FC<React.SVGProps<SVGSVGElement>>;
export declare const IconUnderline: React.FC<React.SVGProps<SVGSVGElement>>;
export declare const IconUnderlineFill: React.FC<React.SVGProps<SVGSVGElement>>;
export declare const IconUndo: React.FC<React.SVGProps<SVGSVGElement>>;
export declare const IconUndoFill: React.FC<React.SVGProps<SVGSVGElement>>;
export declare const IconUnlocked: React.FC<React.SVGProps<SVGSVGElement>>;
Expand Down
317 changes: 306 additions & 11 deletions dist/umd/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/IconBrandKarteil.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const SvgIconBrandKarteil = (props) => (
xmlns="http://www.w3.org/2000/svg"
width={24}
height={24}
fill="currentColor"
fill="none"
viewBox="0 0 24 24"
{...props}
className={`paranoid-ic ${props.className ? props.className : "size-4"}`} data-slot="icon" aria-hidden="true">
Expand Down
37 changes: 22 additions & 15 deletions src/IconBrandLayers.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,28 @@ const SvgIconBrandLayers = (props) => (
viewBox="0 0 24 25"
{...props}
className={`paranoid-ic ${props.className ? props.className : "size-4"}`} data-slot="icon" aria-hidden="true">
<path
fill="#fff"
fillOpacity={0.2}
d="m2 13.644.05-7.5c.009-1.357.958-2.52 2.269-2.78L11.56 1.93c1.74-.345 3.355 1.017 3.343 2.818l-.05 7.5c-.009 1.357-.958 2.52-2.269 2.78l-7.242 1.436c-1.74.345-3.355-1.017-3.343-2.82Z"
/>
<path
fill="#fff"
fillOpacity={0.5}
d="m5.548 16.636.05-7.5c.008-1.357.958-2.52 2.269-2.78l7.242-1.435c1.74-.345 3.355 1.016 3.343 2.819l-.05 7.5c-.009 1.357-.958 2.52-2.269 2.78l-7.242 1.436c-1.74.344-3.355-1.017-3.343-2.82"
/>
<path
fill="#fff"
fillOpacity={0.8}
d="m9.096 19.627.05-7.5c.009-1.357.958-2.52 2.269-2.78l7.242-1.435c1.74-.345 3.355 1.017 3.343 2.819l-.05 7.5c-.009 1.357-.958 2.52-2.269 2.78l-7.242 1.435c-1.74.345-3.355-1.017-3.343-2.819"
/>
<g className="icon-brand-layers_svg__icon-brand-layers">
<g
fill="#fff"
className="icon-brand-layers_svg__Group icon-brand-layers_svg__8"
>
<path
fillOpacity={0.2}
d="m2 13.644.05-7.5c.009-1.357.958-2.52 2.269-2.78L11.56 1.93c1.74-.345 3.355 1.017 3.343 2.818l-.05 7.5c-.009 1.357-.958 2.52-2.269 2.78l-7.242 1.436c-1.74.345-3.355-1.017-3.343-2.82Z"
className="icon-brand-layers_svg__Vector"
/>
<path
fillOpacity={0.5}
d="m5.548 16.636.05-7.5c.008-1.357.958-2.52 2.269-2.78l7.242-1.435c1.74-.345 3.355 1.016 3.343 2.819l-.05 7.5c-.009 1.357-.958 2.52-2.269 2.78l-7.242 1.436c-1.74.344-3.355-1.017-3.343-2.82"
className="icon-brand-layers_svg__Vector"
/>
<path
fillOpacity={0.8}
d="m9.096 19.627.05-7.5c.009-1.357.958-2.52 2.269-2.78l7.242-1.435c1.74-.345 3.355 1.017 3.343 2.819l-.05 7.5c-.009 1.357-.958 2.52-2.269 2.78l-7.242 1.435c-1.74.345-3.355-1.017-3.343-2.819"
className="icon-brand-layers_svg__Vector"
/>
</g>
</g>
</svg>
);
export default SvgIconBrandLayers;
2 changes: 1 addition & 1 deletion src/IconBrandLemonsqueezy.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const SvgIconBrandLemonsqueezy = (props) => (
<path
fill="currentColor"
fillRule="evenodd"
d="m9.628 14.275 5.378 2.48a2.75 2.75 0 0 1 1.39 1.417c.642 1.5-.235 3.033-1.614 3.585-1.379.55-2.849.195-3.516-1.364l-2.34-5.475c-.182-.424.274-.841.702-.643m.324-1.605 5.55-2.094c1.845-.696 3.86.62 3.833 2.533l-.002.075c-.04 1.864-1.999 3.116-3.803 2.457l-5.573-2.036a.495.495 0 0 1-.005-.935m-.312-.725 5.457-2.314c1.813-.768 2.273-3.076.853-4.408l-.056-.053c-1.392-1.29-3.694-.835-4.486.864l-2.45 5.247c-.195.418.247.85.682.665Zm-1.404-.915 1.983-5.426a2.62 2.62 0 0 0-.053-1.952c-.644-1.5-2.387-1.983-3.767-1.43-1.376.553-2.155 1.808-1.485 3.366l2.355 5.468c.183.424.81.408.968-.025h-.001Z"
d="m9.628 14.275 5.378 2.48a2.75 2.75 0 0 1 1.39 1.417c.642 1.5-.235 3.033-1.614 3.585-1.379.55-2.849.195-3.516-1.364l-2.34-5.475c-.182-.424.274-.841.702-.643m.324-1.605 5.55-2.094c1.844-.696 3.86.62 3.833 2.533l-.002.075c-.04 1.864-1.999 3.116-3.803 2.457l-5.573-2.036a.495.495 0 0 1-.005-.935m-.312-.725 5.457-2.314c1.813-.768 2.273-3.076.853-4.408l-.056-.053c-1.392-1.29-3.694-.835-4.486.864l-2.45 5.247c-.195.418.247.85.682.665Zm-1.404-.915 1.983-5.426a2.62 2.62 0 0 0-.053-1.952c-.644-1.5-2.388-1.983-3.767-1.43-1.376.553-2.155 1.808-1.485 3.366l2.354 5.468c.184.424.81.408.969-.025h-.001Z"
clipRule="evenodd"
/>
</svg>
Expand Down
2 changes: 1 addition & 1 deletion src/IconBrandRemix.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const SvgIconBrandRemix = (props) => (
d="M6.875 17.9v-1.836h3.342c.559 0 .68.414.68.661V17.9z"
/>
<path
stroke="currentColor"
stroke="#fff"
strokeOpacity={0.8}
strokeWidth={0.025}
d="M6.863 17.9v.012h4.046v-1.187a.73.73 0 0 0-.132-.43c-.103-.139-.277-.244-.56-.244H6.863z"
Expand Down
2 changes: 1 addition & 1 deletion src/IconBrandRive.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const SvgIconBrandRive = (props) => (
<path
fill="currentColor"
fillRule="evenodd"
d="M3.482 4.106c0 .611.501 1.106 1.118 1.106h9.268q1.583 0 2.609.969 1.025.968 1.025 2.489 0 1.405-1.025 2.304-1.025.876-2.61.876H9.84c-.618 0-1.119.495-1.119 1.107 0 .61.501 1.106 1.119 1.106h4.447l4.007 6.36q.373.577 1.048.577.747 0 1.049-.576.303-.6-.116-1.268l-3.565-5.67q1.445-.645 2.283-1.89.84-1.266.839-2.926 0-1.683-.769-2.95a5.2 5.2 0 0 0-2.097-1.983Q15.616 3 13.867 3H4.601c-.618 0-1.119.495-1.119 1.106"
d="M3.482 4.106c0 .611.5 1.106 1.118 1.106h9.268q1.583 0 2.609.969 1.025.968 1.025 2.489 0 1.405-1.025 2.304-1.025.876-2.61.876H9.84c-.618 0-1.119.495-1.119 1.107 0 .61.501 1.106 1.119 1.106h4.447l4.007 6.36q.373.577 1.048.577.747 0 1.049-.576.303-.6-.116-1.268l-3.565-5.67q1.445-.645 2.283-1.89.84-1.266.839-2.926 0-1.683-.769-2.95a5.2 5.2 0 0 0-2.097-1.983Q15.616 3 13.867 3H4.601c-.618 0-1.119.495-1.119 1.106"
clipRule="evenodd"
/>
</svg>
Expand Down
16 changes: 16 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@ export { default as IconAirpodsGen3Chargingcase } from "./IconAirpodsGen3Chargin
export { default as IconAirpodsGen3 } from "./IconAirpodsGen3";
export { default as IconAlbumFill } from "./IconAlbumFill";
export { default as IconAlbum } from "./IconAlbum";
export { default as IconAlignmentCenterFill } from "./IconAlignmentCenterFill";
export { default as IconAlignmentCenter } from "./IconAlignmentCenter";
export { default as IconAlignmentJustifyFill } from "./IconAlignmentJustifyFill";
export { default as IconAlignmentJustify } from "./IconAlignmentJustify";
export { default as IconAlignmentLeftFill } from "./IconAlignmentLeftFill";
export { default as IconAlignmentLeft } from "./IconAlignmentLeft";
export { default as IconAlignmentRightFill } from "./IconAlignmentRightFill";
export { default as IconAlignmentRight } from "./IconAlignmentRight";
export { default as IconAltFill } from "./IconAltFill";
export { default as IconAlt } from "./IconAlt";
export { default as IconAnalyticsChartFill } from "./IconAnalyticsChartFill";
Expand Down Expand Up @@ -160,6 +168,8 @@ export { default as IconBitcoin } from "./IconBitcoin";
export { default as IconBlockFill } from "./IconBlockFill";
export { default as IconBlock } from "./IconBlock";
export { default as IconBluetooth } from "./IconBluetooth";
export { default as IconBoldFill } from "./IconBoldFill";
export { default as IconBold } from "./IconBold";
export { default as IconBookFill } from "./IconBookFill";
export { default as IconBookOpenFill } from "./IconBookOpenFill";
export { default as IconBookOpenTextFill } from "./IconBookOpenTextFill";
Expand Down Expand Up @@ -668,6 +678,8 @@ export { default as IconInviteFill } from "./IconInviteFill";
export { default as IconInvite } from "./IconInvite";
export { default as IconInvoiceFill } from "./IconInvoiceFill";
export { default as IconInvoice } from "./IconInvoice";
export { default as IconItalicFill } from "./IconItalicFill";
export { default as IconItalic } from "./IconItalic";
export { default as IconJudgeGavelFill } from "./IconJudgeGavelFill";
export { default as IconJudgeGavel } from "./IconJudgeGavel";
export { default as IconKeyFill } from "./IconKeyFill";
Expand Down Expand Up @@ -965,6 +977,8 @@ export { default as IconStore4Fill } from "./IconStore4Fill";
export { default as IconStore4 } from "./IconStore4";
export { default as IconStoreFill } from "./IconStoreFill";
export { default as IconStore } from "./IconStore";
export { default as IconStrikeThroughFill } from "./IconStrikeThroughFill";
export { default as IconStrikeThrough } from "./IconStrikeThrough";
export { default as IconSuitcaseFill } from "./IconSuitcaseFill";
export { default as IconSuitcase } from "./IconSuitcase";
export { default as IconSun } from "./IconSun";
Expand Down Expand Up @@ -1015,6 +1029,8 @@ export { default as IconTruckFill } from "./IconTruckFill";
export { default as IconTruck } from "./IconTruck";
export { default as IconUmbrellaFill } from "./IconUmbrellaFill";
export { default as IconUmbrella } from "./IconUmbrella";
export { default as IconUnderlineFill } from "./IconUnderlineFill";
export { default as IconUnderline } from "./IconUnderline";
export { default as IconUndoFill } from "./IconUndoFill";
export { default as IconUndo } from "./IconUndo";
export { default as IconUnlockedFill } from "./IconUnlockedFill";
Expand Down

0 comments on commit 52d4e19

Please sign in to comment.