@risemaxi/sigil
Version:
Icons and Signs for the Rise Design System
18 lines (17 loc) • 3.91 kB
JavaScript
import { memo } from 'react';
import Svg, { G, Path } from 'react-native-svg';
const Icon = memo((_props) => {
const { color = 'black', size = 24, ...props } = _props;
return (<Svg viewBox="0 0 24 24" width={size} height={size} {...props}>
<G fill="none" fillRule="evenodd">
<Path d="M24 0v24H0V0zM12.594 23.258l-.012.002-.071.035-.02.004-.014-.004-.071-.036q-.016-.004-.024.006l-.004.01-.017.428.005.02.01.013.104.074.015.004.012-.004.104-.074.012-.016.004-.017-.017-.427q-.004-.016-.016-.018m.264-.113-.014.002-.184.093-.01.01-.003.011.018.43.005.012.008.008.201.092q.019.005.029-.008l.004-.014-.034-.614q-.005-.019-.02-.022m-.715.002a.02.02 0 0 0-.027.006l-.006.014-.034.614q.001.018.017.024l.015-.002.201-.093.01-.008.003-.011.018-.43-.003-.012-.01-.01z"/>
<Path fill={color} d="M10.04 2.648C10.582 2.22 11.228 2 11.996 2s1.412.22 1.952.646c.507.4.863.94 1.155 1.462q.189.34.36.684.347-.076.697-.14c.596-.105 1.244-.173 1.88-.034.68.148 1.262.511 1.75 1.115.519.639.747 1.321.726 2.052-.02.675-.252 1.325-.502 1.915q-.109.258-.227.517.273.226.537.46c.458.408.92.88 1.21 1.47.311.63.389 1.322.211 2.089-.168.729-.514 1.3-1.033 1.728-.49.404-1.078.633-1.639.8-.252.076-.532.148-.82.219-.005.32-.013.634-.033.922-.041.571-.138 1.179-.425 1.734-.302.586-.775 1.038-1.432 1.358-.723.353-1.426.428-2.122.256-.647-.16-1.219-.518-1.728-.883q-.258-.185-.512-.38-.254.194-.509.378c-.51.365-1.082.725-1.729.886-.697.173-1.4.098-2.125-.255-.655-.32-1.128-.77-1.43-1.355-.287-.554-.385-1.16-.427-1.731a15 15 0 0 1-.033-.927 17 17 0 0 1-.817-.216c-.562-.168-1.15-.395-1.642-.8-.52-.428-.867-1-1.036-1.73-.177-.766-.1-1.456.21-2.087.288-.589.75-1.061 1.207-1.47q.264-.235.54-.462a24 24 0 0 1-.227-.513c-.25-.59-.484-1.24-.505-1.917-.021-.73.207-1.414.725-2.055.488-.602 1.07-.966 1.749-1.114.635-.14 1.283-.072 1.879.033q.35.062.7.139.17-.344.357-.68c.292-.525.647-1.064 1.154-1.466M7.573 6.641l-.09-.017c-.524-.092-.859-.102-1.104-.048-.201.044-.397.142-.621.419-.235.29-.287.51-.28.737.008.27.104.615.32 1.133a13 13 0 0 0 1.05-1.099c.282-.393.518-.766.725-1.125m-.92 4.144A16.6 16.6 0 0 0 8.4 9.028l.024-.03.023-.03c.465-.646.848-1.297 1.17-1.895.696.133 1.482.25 2.325.292l.049.002.049-.002c.848-.041 1.637-.16 2.336-.293.32.595.7 1.241 1.162 1.882l.022.031.025.03a16.5 16.5 0 0 0 1.758 1.767 16 16 0 0 0-.912 2.837l-.008.037-.005.038a17 17 0 0 0-.143 1.718c-.572.154-1.198.348-1.863.613l-.036.014-.034.017c-.91.446-1.686.952-2.343 1.426a16 16 0 0 0-2.33-1.419l-.035-.017-.035-.014a17 17 0 0 0-1.877-.618 17 17 0 0 0-.141-1.703l-.005-.037-.008-.037a16 16 0 0 0-.916-2.852m-1.61 1.354-.041.037c-.409.364-.63.627-.744.858-.093.19-.137.406-.056.756.078.339.206.511.358.636.181.15.464.285.942.427l.192.055a14 14 0 0 0-.089-.89 13 13 0 0 0-.562-1.879m2.718 5.366q.006.135.015.262c.034.47.105.76.208.958.087.168.226.328.531.477.33.16.554.164.766.11.26-.064.576-.233 1.04-.565a13 13 0 0 0-1.499-.872 14 14 0 0 0-1.061-.37m5.92 1.241c.464.332.78.5 1.04.565.212.053.437.049.765-.111.306-.15.445-.31.532-.478.103-.199.173-.489.207-.96q.009-.127.014-.259c-.34.104-.69.223-1.05.366-.57.281-1.062.578-1.508.877m4.624-3.841.195-.056c.476-.143.758-.279.94-.428.15-.125.279-.297.357-.635.08-.351.036-.568-.057-.757-.114-.231-.336-.494-.747-.86l-.038-.034a13 13 0 0 0-.56 1.867q-.06.465-.09.903m-.108-6.044c.216-.518.312-.862.32-1.133.007-.227-.046-.448-.28-.737-.225-.277-.42-.375-.622-.419-.245-.053-.58-.043-1.106.05l-.088.016c.206.356.44.726.718 1.116.36.423.713.784 1.058 1.107m-4.77-3.65-.07-.128c-.255-.456-.456-.715-.649-.868-.16-.126-.358-.215-.712-.215s-.552.09-.712.216c-.193.153-.394.413-.649.87l-.068.126c.438.07.907.126 1.425.153.522-.027.994-.083 1.435-.154"/>
</G>
</Svg>);
});
Icon.displayName = 'AppleIntelligenceLine';
/**
* MingCute Icon: Apple Intelligence Line
* @see {@link https://www.mingcute.com MingCute Icon Docs}
*/
export const AppleIntelligenceLine = Icon;