Try some popcorn (#5553)

* try popcorn

* different icon

* icon attr

* popcorn2

* popcorn3

* popcorn to movies
This commit is contained in:
jessopb 2021-02-18 22:10:25 -05:00 committed by GitHub
parent 05b998c0ee
commit 06681017ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 26 additions and 0 deletions

View file

@ -1100,4 +1100,29 @@ export const icons = {
<path d="M12 4.89L13.875 8.31C14.291 9.07838 14.9216 9.70903 15.69 10.125L19.11 12L15.69 13.875C14.9216 14.291 14.291 14.9216 13.875 15.69L12 19.11L10.125 15.69C9.70903 14.9216 9.07838 14.291 8.31 13.875L4.89 12L8.31 10.125C9.07838 9.70903 9.70903 9.07838 10.125 8.31L12 4.89ZM3 1.89C2.76692 2.36024 2.3952 2.74767 1.935 3L0 4.005L1.935 5.055C2.38429 5.28744 2.75483 5.64753 3 6.09L4.05 8.025L5.1 6.09C5.33543 5.65943 5.68943 5.30543 6.12 5.07L8.055 4.02L6.09 3C5.65943 2.76457 5.30543 2.41057 5.07 1.98L4.005 0L3 1.89ZM18.975 1.89C18.7396 2.32057 18.3856 2.67457 17.955 2.91L16.02 3.96L17.955 5.01C18.3856 5.24543 18.7396 5.59943 18.975 6.03L20.025 7.965L21 6.09C21.2354 5.65943 21.5894 5.30543 22.02 5.07L24 4.005L22.065 3C21.6114 2.75957 21.2404 2.38858 21 1.935L19.995 0L18.975 1.89ZM3 17.91C2.76457 18.3406 2.41057 18.6946 1.98 18.93L0 19.995L1.935 21.045C2.36557 21.2804 2.71957 21.6344 2.955 22.065L4.005 24L5.055 22.065C5.28744 21.6157 5.64753 21.2452 6.09 21L8.025 19.95L6.09 18.9C5.65943 18.6646 5.30543 18.3106 5.07 17.88L4.02 15.945L3 17.91ZM18.975 17.91C18.7396 18.3406 18.3856 18.6946 17.955 18.93L16.02 19.98L17.955 21.03C18.3856 21.2654 18.7396 21.6194 18.975 22.05L20.025 23.985L21.075 22.05C21.3104 21.6194 21.6644 21.2654 22.095 21.03L24.03 19.98L22.095 18.93C21.6644 18.6946 21.3104 18.3406 21.075 17.91L20.025 15.975L18.975 17.91Z" />
</svg>
),
[ICONS.MOVIES]: (props: CustomProps) => (
<svg
{...props}
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
width={props.size || '18'}
height={props.size || '18'}
fill="none"
stroke="currentColor"
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
>
<g transform="matrix(1,0,0,1,0,0)">
<path d="M19.5,11.75a3.751,3.751,0,0,1,3.124-3.7.75.75,0,0,0,.626-.739V5a1.5,1.5,0,0,0-1.5-1.5H2.25A1.5,1.5,0,0,0,.75,5V7.313a.749.749,0,0,0,.626.739,3.751,3.751,0,0,1,0,7.4.75.75,0,0,0-.626.739V18.5A1.5,1.5,0,0,0,2.25,20h19.5a1.5,1.5,0,0,0,1.5-1.5V16.187a.749.749,0,0,0-.626-.739A3.751,3.751,0,0,1,19.5,11.75Z" />
<path d="M4.5 6.5L6.75 6.5" />
<path d="M10.5 6.5L13.5 6.5" />
<path d="M17.25 6.5L19.5 6.5" />
<path d="M4.5 17L6.75 17" />
<path d="M10.5 17L13.5 17" />
<path d="M17.25 17L19.5 17" />
<path d="M12.624,10.436a.75.75,0,0,0-1.248,0l-1.6,2.4A.75.75,0,0,0,10.4,14h3.2a.75.75,0,0,0,.624-1.166Z" />
</g>
</svg>
),
};

View file

@ -136,3 +136,4 @@ export const CHANNEL_LEVEL_2 = 'ChannelLevel2';
export const CHANNEL_LEVEL_3 = 'ChannelLevel3';
export const CHANNEL_LEVEL_4 = 'ChannelLevel4';
export const CHANNEL_LEVEL_5 = 'ChannelLevel5';
export const MOVIES = 'Movies';