UNPKG

react-jam-icons

Version:
13 lines (10 loc) 270 B
import React from "react"; const IceCreamF = props => ( <svg viewBox="0 0 32 64" {...props}> <path d="M16 0C7.2 0 0 7.2 0 16v32h13v13c0 1.6 1.3 3 3 3s3-1.3 3-3V48h13V16c0-8.8-7.2-16-16-16z" fill="#343434" /> </svg> ); export default IceCreamF;