UNPKG

@elevyg/react-native-ionicons

Version:
8 lines (6 loc) 386 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; function SvgCubeSharp(props) { return <Svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512" {...props}><Path d="M48 170v196.92L240 480V284L48 170zM272 480l192-113.08V170L272 284zm176-122.36zM448 144L256 32 64 144l192 112 192-112z" /></Svg>; } export default SvgCubeSharp;