8 lines
980 B
TypeScript
Executable File
8 lines
980 B
TypeScript
Executable File
import {createSvgIcon} from '@common/icons/create-svg-icon';
|
|
|
|
export const MediaArrowExpandIcon = createSvgIcon(
|
|
[<path d="M17.2412 10.3428L21.0042 14.1058C21.0882 14.1897 21.0287 14.3334 20.9099 14.3334H13.3333C12.9651 14.3334 12.6667 14.6318 12.6667 15L12.6667 17C12.6667 17.3682 12.9651 17.6667 13.3333 17.6667L20.9091 17.6667C21.0279 17.6667 21.0874 17.8103 21.0034 17.8943L17.2409 21.6567C16.9806 21.9171 16.9806 22.3392 17.2409 22.5995L18.6552 24.0138C18.9155 24.2741 19.3376 24.2741 19.598 24.0138L27.1404 16.4713C27.4008 16.2109 27.401 15.7886 27.1407 15.5282L19.5982 7.98576C19.3379 7.72541 18.9158 7.72541 18.6554 7.98576L17.2412 9.39997C16.9808 9.66032 16.9808 10.0824 17.2412 10.3428Z" key="0"/>,<path d="M8 7.9831C8.36819 7.9831 8.66667 8.28158 8.66667 8.64977V23.3164C8.66667 23.6846 8.36819 23.9831 8 23.9831H6C5.63181 23.9831 5.33334 23.6846 5.33334 23.3164V8.64977C5.33334 8.28158 5.63181 7.9831 6 7.9831H8Z" key="1"/>,],
|
|
'MediaArrowExpand',
|
|
'0 0 32 32'
|
|
);
|