@nant-design/nant-icons
Version:
8 lines (6 loc) • 519 B
JSX
import React from 'react';
export const SkullSharp = ({width="410",height="404",...other}) => {
return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...other}>
<path d="M256 16C141.31 16 48 109.31 48 224v154.83l82 32.81L146.88 496H192v-64h32v64h16v-64h32v64h16v-64h32v64h45.12L382 411.64l82-32.81V224c0-114.69-93.31-208-208-208Zm-88 320a56 56 0 1 1 56-56 56.06 56.06 0 0 1-56 56Zm51.51 64L244 320h24l24.49 80ZM344 336a56 56 0 1 1 56-56 56.06 56.06 0 0 1-56 56Zm104 32Z"/>
</svg>;
};