UNPKG

@elevyg/react-native-ionicons

Version:
8 lines (6 loc) 330 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; function SvgAlbumsSharp(props) { return <Svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512" {...props}><Path d="M128 64h256v32H128zM96 112h320v32H96zM464 448H48V160h416z" /></Svg>; } export default SvgAlbumsSharp;