UNPKG

react-native-unicons

Version:
9 lines (8 loc) 519 B
import * as React from 'react'; import Svg, { Path } from 'react-native-svg'; function SvgCapsule(props) { return (<Svg data-name="Layer 1" viewBox="0 0 24 24" width={24} height={24} {...props}> <Path d="M19.5 4.5a5.12 5.12 0 00-7.24 0L4.5 12.26a5.12 5.12 0 107.24 7.24l7.76-7.76a5.12 5.12 0 000-7.24zm-9.18 13.59a3.21 3.21 0 01-4.41 0 3.13 3.13 0 010-4.41l3.18-3.18 4.41 4.41zm7.77-7.77l-3.18 3.18-4.41-4.41 3.18-3.18a3.12 3.12 0 014.41 4.41z" fill="currentColor"/> </Svg>); } export default SvgCapsule;