chore: Change default icon style to rounded * Change default icon style to rounded Approved-by: Linus Flood
11 lines
399 B
TypeScript
11 lines
399 B
TypeScript
/* AUTO-GENERATED — DO NOT EDIT */
|
|
import type { SVGProps } from "react"
|
|
|
|
const KeyboardArrowDownFilled = (props: SVGProps<SVGSVGElement>) => (
|
|
<svg viewBox="0 -960 960 960" {...props}>
|
|
<path d="M480-356q-6 0-11-2t-10-7L261-563q-9-9-8.5-21.5T262-606t21.5-9 21.5 9l175 176 176-176q9-9 21-8.5t21 9.5 9 21.5-9 21.5L501-365q-5 5-10 7t-11 2" />
|
|
</svg>
|
|
)
|
|
|
|
export default KeyboardArrowDownFilled
|