@react-symbols/icons
Version:
Symbols icons by Miguel Solorio for React
1 lines • 2.46 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 FolderNginx=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:"#22C55E",d:"M18.237 10.04c.074-.046.157-.056.231-.01l4.134 2.386a.22.22 0 0 1 .111.204v4.763a.22.22 0 0 1-.111.203l-3.55 2.053q-.28.167-.565.324a.24.24 0 0 1-.25 0l-4.125-2.377c-.074-.046-.112-.102-.112-.194V12.62a.2.2 0 0 1 .03-.12.2.2 0 0 1 .091-.083zm-1.477 2.506c-.204-.065-.408-.084-.611 0a.56.56 0 0 0-.36.527v3.863c0 .101.018.194.074.277.108.175.265.259.468.268a.576.576 0 0 0 .583-.583v-2.784c.009.01.018.02.018.028l2.34 2.803c.083.093.149.195.241.278.168.152.384.243.61.258.157.01.305-.009.444-.083a.52.52 0 0 0 .287-.481V12.98a.56.56 0 0 0-.638-.481.54.54 0 0 0-.491.556v2.811c-.018-.018-.027-.036-.036-.046l-2.461-2.95a.97.97 0 0 0-.468-.324"}),_jsx("path",{fill:"#64748B",d:"M7.784 4a3 3 0 0 1 1.904.682l2.393 1.965.143.098a1 1 0 0 0 .492.13H19a3 3 0 0 1 3 3V10h-2v-.125a1 1 0 0 0-1-1h-6.284a3 3 0 0 1-1.696-.526l-.208-.156-2.393-1.965A1 1 0 0 0 7.784 6H5a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h8v2H5a3 3 0 0 1-3-3V7a3 3 0 0 1 3-3z"})]}));export default FolderNginx;