Skip to content

Commit a3f4eb6

Browse files
committed
Add new globe-with-lock icon
1 parent 807a340 commit a3f4eb6

File tree

3 files changed

+39
-0
lines changed

3 files changed

+39
-0
lines changed

images/icons/globe-alt-lock.svg

Lines changed: 4 additions & 0 deletions
Loading
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
// This file was auto-generated using scripts/generate-icons.js
2+
import type { JSX } from 'preact';
3+
4+
export type GlobeAltLockIconProps = JSX.SVGAttributes<SVGSVGElement>;
5+
6+
/**
7+
* Icon generated from globe-alt-lock.svg
8+
*/
9+
export default function GlobeAltLockIcon(props: GlobeAltLockIconProps) {
10+
return (
11+
<svg
12+
xmlns="http://www.w3.org/2000/svg"
13+
width="16"
14+
height="17"
15+
fill="none"
16+
viewBox="0 0 16 17"
17+
data-component="GlobeAltLockIcon"
18+
{...props}
19+
>
20+
<path
21+
fill="currentColor"
22+
fill-rule="evenodd"
23+
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"
24+
clip-rule="evenodd"
25+
/>
26+
<path
27+
fill="currentColor"
28+
fill-rule="evenodd"
29+
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"
30+
clip-rule="evenodd"
31+
/>
32+
</svg>
33+
);
34+
}

src/components/icons/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ export { default as FolderOpenIcon } from './FolderOpen';
5757
export { default as FolderOpenFilledIcon } from './FolderOpenFilled';
5858
export { default as GlobeIcon } from './Globe';
5959
export { default as GlobeAltIcon } from './GlobeAlt';
60+
export { default as GlobeAltLockIcon } from './GlobeAltLock';
6061
export { default as GoogleDriveIcon } from './GoogleDrive';
6162
export { default as GroupsIcon } from './Groups';
6263
export { default as GroupsFilledIcon } from './GroupsFilled';

0 commit comments

Comments
 (0)