@nant-design/nant-icons
Version:
26 lines (15 loc) • 797 B
JSX
import React from 'react';
export const CalculatorOutline = (props) => {
return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...props}>
<rect x="112" y="48" width="288" height="416" rx="32" ry="32" fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="32"/>
<path d="M160.01 112H352v64H160.01z" fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="32"/>
<circle cx="168" cy="248" r="24"/>
<circle cx="256" cy="248" r="24"/>
<circle cx="344" cy="248" r="24"/>
<circle cx="168" cy="328" r="24"/>
<circle cx="256" cy="328" r="24"/>
<circle cx="168" cy="408" r="24"/>
<circle cx="256" cy="408" r="24"/>
<rect x="320" y="304" width="48" height="128" rx="24" ry="24"/>
</svg>;
};