@nant-design/nant-icons
Version:
14 lines (9 loc) • 927 B
JSX
import React from 'react';
export const MagnetOutline = ({width="410",height="404",...other}) => {
return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...other}>
<path d="M421.83 293.82A144 144 0 0 0 218.18 90.17" fill="none" stroke="currentColor" strokeMiterlimit="10" strokeWidth="32"/>
<path d="M353.94 225.94a48 48 0 0 0-67.88-67.88" fill="none" stroke="currentColor" strokeMiterlimit="10" strokeWidth="32"/>
<path d="M192 464v-48m-101.82 5.82 33.94-33.94M48 320h48" stroke="currentColor" strokeLinecap="round" strokeMiterlimit="10" strokeWidth="32"/>
<path d="M286.06 158.06 172.92 271.19a32 32 0 0 1-45.25 0L105 248.57a32 32 0 0 1 0-45.26L218.18 90.17m203.65 203.65L308.69 407a32 32 0 0 1-45.26 0l-22.62-22.63a32 32 0 0 1 0-45.26l113.13-113.17M139.6 169.98l67.88 67.89m67.88 67.88 67.89 67.88" fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="32"/>
</svg>;
};