@nant-design/nant-icons
Version:
30 lines (17 loc) • 1.7 kB
JSX
import React from 'react';
export const LogoAppleAr = ({fill="currentColor",...other}) => {
return <svg width='1.33em' height='1.33em' fill={fill} viewBox="0 0 512 512" {...other}>
<path fill="none" stroke={fill} strokeLinecap="round" strokeLinejoin="round" strokeWidth="32" d="M201.14 64 256 32l54.86 32"/>
<path fill="none" stroke={fill} strokeLinecap="round" strokeMiterlimit="10" strokeWidth="32" d="M256 32v80"/>
<path fill="none" stroke={fill} strokeLinecap="round" strokeLinejoin="round" strokeWidth="32" d="M310.86 448 256 480l-54.86-32"/>
<path fill="none" stroke={fill} strokeLinecap="round" strokeMiterlimit="10" strokeWidth="32" d="M256 480v-80"/>
<path fill="none" stroke={fill} strokeLinecap="round" strokeLinejoin="round" strokeWidth="32" d="M64 207.51V144l53.15-31.51"/>
<path fill="none" stroke={fill} strokeLinecap="round" strokeMiterlimit="10" strokeWidth="32" d="m64 144 67.29 40"/>
<path fill="none" stroke={fill} strokeLinecap="round" strokeLinejoin="round" strokeWidth="32" d="M448 304.49V368l-53.15 31.51"/>
<path fill="none" stroke={fill} strokeLinecap="round" strokeMiterlimit="10" strokeWidth="32" d="m448 368-67.29-40"/>
<path fill="none" stroke={fill} strokeLinecap="round" strokeLinejoin="round" strokeWidth="32" d="M117.15 400 64 368v-63.51"/>
<path fill="none" stroke={fill} strokeLinecap="round" strokeMiterlimit="10" strokeWidth="32" d="m64 368 66.64-40"/>
<path fill="none" stroke={fill} strokeLinecap="round" strokeLinejoin="round" strokeWidth="32" d="M394.85 112.49 448 144v63.51"/>
<path fill="none" stroke={fill} strokeLinecap="round" strokeMiterlimit="10" strokeWidth="32" d="m448 144-67.29 40M256 320v-64l54.86-32M256 256l-54.86-32"/>
</svg>;
};