chore: Change default icon style to rounded * Change default icon style to rounded Approved-by: Linus Flood
11 lines
407 B
TypeScript
11 lines
407 B
TypeScript
/* AUTO-GENERATED — DO NOT EDIT */
|
|
import type { SVGProps } from "react"
|
|
|
|
const ArrowUpwardFilled = (props: SVGProps<SVGSVGElement>) => (
|
|
<svg viewBox="0 -960 960 960" {...props}>
|
|
<path d="M450-686 223-459q-9 9-21 9t-21-9-9-21 9-21l278-278q5-5 10-7t11-2 11 2 10 7l278 278q9 9 9 21t-9 21-21 9-21-9L510-686v496q0 13-8.5 21.5T480-160t-21.5-8.5T450-190z" />
|
|
</svg>
|
|
)
|
|
|
|
export default ArrowUpwardFilled
|