Skip to content

Commit

Permalink
Merge pull request #870 from openameba/feat/build-icon-via-webhook
Browse files Browse the repository at this point in the history
feat(spindle-icons): update icons
  • Loading branch information
herablog authored Dec 15, 2023
2 parents 7615602 + 8bdb50e commit 3cd4207
Show file tree
Hide file tree
Showing 11 changed files with 49 additions and 1 deletion.
Binary file added packages/spindle-icons/dist/pdf/paidplan.pdf
Binary file not shown.
Binary file added packages/spindle-icons/dist/pdf/shine_two.pdf
Binary file not shown.
3 changes: 3 additions & 0 deletions packages/spindle-icons/dist/svg-unoptimized/paidplan.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions packages/spindle-icons/dist/svg-unoptimized/shine_two.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions packages/spindle-icons/dist/svg/paidplan.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions packages/spindle-icons/dist/svg/shine_two.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/spindle-icons/dist/svg/sprite.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions packages/spindle-icons/docs/icons.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@
| openblank | ![](../dist/svg/openblank.svg) |
| openblank_fill | ![](../dist/svg/openblank_fill.svg) |
| ownd | ![](../dist/svg/ownd.svg) |
| paidplan | ![](../dist/svg/paidplan.svg) |
| palette_fill | ![](../dist/svg/palette_fill.svg) |
| paperplane | ![](../dist/svg/paperplane.svg) |
| paperplane_fill | ![](../dist/svg/paperplane_fill.svg) |
Expand Down Expand Up @@ -291,6 +292,7 @@
| service | ![](../dist/svg/service.svg) |
| share | ![](../dist/svg/share.svg) |
| shine_fill | ![](../dist/svg/shine_fill.svg) |
| shine_two | ![](../dist/svg/shine_two.svg) |
| shirt | ![](../dist/svg/shirt.svg) |
| sideface_close | ![](../dist/svg/sideface_close.svg) |
| sideface_open | ![](../dist/svg/sideface_open.svg) |
Expand Down
20 changes: 20 additions & 0 deletions packages/spindle-ui/src/Icon/Paidplan.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
import * as React from 'react';
import type { SVGProps } from 'react';
const SvgPaidplan = (props: SVGProps<SVGSVGElement>) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width="1em"
height="1em"
fill="currentColor"
viewBox="0 0 24 24"
role="img"
{...props}
>
<path
fillRule="evenodd"
d="M14.27 10.246c0 .76-.409 1.397-.887 1.644-.195.124-.478.124-.867.124H10.23V8.46h2.286c.39 0 .672.019.867.124.478.266.887.885.887 1.662Zm6.727-3.84v9.232a3 3 0 0 1-1.544 2.623l-5.991 3.326a3 3 0 0 1-2.91 0l-6-3.326a3 3 0 0 1-1.545-2.624v-9.23a3 3 0 0 1 2.348-2.93 30.613 30.613 0 0 1 13.29 0h.003a3 3 0 0 1 2.35 2.93Zm-4.497 3.84c0-1.767-1.097-3.377-2.639-3.853-.354-.124-.814-.143-1.345-.143h-1.7c-.23 0-.462 0-.673.019-1.151.158-1.948.937-2.107 2.05C8 8.513 8 8.69 8 8.902v6.522c0 .23 0 .372.036.495.123.477.548.831 1.08.831.513 0 .956-.354 1.08-.83.034-.124.034-.266.034-.496v-1.183h2.286c.53 0 .99-.034 1.345-.14 1.542-.496 2.639-2.104 2.639-3.855Z"
clipRule="evenodd"
/>
</svg>
);
export default SvgPaidplan;
16 changes: 16 additions & 0 deletions packages/spindle-ui/src/Icon/ShineTwo.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
import * as React from 'react';
import type { SVGProps } from 'react';
const SvgShineTwo = (props: SVGProps<SVGSVGElement>) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width="1em"
height="1em"
fill="currentColor"
viewBox="0 0 24 24"
role="img"
{...props}
>
<path d="m15.014 9.911-2.369.81a2.87 2.87 0 0 0-1.789 1.74l-.912 2.563c-.226.635-1.162.635-1.388 0l-.912-2.564a2.87 2.87 0 0 0-1.79-1.738l-2.368-.81a.693.693 0 0 1 0-1.323l2.369-.81a2.87 2.87 0 0 0 1.789-1.74l.912-2.563c.226-.635 1.162-.635 1.388 0l.912 2.564a2.87 2.87 0 0 0 1.79 1.738l2.367.81a.693.693 0 0 1 0 1.323Zm5.694 6.736-1.42.486a1.722 1.722 0 0 0-1.074 1.043l-.548 1.539c-.135.38-.697.38-.832 0l-.548-1.539a1.722 1.722 0 0 0-1.073-1.043l-1.421-.486a.416.416 0 0 1 0-.794l1.42-.486a1.722 1.722 0 0 0 1.074-1.043l.548-1.539c.135-.38.697-.38.832 0l.548 1.539c.173.486.568.87 1.073 1.043l1.421.486c.39.133.39.66 0 .794Z" />
</svg>
);
export default SvgShineTwo;
2 changes: 2 additions & 0 deletions packages/spindle-ui/src/Icon/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ export { default as OpenCl } from './OpenCl';
export { default as Openblank } from './Openblank';
export { default as OpenblankFill } from './OpenblankFill';
export { default as Ownd } from './Ownd';
export { default as Paidplan } from './Paidplan';
export { default as PaletteFill } from './PaletteFill';
export { default as Paperplane } from './Paperplane';
export { default as PaperplaneFill } from './PaperplaneFill';
Expand Down Expand Up @@ -288,6 +289,7 @@ export { default as Search } from './Search';
export { default as Service } from './Service';
export { default as Share } from './Share';
export { default as ShineFill } from './ShineFill';
export { default as ShineTwo } from './ShineTwo';
export { default as Shirt } from './Shirt';
export { default as SidefaceClose } from './SidefaceClose';
export { default as SidefaceOpen } from './SidefaceOpen';
Expand Down

0 comments on commit 3cd4207

Please sign in to comment.