-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
39 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters