Convert all material symbols to react components * convert all material symbols to react components * remove svgr Approved-by: Linus Flood
11 lines
398 B
TypeScript
11 lines
398 B
TypeScript
/* AUTO-GENERATED — DO NOT EDIT */
|
|
import type { SVGProps } from "react"
|
|
|
|
const StraightenFilled = (props: SVGProps<SVGSVGElement>) => (
|
|
<svg viewBox="0 -960 960 960" {...props}>
|
|
<path d="M140-240q-24 0-42-18t-18-42v-360q0-23 18-41.5t42-18.5h130v240h60v-240h120v240h60v-240h120v240h60v-240h130q24 0 42 18.5t18 41.5v360q0 24-18 42t-42 18H140Z" />
|
|
</svg>
|
|
)
|
|
|
|
export default StraightenFilled
|