react-icon-library
Version:
A library of SVG icons for use in reactJS projects
8 lines • 452 B
JavaScript
import React from 'react';
export default function MobilePhone21(props) {
return (<svg id="Bold" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width={24} height={24} {...props}>
<title>mobile-phone-2</title>
<path d="M17,0H7A3,3,0,0,0,4,3V21a3,3,0,0,0,3,3H17a3,3,0,0,0,3-3V3A3,3,0,0,0,17,0ZM6,19V3.5A.5.5,0,0,1,6.5,3h11a.5.5,0,0,1,.5.5V19a.5.5,0,0,1-.5.5H6.5A.5.5,0,0,1,6,19Z"/>
</svg>);
}
//# sourceMappingURL=MobilePhone21.js.map