UNPKG

@risemaxi/sigil

Version:

Icons and Signs for the Rise Design System

18 lines (17 loc) 3.98 kB
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="M17 3.25A3.75 3.75 0 0 1 20.75 7v10A3.75 3.75 0 0 1 17 20.75H7A3.75 3.75 0 0 1 3.25 17V7A3.75 3.75 0 0 1 7 3.25zm0 1.5H7A2.25 2.25 0 0 0 4.75 7v10A2.25 2.25 0 0 0 7 19.25h10A2.25 2.25 0 0 0 19.25 17V7A2.25 2.25 0 0 0 17 4.75m-5.003 1.025c.475 0 .872.135 1.205.398.313.248.533.58.715.907q.122.22.233.443a10 10 0 0 1 .454-.09c.371-.066.773-.108 1.165-.022.419.09.778.315 1.08.688.32.395.46.816.448 1.266-.012.417-.156.82-.312 1.188l-.15.34q.18.147.35.298c.286.255.572.547.751.911.192.39.24.815.13 1.29-.104.45-.317.802-.638 1.066-.302.25-.665.391-1.015.496l-.169.048-.362.092-.01.404-.01.19c-.026.356-.086.732-.263 1.075-.186.361-.478.64-.884.838-.447.218-.88.264-1.309.158-.4-.1-.754-.32-1.072-.548a13 13 0 0 1-.334-.249l-.332.247c-.318.229-.673.451-1.073.55-.429.107-.863.061-1.31-.157a1.9 1.9 0 0 1-.884-.836c-.177-.342-.237-.717-.263-1.072l-.011-.192-.01-.406-.361-.091-.168-.048c-.35-.104-.714-.246-1.017-.495-.321-.264-.535-.616-.64-1.067-.109-.474-.061-.9.13-1.288.178-.364.463-.657.749-.911q.171-.153.35-.3l-.148-.338c-.156-.369-.301-.772-.314-1.19-.013-.45.127-.871.448-1.267.302-.373.66-.596 1.078-.688.393-.086.794-.045 1.165.02q.229.042.455.091.11-.222.232-.44c.182-.328.402-.662.715-.91.333-.263.73-.4 1.206-.4m-2.673 9.631.01.2c.022.295.066.48.133.608.057.11.148.214.343.31.211.102.357.105.496.07.144-.035.313-.12.542-.276l.145-.102a8 8 0 0 0-.97-.567 9 9 0 0 0-.7-.242m5.351 0a9 9 0 0 0-.692.239 8 8 0 0 0-.755.425l-.222.146.027.019c.292.209.493.317.661.359.139.034.285.03.495-.072.196-.095.287-.199.344-.31a1.4 1.4 0 0 0 .12-.47l.012-.14q.006-.096.01-.197m-1.177-6.514c-.352.068-.741.13-1.157.165l-.347.023-.029-.002a10.5 10.5 0 0 1-1.468-.185c-.152.283-.325.585-.527.89l-.225.326-.014.017c-.368.435-.751.8-1.103 1.108.177.421.357.906.498 1.456l.084.36.003.023c.053.388.077.75.089 1.08.273.073.566.16.874.271l.335.128.021.01c.57.28 1.056.598 1.467.895.331-.239.71-.491 1.142-.727l.354-.183.022-.008c.421-.168.818-.29 1.18-.387q.01-.376.054-.801l.038-.312.005-.022a10 10 0 0 1 .575-1.785 11 11 0 0 1-.886-.86l-.238-.272-.013-.018a11 11 0 0 1-.733-1.19m-5.837 3.153-.052.046c-.256.229-.398.395-.47.544-.062.124-.09.265-.038.49.05.216.133.329.232.41.118.097.298.183.598.272l.154.044a9 9 0 0 0-.058-.594 8 8 0 0 0-.366-1.213m8.675-.003a8 8 0 0 0-.364 1.205 9 9 0 0 0-.06.602l.157-.045c.299-.09.479-.175.596-.272.1-.082.182-.194.232-.41.052-.225.023-.366-.038-.49-.06-.124-.17-.26-.353-.435zM9.18 8.615c-.329-.058-.542-.064-.7-.03-.132.03-.26.094-.403.271-.15.185-.185.33-.18.477.005.18.071.407.216.75a8 8 0 0 0 .685-.714c.185-.257.338-.502.473-.737zm6.333-.032c-.132-.029-.302-.029-.546.006l-.245.042c.134.233.286.475.469.73.234.277.465.51.69.72.145-.343.21-.57.216-.75.004-.148-.032-.292-.181-.477-.144-.178-.271-.242-.403-.271m-3.517-1.608c-.226 0-.356.057-.46.14-.105.082-.21.212-.335.418l-.137.244c.285.046.59.083.93.101.34-.018.648-.055.935-.102l-.06-.111c-.16-.286-.288-.452-.412-.55-.105-.083-.235-.14-.461-.14"/> </G> </Svg>); }); Icon.displayName = 'AppleIntelligenceFrameLine'; /** * MingCute Icon: Apple Intelligence Frame Line * @see {@link https://www.mingcute.com MingCute Icon Docs} */ export const AppleIntelligenceFrameLine = Icon;