chore: Change default icon style to rounded * Change default icon style to rounded Approved-by: Linus Flood
11 lines
365 B
TypeScript
11 lines
365 B
TypeScript
/* AUTO-GENERATED — DO NOT EDIT */
|
|
import type { SVGProps } from "react"
|
|
|
|
const KeyboardArrowUpFilled = (props: SVGProps<SVGSVGElement>) => (
|
|
<svg viewBox="0 -960 960 960" {...props}>
|
|
<path d="M480-554 304-378q-9 9-21 8.5t-21-9.5-9-21.5 9-21.5l197-197q9-9 21-9t21 9l198 198q9 9 9 21t-9 21-21.5 9-21.5-9z" />
|
|
</svg>
|
|
)
|
|
|
|
export default KeyboardArrowUpFilled
|