Skip to content

Commit

Permalink
Add new world-with-lock icon
Browse files Browse the repository at this point in the history
  • Loading branch information
acelaya committed Nov 11, 2024
1 parent 91d4822 commit 5db9519
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 0 deletions.
4 changes: 4 additions & 0 deletions images/icons/globe-alt-lock.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 34 additions & 0 deletions src/components/icons/GlobeAltLock.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
// This file was auto-generated using scripts/generate-icons.js
import type { JSX } from 'preact';

export type GlobeAltLockIconProps = JSX.SVGAttributes<SVGSVGElement>;

/**
* Icon generated from globe-alt-lock.svg
*/
export default function GlobeAltLockIcon(props: GlobeAltLockIconProps) {
return (
<svg
xmlns="http://www.w3.org/2000/svg"
width="16"
height="17"
fill="none"
viewBox="0 0 16 17"
data-component="GlobeAltLockIcon"
{...props}
>
<path
fill="currentColor"
fill-rule="evenodd"
d="M15.368 10.634c-.07-1.663-.816-2.364-2.496-2.364-1.726 0-2.5.774-2.5 2.5v.312c0 .172.14.312.313.312h.625c.172 0 .312-.14.312-.312v-.312l.003-.11c.057-.985.248-1.14 1.247-1.14 1.035 0 1.25.214 1.25 1.25v.312c0 .172.14.312.312.312h.625c.172 0 .312-.14.312-.312v-.312zm.624 1.937a.625.625 0 0 0-.62-.552h-5l-.072.004a.625.625 0 0 0-.552.621v3.75l.004.072c.036.31.3.552.62.552h5l.072-.004c.31-.036.552-.3.552-.62v-3.75z"
clip-rule="evenodd"
/>
<path
fill="currentColor"
fill-rule="evenodd"
d="M8.34 17.01a7.998 7.998 0 1 1 7.58-9.103 3 3 0 0 0-.166-.168c-.807-.763-1.87-.968-2.882-.968-1.053 0-2.148.232-2.957 1.041-.81.81-1.042 1.905-1.042 2.958v.368a2 2 0 0 0-.308.389 21 21 0 0 0-1.426.008c.093.811.231 1.545.406 2.159.094.327.195.608.297.835l.078.16.078.138c.053-.105.198.61.25.476v1.133l.01.16.004.043q.023.192.077.372m-5.431-4.813.17-.058.248-.075c.514-.146 1.126-.27 1.807-.361l.053.452.055.381c.114.752.27 1.436.467 2.03a6.02 6.02 0 0 1-2.8-2.369m-.765-4.492.002-.011c.782.284 1.762.504 2.86.645L5 8.717v.606l.007.38c-1.099.14-2.079.36-2.86.645a6 6 0 0 1-.003-2.643m6.59.806.258-.01.006.519-.006.519a26 26 0 0 0-1.988.001 24 24 0 0 1-.006-.52l.006-.518a26 26 0 0 0 1.73.009m-.737-5.3-.077.14c-.13.25-.258.587-.375.995a14 14 0 0 0-.407 2.158q.424.018.86.018t.86-.016a13.7 13.7 0 0 0-.407-2.16 6 6 0 0 0-.297-.835l-.078-.16zm-2.334.282.045-.02c-.229.694-.402 1.51-.52 2.412l-.055.453c-.877-.118-1.641-.288-2.225-.494a6.02 6.02 0 0 1 2.755-2.351m4.624-.02.051.158c.17.549.307 1.168.412 1.843l.059.411.053.453c.877-.118 1.642-.288 2.226-.493a6.02 6.02 0 0 0-2.536-2.254z"
clip-rule="evenodd"
/>
</svg>
);
}
1 change: 1 addition & 0 deletions src/components/icons/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ export { default as FolderOpenIcon } from './FolderOpen';
export { default as FolderOpenFilledIcon } from './FolderOpenFilled';
export { default as GlobeIcon } from './Globe';
export { default as GlobeAltIcon } from './GlobeAlt';
export { default as GlobeAltLockIcon } from './GlobeAltLock';
export { default as GoogleDriveIcon } from './GoogleDrive';
export { default as GroupsIcon } from './Groups';
export { default as GroupsFilledIcon } from './GroupsFilled';
Expand Down

0 comments on commit 5db9519

Please sign in to comment.