remove unused smiles
This commit is contained in:
@@ -7,12 +7,6 @@ export const EmojiSad_Stroke2_Corner0_Rounded = createSinglePathSVG({
|
||||
path: emojiSadPath,
|
||||
})
|
||||
|
||||
export const emojiAltPath =
|
||||
'M12 3a1 1 0 0 1 1 1v7h7a1 1 0 1 1 0 2h-7v7a1 1 0 1 1-2 0v-7H4a1 1 0 1 1 0-2h7V4a1 1 0 0 1 1-1Z'
|
||||
export const EmojiAlt_Stroke2_Corner0_Rounded = createSinglePathSVG({
|
||||
path: emojiAltPath,
|
||||
})
|
||||
|
||||
export const emojiArcPath =
|
||||
'M12 4a8 8 0 1 0 0 16 8 8 0 0 0 0-16ZM2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10S2 17.523 2 12Zm8-5a1 1 0 0 1 1 1v3a1 1 0 1 1-2 0V8a1 1 0 0 1 1-1Zm4 0a1 1 0 0 1 1 1v3a1 1 0 1 1-2 0V8a1 1 0 0 1 1-1Zm-5.894 7.803a1 1 0 0 1 1.341-.447c1.719.859 3.387.859 5.106 0a1 1 0 1 1 .894 1.788c-2.281 1.141-4.613 1.141-6.894 0a1 1 0 0 1-.447-1.341Z'
|
||||
export const EmojiArc_Stroke2_Corner0_Rounded = createSinglePathSVG({
|
||||
@@ -24,9 +18,3 @@ export const emojiHeartEyesPath =
|
||||
export const EmojiHeartEyes_Stroke2_Corner0_Rounded = createSinglePathSVG({
|
||||
path: emojiHeartEyesPath,
|
||||
})
|
||||
|
||||
export const emojiSmilePath =
|
||||
'M12 3a1 1 0 0 1 1 1v7h7a1 1 0 1 1 0 2h-7v7a1 1 0 1 1-2 0v-7H4a1 1 0 1 1 0-2h7V4a1 1 0 0 1 1-1Z'
|
||||
export const EmojiSmile_Stroke2_Corner0_Rounded = createSinglePathSVG({
|
||||
path: emojiSmilePath,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user