UNPKG

@react-symbols/icons

Version:

Symbols icons by Miguel Solorio for React

1 lines 2.37 kB
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 FolderIOS=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:"M5 4a3 3 0 00-3 3v10a3 3 0 003 3h8v-2H5a1 1 0 01-1-1V7a1 1 0 011-1h2.784a1 1 0 01.635.227l2.393 1.966a3 3 0 001.904.682H19a1 1 0 011 1V10h2v-.125a3 3 0 00-3-3h-6.284a1 1 0 01-.635-.227L9.688 4.682A3 3 0 007.784 4H5z",clipRule:"evenodd"}),_jsx("path",{fill:"#A1A1AA",d:"M23.15 14.33c-.063.05-1.196.688-1.196 2.106 0 1.64 1.44 2.22 1.484 2.235a5.796 5.796 0 01-.76 1.569c-.473.68-.967 1.36-1.719 1.36-.751 0-.945-.436-1.813-.436-.845 0-1.146.451-1.834.451-.687 0-1.167-.63-1.719-1.404-.639-.909-1.155-2.32-1.155-3.66 0-2.15 1.397-3.29 2.773-3.29.73 0 1.34.48 1.798.48.437 0 1.118-.508 1.95-.508.314 0 1.447.029 2.192 1.097zm-2.586-2.007c.343-.408.587-.974.587-1.54a1.06 1.06 0 00-.021-.222c-.56.021-1.225.373-1.627.838-.315.358-.609.924-.609 1.498 0 .086.015.172.021.2a.869.869 0 00.15.014c.503 0 1.134-.336 1.499-.788z"})]}));export default FolderIOS;