@nant-design/nant-icons
Version:
8 lines (6 loc) • 323 B
JSX
import React from 'react';
export const WineSharp = ({width="410",height="404",...other}) => {
return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...other}>
<path d="M453 112V66.33H60.75V112l175.13 176v118H124.75v42H389v-42H277.88V288Zm-336.65-3.67h281l-37.81 38H154.16Z"/>
</svg>;
};