@react-symbols/icons
Version:
Symbols icons by Miguel Solorio for React
1 lines • 2.17 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 FolderExpo=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:"M4 4a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h7.5v-2H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h2.784a1 1 0 0 1 .635.227l2.393 1.966a3 3 0 0 0 1.904.682H18a1 1 0 0 1 1 1V10h2v-.125a3 3 0 0 0-3-3h-6.284a1 1 0 0 1-.635-.227L8.688 4.682A3 3 0 0 0 6.784 4z",clipRule:"evenodd"}),_jsx("path",{fill:"#A1A1AA",d:"M14 18.993c.016.196.086.394.27.658.217.315.59.487.863.21.184-.187 2.173-3.62 3.131-4.92a.285.285 0 0 1 .366-.089q.062.032.102.089c.959 1.3 2.948 4.733 3.131 4.92.273.277.646.105.864-.21.214-.309.273-.526.273-.757 0-.158-3.097-5.85-3.41-6.323-.3-.455-.391-.555-.898-.571h-.387c-.508.016-.6.115-.9.57-.305.465-3.281 5.932-3.405 6.307z"})]}));export default FolderExpo;