@react-symbols/icons
Version:
Symbols icons by Miguel Solorio for React
1 lines • 2.07 kB
JavaScript
function _define_property(obj,key,value){if(key in obj){Object.defineProperty(obj,key,{value:value,enumerable:true,configurable:true,writable:true})}else{obj[key]=value}return obj}function _object_spread(target){for(var i=1;i<arguments.length;i++){var source=arguments[i]!=null?arguments[i]:{};var ownKeys=Object.keys(source);if(typeof Object.getOwnPropertySymbols==="function"){ownKeys=ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function(sym){return Object.getOwnPropertyDescriptor(source,sym).enumerable}))}ownKeys.forEach(function(key){_define_property(target,key,source[key])})}return target}function ownKeys(object,enumerableOnly){var keys=Object.keys(object);if(Object.getOwnPropertySymbols){var symbols=Object.getOwnPropertySymbols(object);if(enumerableOnly){symbols=symbols.filter(function(sym){return Object.getOwnPropertyDescriptor(object,sym).enumerable})}keys.push.apply(keys,symbols)}return keys}function _object_spread_props(target,source){source=source!=null?source:{};if(Object.getOwnPropertyDescriptors){Object.defineProperties(target,Object.getOwnPropertyDescriptors(source))}else{ownKeys(Object(source)).forEach(function(key){Object.defineProperty(target,key,Object.getOwnPropertyDescriptor(source,key))})}return target}import{jsx as _jsx,jsxs as _jsxs}from"react/jsx-runtime";const Ignore=props=>_jsxs("svg",_object_spread_props(_object_spread({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},props),{children:[_jsx("path",{fill:"#64748B",fillRule:"evenodd",d:"M7.682 16.657c1.224.453 2.64.739 4.253.739 5.236 0 8.487-3.016 9.753-4.933a.852.852 0 00-.066-1.023 13.861 13.861 0 00-1.582-1.58l-4.221 2.322a3.741 3.741 0 01-5.65 3.107l-2.487 1.368zm1.774-7.252L2.754 13.09a8.303 8.303 0 01-.453-.645.849.849 0 01.066-.992c1.513-1.864 5.028-4.85 9.568-4.85.76 0 1.492.084 2.192.231l-2.893 1.592a3.735 3.735 0 00-1.778.978zm2.05 5.15a2.5 2.5 0 002.838-1.561l-2.838 1.56z",clipRule:"evenodd"}),_jsx("path",{stroke:"#64748B",strokeLinecap:"round",strokeWidth:"1.5",d:"M2.296 16.481L20.981 6.204"})]}));export default Ignore;