@nant-design/nant-icons
Version:
8 lines (6 loc) • 639 B
JSX
import React from 'react';
export const Keypad = ({fill="currentColor",...other}) => {
return <svg width='1.33em' height='1.33em' fill={fill} viewBox="0 0 512 512" {...other}>
<path d="M256 400a48 48 0 1 0 48 48 48 48 0 0 0-48-48Zm0-128a48 48 0 1 0 48 48 48 48 0 0 0-48-48Zm0-128a48 48 0 1 0 48 48 48 48 0 0 0-48-48Zm0-128a48 48 0 1 0 48 48 48 48 0 0 0-48-48Zm128 256a48 48 0 1 0 48 48 48 48 0 0 0-48-48Zm0-128a48 48 0 1 0 48 48 48 48 0 0 0-48-48Zm0-128a48 48 0 1 0 48 48 48 48 0 0 0-48-48ZM128 272a48 48 0 1 0 48 48 48 48 0 0 0-48-48Zm0-128a48 48 0 1 0 48 48 48 48 0 0 0-48-48Zm0-128a48 48 0 1 0 48 48 48 48 0 0 0-48-48Z"/>
</svg>;
};