feat(SW-3713): Optimize all SVGs * feat(SW-3713): Optimize all SVGs Approved-by: Anton Gunnarsson
11 lines
399 B
TypeScript
11 lines
399 B
TypeScript
/* AUTO-GENERATED — DO NOT EDIT */
|
|
import type { SVGProps } from "react"
|
|
|
|
const PersonFilled = (props: SVGProps<SVGSVGElement>) => (
|
|
<svg viewBox="0 -960 960 960" {...props}>
|
|
<path d="M480-481q-66 0-108-42t-42-108 42-108 108-42 108 42 42 108-42 108-108 42M160-160v-94q0-38 19-65t49-41q67-30 128.5-45T480-420t123 15.5T731-360q31 14 50 41t19 65v94z" />
|
|
</svg>
|
|
)
|
|
|
|
export default PersonFilled
|