-
Notifications
You must be signed in to change notification settings - Fork 1
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
20,407 changed files
with
58,222 additions
and
60,876 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,11 +1,9 @@ | ||
import React from 'react' | ||
import { IconProps } from './types' | ||
|
||
const Icon10kOutlined: React.FC<IconProps> = ({ ...props }) => ( | ||
export const Icon10kOutlined: React.FC<IconProps> = ({ ...props }) => ( | ||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" {...props}> | ||
{props.title && <title>{props.title}</title>} | ||
<path d="M240-360h60v-240H200v60h40v180Zm140 0h100q17 0 28.5-11.5T520-400v-160q0-17-11.5-28.5T480-600H380q-17 0-28.5 11.5T340-560v160q0 17 11.5 28.5T380-360Zm20-60v-120h60v120h-60Zm157 60h60v-90l70 90h73l-93-120 93-120h-73l-70 90v-90h-60v240ZM200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h560q33 0 56.5 23.5T840-760v560q0 33-23.5 56.5T760-120H200Zm0-80h560v-560H200v560Zm0-560v560-560Z" /> | ||
</svg> | ||
) | ||
|
||
export { Icon10kOutlined as default } |
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 |
---|---|---|
@@ -1,11 +1,9 @@ | ||
import React from 'react' | ||
import { IconProps } from './types' | ||
|
||
const Icon10kOutlinedFilled: React.FC<IconProps> = ({ ...props }) => ( | ||
export const Icon10kOutlinedFilled: React.FC<IconProps> = ({ ...props }) => ( | ||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" {...props}> | ||
{props.title && <title>{props.title}</title>} | ||
<path d="M240-360h60v-240H200v60h40v180Zm140 0h100q17 0 28.5-11.5T520-400v-160q0-17-11.5-28.5T480-600H380q-17 0-28.5 11.5T340-560v160q0 17 11.5 28.5T380-360Zm20-60v-120h60v120h-60Zm160 60h60v-90l70 90h70l-90-120 90-120h-70l-70 90v-90h-60v240ZM200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h560q33 0 56.5 23.5T840-760v560q0 33-23.5 56.5T760-120H200Z" /> | ||
</svg> | ||
) | ||
|
||
export { Icon10kOutlinedFilled as default } |
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 |
---|---|---|
@@ -1,11 +1,9 @@ | ||
import React from 'react' | ||
import { IconProps } from './types' | ||
|
||
const Icon10kRounded: React.FC<IconProps> = ({ ...props }) => ( | ||
export const Icon10kRounded: React.FC<IconProps> = ({ ...props }) => ( | ||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" {...props}> | ||
{props.title && <title>{props.title}</title>} | ||
<path d="M240-540v150q0 13 8.5 21.5T270-360q13 0 21.5-8.5T300-390v-180q0-13-8.5-21.5T270-600h-40q-13 0-21.5 8.5T200-570q0 13 8.5 21.5T230-540h10Zm140 180h100q17 0 28.5-11.5T520-400v-160q0-17-11.5-28.5T480-600H380q-17 0-28.5 11.5T340-560v160q0 17 11.5 28.5T380-360Zm20-60v-120h60v120h-60Zm217-30 61 79q2 3 23 11 18 0 26-16.5t-3-30.5l-57-73 57-74q11-14 3-30t-26-16q-7 0-13 3t-10 8l-61 79v-60q0-13-8.5-21.5T587-600q-13 0-21.5 8.5T557-570v180q0 13 8.5 21.5T587-360q13 0 21.5-8.5T617-390v-60ZM200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h560q33 0 56.5 23.5T840-760v560q0 33-23.5 56.5T760-120H200Zm0-80h560v-560H200v560Zm0-560v560-560Z" /> | ||
</svg> | ||
) | ||
|
||
export { Icon10kRounded as default } |
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 |
---|---|---|
@@ -1,11 +1,9 @@ | ||
import React from 'react' | ||
import { IconProps } from './types' | ||
|
||
const Icon10kRoundedFilled: React.FC<IconProps> = ({ ...props }) => ( | ||
export const Icon10kRoundedFilled: React.FC<IconProps> = ({ ...props }) => ( | ||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" {...props}> | ||
{props.title && <title>{props.title}</title>} | ||
<path d="M240-540v150q0 13 8.5 21.5T270-360q13 0 21.5-8.5T300-390v-180q0-13-8.5-21.5T270-600h-40q-13 0-21.5 8.5T200-570q0 13 8.5 21.5T230-540h10Zm140 180h100q17 0 28.5-11.5T520-400v-160q0-17-11.5-28.5T480-600H380q-17 0-28.5 11.5T340-560v160q0 17 11.5 28.5T380-360Zm20-60v-120h60v120h-60Zm220-30 62 79q2 3 22 11 17 0 25-15.5t-3-29.5l-56-75 57-76q11-14 3-29t-26-15q-7 0-12.5 3t-9.5 8l-62 79v-60q0-13-8.5-21.5T590-600q-13 0-21.5 8.5T560-570v180q0 13 8.5 21.5T590-360q13 0 21.5-8.5T620-390v-60ZM200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h560q33 0 56.5 23.5T840-760v560q0 33-23.5 56.5T760-120H200Z" /> | ||
</svg> | ||
) | ||
|
||
export { Icon10kRoundedFilled as default } |
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 |
---|---|---|
@@ -1,11 +1,9 @@ | ||
import React from 'react' | ||
import { IconProps } from './types' | ||
|
||
const Icon10kSharp: React.FC<IconProps> = ({ ...props }) => ( | ||
export const Icon10kSharp: React.FC<IconProps> = ({ ...props }) => ( | ||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" {...props}> | ||
{props.title && <title>{props.title}</title>} | ||
<path d="M240-360h60v-240H200v60h40v180Zm100 0h180v-240H340v240Zm60-60v-120h60v120h-60Zm157 60h60v-90l70 90h73l-93-120 93-120h-73l-70 90v-90h-60v240ZM120-120v-720h720v720H120Zm80-80h560v-560H200v560Zm0 0v-560 560Z" /> | ||
</svg> | ||
) | ||
|
||
export { Icon10kSharp as default } |
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 |
---|---|---|
@@ -1,11 +1,9 @@ | ||
import React from 'react' | ||
import { IconProps } from './types' | ||
|
||
const Icon10kSharpFilled: React.FC<IconProps> = ({ ...props }) => ( | ||
export const Icon10kSharpFilled: React.FC<IconProps> = ({ ...props }) => ( | ||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" {...props}> | ||
{props.title && <title>{props.title}</title>} | ||
<path d="M240-360h60v-240H200v60h40v180Zm100 0h180v-240H340v240Zm60-60v-120h60v120h-60Zm160 60h60v-90l70 90h70l-90-120 90-120h-70l-70 90v-90h-60v240ZM120-120v-720h720v720H120Z" /> | ||
</svg> | ||
) | ||
|
||
export { Icon10kSharpFilled as default } |
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 |
---|---|---|
@@ -1,11 +1,9 @@ | ||
import React from 'react' | ||
import { IconProps } from './types' | ||
|
||
const Icon10mpOutlined: React.FC<IconProps> = ({ ...props }) => ( | ||
export const Icon10mpOutlined: React.FC<IconProps> = ({ ...props }) => ( | ||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" {...props}> | ||
{props.title && <title>{props.title}</title>} | ||
<path d="M340-500h60v-240H280v60h60v180Zm180 0h100q17 0 28.5-11.5T660-540v-160q0-17-11.5-28.5T620-740H520q-17 0-28.5 11.5T480-700v160q0 17 11.5 28.5T520-500Zm20-60v-120h60v120h-60ZM240-220h60v-180h40v120h60v-120h40v180h60v-200q0-17-11.5-28.5T460-460H280q-17 0-28.5 11.5T240-420v200Zm300 0h60v-60h80q17 0 28.5-11.5T720-320v-100q0-17-11.5-28.5T680-460H540v240Zm60-120v-60h60v60h-60ZM200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h560q33 0 56.5 23.5T840-760v560q0 33-23.5 56.5T760-120H200Zm0-80h560v-560H200v560Zm0-560v560-560Z" /> | ||
</svg> | ||
) | ||
|
||
export { Icon10mpOutlined as default } |
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 |
---|---|---|
@@ -1,11 +1,9 @@ | ||
import React from 'react' | ||
import { IconProps } from './types' | ||
|
||
const Icon10mpOutlinedFilled: React.FC<IconProps> = ({ ...props }) => ( | ||
export const Icon10mpOutlinedFilled: React.FC<IconProps> = ({ ...props }) => ( | ||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" {...props}> | ||
{props.title && <title>{props.title}</title>} | ||
<path d="M340-500h60v-240H280v60h60v180Zm180 0h100q17 0 28.5-11.5T660-540v-160q0-17-11.5-28.5T620-740H520q-17 0-28.5 11.5T480-700v160q0 17 11.5 28.5T520-500Zm20-60v-120h60v120h-60ZM240-220h60v-180h40v120h60v-120h40v180h60v-200q0-17-11.5-28.5T460-460H280q-17 0-28.5 11.5T240-420v200Zm300 0h60v-60h80q17 0 28.5-11.5T720-320v-100q0-17-11.5-28.5T680-460H540v240Zm60-120v-60h60v60h-60ZM200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h560q33 0 56.5 23.5T840-760v560q0 33-23.5 56.5T760-120H200Z" /> | ||
</svg> | ||
) | ||
|
||
export { Icon10mpOutlinedFilled as default } |
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 |
---|---|---|
@@ -1,11 +1,9 @@ | ||
import React from 'react' | ||
import { IconProps } from './types' | ||
|
||
const Icon10mpRounded: React.FC<IconProps> = ({ ...props }) => ( | ||
export const Icon10mpRounded: React.FC<IconProps> = ({ ...props }) => ( | ||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" {...props}> | ||
{props.title && <title>{props.title}</title>} | ||
<path d="M340-680v150q0 13 8.5 21.5T370-500q13 0 21.5-8.5T400-530v-180q0-13-8.5-21.5T370-740h-60q-13 0-21.5 8.5T280-710q0 13 8.5 21.5T310-680h30Zm180 180h100q17 0 28.5-11.5T660-540v-160q0-17-11.5-28.5T620-740H520q-17 0-28.5 11.5T480-700v160q0 17 11.5 28.5T520-500Zm20-60v-120h60v120h-60ZM200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h560q33 0 56.5 23.5T840-760v560q0 33-23.5 56.5T760-120H200Zm0-80h560v-560H200v560Zm0-560v560-560Zm100 360h40v90q0 13 8.5 21.5T370-280q13 0 21.5-8.5T400-310v-90h40v150q0 13 8.5 21.5T470-220q13 0 21.5-8.5T500-250v-170q0-17-11.5-28.5T460-460H280q-17 0-28.5 11.5T240-420v170q0 13 8.5 21.5T270-220q13 0 21.5-8.5T300-250v-150Zm300 120h80q17 0 28.5-11.5T720-320v-100q0-17-11.5-28.5T680-460H570q-13 0-21.5 8.5T540-430v180q0 13 8.5 21.5T570-220q13 0 21.5-8.5T600-250v-30Zm0-60v-60h60v60h-60Z" /> | ||
</svg> | ||
) | ||
|
||
export { Icon10mpRounded as default } |
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 |
---|---|---|
@@ -1,11 +1,9 @@ | ||
import React from 'react' | ||
import { IconProps } from './types' | ||
|
||
const Icon10mpRoundedFilled: React.FC<IconProps> = ({ ...props }) => ( | ||
export const Icon10mpRoundedFilled: React.FC<IconProps> = ({ ...props }) => ( | ||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" {...props}> | ||
{props.title && <title>{props.title}</title>} | ||
<path d="M340-680v150q0 13 8.5 21.5T370-500q13 0 21.5-8.5T400-530v-180q0-13-8.5-21.5T370-740h-60q-13 0-21.5 8.5T280-710q0 13 8.5 21.5T310-680h30Zm180 180h100q17 0 28.5-11.5T660-540v-160q0-17-11.5-28.5T620-740H520q-17 0-28.5 11.5T480-700v160q0 17 11.5 28.5T520-500Zm20-60v-120h60v120h-60ZM200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h560q33 0 56.5 23.5T840-760v560q0 33-23.5 56.5T760-120H200Zm100-280h40v90q0 13 8.5 21.5T370-280q13 0 21.5-8.5T400-310v-90h40v150q0 13 8.5 21.5T470-220q13 0 21.5-8.5T500-250v-170q0-17-11.5-28.5T460-460H280q-17 0-28.5 11.5T240-420v170q0 13 8.5 21.5T270-220q13 0 21.5-8.5T300-250v-150Zm300 120h80q17 0 28.5-11.5T720-320v-100q0-17-11.5-28.5T680-460H570q-13 0-21.5 8.5T540-430v180q0 13 8.5 21.5T570-220q13 0 21.5-8.5T600-250v-30Zm0-60v-60h60v60h-60Z" /> | ||
</svg> | ||
) | ||
|
||
export { Icon10mpRoundedFilled as default } |
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 |
---|---|---|
@@ -1,11 +1,9 @@ | ||
import React from 'react' | ||
import { IconProps } from './types' | ||
|
||
const Icon10mpSharp: React.FC<IconProps> = ({ ...props }) => ( | ||
export const Icon10mpSharp: React.FC<IconProps> = ({ ...props }) => ( | ||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" {...props}> | ||
{props.title && <title>{props.title}</title>} | ||
<path d="M340-500h60v-240H280v60h60v180Zm140 0h180v-240H480v240Zm60-60v-120h60v120h-60ZM240-220h60v-180h40v120h60v-120h40v180h60v-240H240v240Zm300 0h60v-60h120v-180H540v240Zm60-120v-60h60v60h-60ZM120-120v-720h720v720H120Zm80-80h560v-560H200v560Zm0 0v-560 560Z" /> | ||
</svg> | ||
) | ||
|
||
export { Icon10mpSharp as default } |
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 |
---|---|---|
@@ -1,11 +1,9 @@ | ||
import React from 'react' | ||
import { IconProps } from './types' | ||
|
||
const Icon10mpSharpFilled: React.FC<IconProps> = ({ ...props }) => ( | ||
export const Icon10mpSharpFilled: React.FC<IconProps> = ({ ...props }) => ( | ||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" {...props}> | ||
{props.title && <title>{props.title}</title>} | ||
<path d="M340-500h60v-240H280v60h60v180Zm140 0h180v-240H480v240Zm60-60v-120h60v120h-60ZM240-220h60v-180h40v120h60v-120h40v180h60v-240H240v240Zm300 0h60v-60h120v-180H540v240Zm60-120v-60h60v60h-60ZM120-120v-720h720v720H120Z" /> | ||
</svg> | ||
) | ||
|
||
export { Icon10mpSharpFilled as default } |
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 |
---|---|---|
@@ -1,11 +1,9 @@ | ||
import React from 'react' | ||
import { IconProps } from './types' | ||
|
||
const Icon11mpOutlined: React.FC<IconProps> = ({ ...props }) => ( | ||
export const Icon11mpOutlined: React.FC<IconProps> = ({ ...props }) => ( | ||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" {...props}> | ||
{props.title && <title>{props.title}</title>} | ||
<path d="M380-500h60v-240H320v60h60v180Zm200 0h60v-240H520v60h60v180ZM240-220h60v-180h40v120h60v-120h40v180h60v-200q0-17-11.5-28.5T460-460H280q-17 0-28.5 11.5T240-420v200Zm300 0h60v-60h80q17 0 28.5-11.5T720-320v-100q0-17-11.5-28.5T680-460H540v240Zm60-120v-60h60v60h-60ZM200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h560q33 0 56.5 23.5T840-760v560q0 33-23.5 56.5T760-120H200Zm0-80h560v-560H200v560Zm0-560v560-560Z" /> | ||
</svg> | ||
) | ||
|
||
export { Icon11mpOutlined as default } |
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 |
---|---|---|
@@ -1,11 +1,9 @@ | ||
import React from 'react' | ||
import { IconProps } from './types' | ||
|
||
const Icon11mpOutlinedFilled: React.FC<IconProps> = ({ ...props }) => ( | ||
export const Icon11mpOutlinedFilled: React.FC<IconProps> = ({ ...props }) => ( | ||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" {...props}> | ||
{props.title && <title>{props.title}</title>} | ||
<path d="M380-500h60v-240H320v60h60v180Zm200 0h60v-240H520v60h60v180ZM240-220h60v-180h40v120h60v-120h40v180h60v-200q0-17-11.5-28.5T460-460H280q-17 0-28.5 11.5T240-420v200Zm300 0h60v-60h80q17 0 28.5-11.5T720-320v-100q0-17-11.5-28.5T680-460H540v240Zm60-120v-60h60v60h-60ZM200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h560q33 0 56.5 23.5T840-760v560q0 33-23.5 56.5T760-120H200Z" /> | ||
</svg> | ||
) | ||
|
||
export { Icon11mpOutlinedFilled as default } |
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 |
---|---|---|
@@ -1,11 +1,9 @@ | ||
import React from 'react' | ||
import { IconProps } from './types' | ||
|
||
const Icon11mpRounded: React.FC<IconProps> = ({ ...props }) => ( | ||
export const Icon11mpRounded: React.FC<IconProps> = ({ ...props }) => ( | ||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" {...props}> | ||
{props.title && <title>{props.title}</title>} | ||
<path d="M380-680v150q0 13 8.5 21.5T410-500q13 0 21.5-8.5T440-530v-180q0-13-8.5-21.5T410-740h-60q-13 0-21.5 8.5T320-710q0 13 8.5 21.5T350-680h30Zm200 0v150q0 13 8.5 21.5T610-500q13 0 21.5-8.5T640-530v-180q0-13-8.5-21.5T610-740h-60q-13 0-21.5 8.5T520-710q0 13 8.5 21.5T550-680h30ZM200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h560q33 0 56.5 23.5T840-760v560q0 33-23.5 56.5T760-120H200Zm0-80h560v-560H200v560Zm0-560v560-560Zm100 360h40v90q0 13 8.5 21.5T370-280q13 0 21.5-8.5T400-310v-90h40v150q0 13 8.5 21.5T470-220q13 0 21.5-8.5T500-250v-170q0-17-11.5-28.5T460-460H280q-17 0-28.5 11.5T240-420v170q0 13 8.5 21.5T270-220q13 0 21.5-8.5T300-250v-150Zm300 120h80q17 0 28.5-11.5T720-320v-100q0-17-11.5-28.5T680-460H570q-13 0-21.5 8.5T540-430v180q0 13 8.5 21.5T570-220q13 0 21.5-8.5T600-250v-30Zm0-60v-60h60v60h-60Z" /> | ||
</svg> | ||
) | ||
|
||
export { Icon11mpRounded as default } |
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 |
---|---|---|
@@ -1,11 +1,9 @@ | ||
import React from 'react' | ||
import { IconProps } from './types' | ||
|
||
const Icon11mpRoundedFilled: React.FC<IconProps> = ({ ...props }) => ( | ||
export const Icon11mpRoundedFilled: React.FC<IconProps> = ({ ...props }) => ( | ||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" {...props}> | ||
{props.title && <title>{props.title}</title>} | ||
<path d="M380-680v150q0 13 8.5 21.5T410-500q13 0 21.5-8.5T440-530v-180q0-13-8.5-21.5T410-740h-60q-13 0-21.5 8.5T320-710q0 13 8.5 21.5T350-680h30Zm200 0v150q0 13 8.5 21.5T610-500q13 0 21.5-8.5T640-530v-180q0-13-8.5-21.5T610-740h-60q-13 0-21.5 8.5T520-710q0 13 8.5 21.5T550-680h30ZM200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h560q33 0 56.5 23.5T840-760v560q0 33-23.5 56.5T760-120H200Zm100-280h40v90q0 13 8.5 21.5T370-280q13 0 21.5-8.5T400-310v-90h40v150q0 13 8.5 21.5T470-220q13 0 21.5-8.5T500-250v-170q0-17-11.5-28.5T460-460H280q-17 0-28.5 11.5T240-420v170q0 13 8.5 21.5T270-220q13 0 21.5-8.5T300-250v-150Zm300 120h80q17 0 28.5-11.5T720-320v-100q0-17-11.5-28.5T680-460H570q-13 0-21.5 8.5T540-430v180q0 13 8.5 21.5T570-220q13 0 21.5-8.5T600-250v-30Zm0-60v-60h60v60h-60Z" /> | ||
</svg> | ||
) | ||
|
||
export { Icon11mpRoundedFilled as default } |
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 |
---|---|---|
@@ -1,11 +1,9 @@ | ||
import React from 'react' | ||
import { IconProps } from './types' | ||
|
||
const Icon11mpSharp: React.FC<IconProps> = ({ ...props }) => ( | ||
export const Icon11mpSharp: React.FC<IconProps> = ({ ...props }) => ( | ||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" {...props}> | ||
{props.title && <title>{props.title}</title>} | ||
<path d="M380-500h60v-240H320v60h60v180Zm200 0h60v-240H520v60h60v180ZM240-220h60v-180h40v120h60v-120h40v180h60v-240H240v240Zm300 0h60v-60h120v-180H540v240Zm60-120v-60h60v60h-60ZM120-120v-720h720v720H120Zm80-80h560v-560H200v560Zm0 0v-560 560Z" /> | ||
</svg> | ||
) | ||
|
||
export { Icon11mpSharp as default } |
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 |
---|---|---|
@@ -1,11 +1,9 @@ | ||
import React from 'react' | ||
import { IconProps } from './types' | ||
|
||
const Icon11mpSharpFilled: React.FC<IconProps> = ({ ...props }) => ( | ||
export const Icon11mpSharpFilled: React.FC<IconProps> = ({ ...props }) => ( | ||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" {...props}> | ||
{props.title && <title>{props.title}</title>} | ||
<path d="M380-500h60v-240H320v60h60v180Zm200 0h60v-240H520v60h60v180ZM240-220h60v-180h40v120h60v-120h40v180h60v-240H240v240Zm300 0h60v-60h120v-180H540v240Zm60-120v-60h60v60h-60ZM120-120v-720h720v720H120Z" /> | ||
</svg> | ||
) | ||
|
||
export { Icon11mpSharpFilled as default } |
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 |
---|---|---|
@@ -1,11 +1,9 @@ | ||
import React from 'react' | ||
import { IconProps } from './types' | ||
|
||
const Icon123Outlined: React.FC<IconProps> = ({ ...props }) => ( | ||
export const Icon123Outlined: React.FC<IconProps> = ({ ...props }) => ( | ||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" {...props}> | ||
{props.title && <title>{props.title}</title>} | ||
<path d="M220-360v-180h-60v-60h120v240h-60Zm140 0v-100q0-17 11.5-28.5T400-500h80v-40H360v-60h140q17 0 28.5 11.5T540-560v60q0 17-11.5 28.5T500-460h-80v40h120v60H360Zm240 0v-60h120v-40h-80v-40h80v-40H600v-60h140q17 0 28.5 11.5T780-560v160q0 17-11.5 28.5T740-360H600Z" /> | ||
</svg> | ||
) | ||
|
||
export { Icon123Outlined as default } |
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 |
---|---|---|
@@ -1,11 +1,9 @@ | ||
import React from 'react' | ||
import { IconProps } from './types' | ||
|
||
const Icon123OutlinedFilled: React.FC<IconProps> = ({ ...props }) => ( | ||
export const Icon123OutlinedFilled: React.FC<IconProps> = ({ ...props }) => ( | ||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" {...props}> | ||
{props.title && <title>{props.title}</title>} | ||
<path d="M220-360v-180h-60v-60h120v240h-60Zm140 0v-100q0-17 11.5-28.5T400-500h80v-40H360v-60h140q17 0 28.5 11.5T540-560v60q0 17-11.5 28.5T500-460h-80v40h120v60H360Zm240 0v-60h120v-40h-80v-40h80v-40H600v-60h140q17 0 28.5 11.5T780-560v160q0 17-11.5 28.5T740-360H600Z" /> | ||
</svg> | ||
) | ||
|
||
export { Icon123OutlinedFilled as default } |
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 |
---|---|---|
@@ -1,11 +1,9 @@ | ||
import React from 'react' | ||
import { IconProps } from './types' | ||
|
||
const Icon123Rounded: React.FC<IconProps> = ({ ...props }) => ( | ||
export const Icon123Rounded: React.FC<IconProps> = ({ ...props }) => ( | ||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" {...props}> | ||
{props.title && <title>{props.title}</title>} | ||
<path d="M220-540h-30q-13 0-21.5-8.5T160-570q0-13 8.5-21.5T190-600h60q13 0 21.5 8.5T280-570v180q0 13-8.5 21.5T250-360q-13 0-21.5-8.5T220-390v-150Zm140 150v-70q0-17 11.5-28.5T400-500h80v-40h-90q-13 0-21.5-8.5T360-570q0-13 8.5-21.5T390-600h110q17 0 28.5 11.5T540-560v60q0 17-11.5 28.5T500-460h-80v40h90q13 0 21.5 8.5T540-390q0 13-8.5 21.5T510-360H390q-13 0-21.5-8.5T360-390Zm380 30H630q-13 0-21.5-8.5T600-390q0-13 8.5-21.5T630-420h90v-40h-60q-8 0-14-6t-6-14q0-8 6-14t14-6h60v-40h-90q-13 0-21.5-8.5T600-570q0-13 8.5-21.5T630-600h110q17 0 28.5 11.5T780-560v160q0 17-11.5 28.5T740-360Z" /> | ||
</svg> | ||
) | ||
|
||
export { Icon123Rounded as default } |
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 |
---|---|---|
@@ -1,11 +1,9 @@ | ||
import React from 'react' | ||
import { IconProps } from './types' | ||
|
||
const Icon123RoundedFilled: React.FC<IconProps> = ({ ...props }) => ( | ||
export const Icon123RoundedFilled: React.FC<IconProps> = ({ ...props }) => ( | ||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" {...props}> | ||
{props.title && <title>{props.title}</title>} | ||
<path d="M220-540h-30q-13 0-21.5-8.5T160-570q0-13 8.5-21.5T190-600h60q13 0 21.5 8.5T280-570v180q0 13-8.5 21.5T250-360q-13 0-21.5-8.5T220-390v-150Zm140 150v-70q0-17 11.5-28.5T400-500h80v-40h-90q-13 0-21.5-8.5T360-570q0-13 8.5-21.5T390-600h110q17 0 28.5 11.5T540-560v60q0 17-11.5 28.5T500-460h-80v40h90q13 0 21.5 8.5T540-390q0 13-8.5 21.5T510-360H390q-13 0-21.5-8.5T360-390Zm380 30H630q-13 0-21.5-8.5T600-390q0-13 8.5-21.5T630-420h90v-40h-60q-8 0-14-6t-6-14q0-8 6-14t14-6h60v-40h-90q-13 0-21.5-8.5T600-570q0-13 8.5-21.5T630-600h110q17 0 28.5 11.5T780-560v160q0 17-11.5 28.5T740-360Z" /> | ||
</svg> | ||
) | ||
|
||
export { Icon123RoundedFilled as default } |
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 |
---|---|---|
@@ -1,11 +1,9 @@ | ||
import React from 'react' | ||
import { IconProps } from './types' | ||
|
||
const Icon123Sharp: React.FC<IconProps> = ({ ...props }) => ( | ||
export const Icon123Sharp: React.FC<IconProps> = ({ ...props }) => ( | ||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" {...props}> | ||
{props.title && <title>{props.title}</title>} | ||
<path d="M220-360v-180h-60v-60h120v240h-60Zm140 0v-140h120v-40H360v-60h180v140H420v40h120v60H360Zm240 0v-60h120v-40h-80v-40h80v-40H600v-60h180v240H600Z" /> | ||
</svg> | ||
) | ||
|
||
export { Icon123Sharp as default } |
Oops, something went wrong.