Skip to content

Commit

Permalink
Merge pull request #6373 from CitizenLabDotCo/task-add-unlock-icon
Browse files Browse the repository at this point in the history
Add unlock icon
  • Loading branch information
EdwinKato authored Nov 14, 2023
2 parents a8602f9 + d7ea263 commit f67cf47
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cl2-component-library/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.11.21",
"version": "0.11.22",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions cl2-component-library/src/components/Icon/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2101,6 +2101,15 @@ export const icons = {
/>
</Svg>
),
unlock: (props: IconPropsWithoutName) => (
<Svg
className={`cl-icon ${props.className ? props.className : ''}`}
viewBox="0 0 16 17"
{...props}
>
<path d="M8.00002 11.8332C8.35364 11.8332 8.69278 11.6927 8.94283 11.4426C9.19288 11.1926 9.33335 10.8535 9.33335 10.4998C9.33335 9.75984 8.73335 9.1665 8.00002 9.1665C7.6464 9.1665 7.30726 9.30698 7.05721 9.55703C6.80716 9.80708 6.66669 10.1462 6.66669 10.4998C6.66669 10.8535 6.80716 11.1926 7.05721 11.4426C7.30726 11.6927 7.6464 11.8332 8.00002 11.8332ZM12 5.83317C12.3536 5.83317 12.6928 5.97365 12.9428 6.2237C13.1929 6.47374 13.3334 6.81288 13.3334 7.1665V13.8332C13.3334 14.1868 13.1929 14.5259 12.9428 14.776C12.6928 15.026 12.3536 15.1665 12 15.1665H4.00002C3.6464 15.1665 3.30726 15.026 3.05721 14.776C2.80716 14.5259 2.66669 14.1868 2.66669 13.8332V7.1665C2.66669 6.4265 3.26669 5.83317 4.00002 5.83317H4.66669V4.49984C4.66669 3.61578 5.01788 2.76794 5.643 2.14281C6.26812 1.51769 7.11596 1.1665 8.00002 1.1665C8.43776 1.1665 8.87121 1.25272 9.27563 1.42024C9.68005 1.58775 10.0475 1.83329 10.357 2.14281C10.6666 2.45234 10.9121 2.81981 11.0796 3.22423C11.2471 3.62864 11.3334 4.0621 11.3334 4.49984V5.1665V5.83317H12ZM8.00002 2.49984C7.46959 2.49984 6.96088 2.71055 6.58581 3.08562C6.21073 3.4607 6.00002 3.9694 6.00002 4.49984V5.83317H10H11.3334V4.49984H10C10 3.9694 9.78931 3.4607 9.41423 3.08562C9.03916 2.71055 8.53045 2.49984 8.00002 2.49984Z" />
</Svg>
),
'notification-outline': (props: IconPropsWithoutName) => (
<Svg
className={`cl-icon ${props.className ? props.className : ''}`}
Expand Down

0 comments on commit f67cf47

Please sign in to comment.