Skip to content

Commit

Permalink
Merge pull request #31 from wisdesignsystem/changeset-release/main
Browse files Browse the repository at this point in the history
Release new version
  • Loading branch information
leefanv authored Feb 19, 2025
2 parents 2c8a947 + 12b9278 commit 16e9c9c
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 12 deletions.
11 changes: 0 additions & 11 deletions .changeset/version-new-changelog.md

This file was deleted.

11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @wisdesign/lsicon

## 0.0.16

### Patch Changes

- [#30](https://github.com/wisdesignsystem/lsicon/pull/30) [`4b0126f`](https://github.com/wisdesignsystem/lsicon/commit/4b0126f3ab599e940ec75821e5233c0655612f08) Thanks [@leefanv](https://github.com/leefanv)! - Release new icon version

🚀 add icons(2):

- TimeThreeIcon
- TimeThreeFilledIcon

## 0.0.15

### Patch Changes
Expand Down
4 changes: 4 additions & 0 deletions components/TimeThreeFilledIcon.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import * as React from "react";
import type { SVGProps } from "react";
const TimeThreeFilledIcon = (props: SVGProps<SVGSVGElement>) => <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="none" viewBox="0 0 16 16" data-role="lsicon" {...props}><path fill="currentColor" fillRule="evenodd" d="M8 1C4.13401 1 1 4.13401 1 8C1 11.866 4.13401 15 8 15C11.866 15 15 11.866 15 8C15 4.13401 11.866 1 8 1ZM7.5 4V7.5H4V8.5H8.5V4H7.5Z" clipRule="evenodd" /></svg>;
export default TimeThreeFilledIcon;
4 changes: 4 additions & 0 deletions components/TimeThreeIcon.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import * as React from "react";
import type { SVGProps } from "react";
const TimeThreeIcon = (props: SVGProps<SVGSVGElement>) => <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="none" viewBox="0 0 16 16" data-role="lsicon" {...props}><path stroke="currentColor" d="M8 4V8H4M14.5 8C14.5 11.5899 11.5899 14.5 8 14.5C4.41015 14.5 1.5 11.5899 1.5 8C1.5 4.41015 4.41015 1.5 8 1.5C11.5899 1.5 14.5 4.41015 14.5 8Z" /></svg>;
export default TimeThreeIcon;
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wisdesign/lsicon",
"version": "0.0.15",
"version": "0.0.16",
"description": "Icon sets power by lsicon",
"homepage": "https://www.lsicon.com/@wisdesign/lsicon",
"repository": {
Expand Down

0 comments on commit 16e9c9c

Please sign in to comment.