Files
metabuilder/icons/react/fakemui/PaperPlaneTilt.tsx
2026-03-09 22:30:41 +00:00

10 lines
338 B
TypeScript

import React from 'react'
import { Icon, IconProps } from './Icon'
export const PaperPlaneTilt = (props: IconProps) => (
<Icon {...props}>
<path d="M223.7 30.3a8 8 0 0 0-8.5-1.7l-192 80a8 8 0 0 0 .6 15.1l85.6 24.4 24.4 85.6a8 8 0 0 0 15.1.6l80-192a8 8 0 0 0-1.7-8.5Z" />
<line x1="132" y1="132" x2="216" y2="48" />
</Icon>
)