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

8 lines
253 B
TypeScript

import { Icon, IconProps } from './Icon'
export const TextFields = (props: IconProps) => (
<Icon {...props}>
<path d="M212,56a8,8,0,0,1-8,8H136V192h28a8,8,0,0,1,0,16H92a8,8,0,0,1,0-16h28V64H52a8,8,0,0,1,0-16H204A8,8,0,0,1,212,56Z" />
</Icon>
)